You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
@import "./components/productDesign/ProductDesign.scss";
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "iransans-medium";
|
|
|
|
src: url(./assets/fonts/IRANSansXFaNum-Regular.woff);
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: iransans-medium;
|
|
|
|
direction: rtl;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.comment-num {
|
|
|
|
font-size: 8px;
|
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 2px;
|
|
|
|
padding-left: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|