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.
52 lines
1.0 KiB
52 lines
1.0 KiB
@tailwind base; |
|
@tailwind components; |
|
@tailwind utilities; |
|
|
|
@font-face { |
|
font-family: "iransans-medium"; |
|
src: url(./assets/fonts/IRANSansXFaNum-Regular.woff); |
|
} |
|
|
|
@font-face { |
|
font-family: "iransansBold"; |
|
src: url(./assets/fonts/IRANSansX-Bold.woff); |
|
} |
|
@import "./components/productDesign/ProductDesign.scss"; |
|
|
|
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%; |
|
} |
|
|
|
.leaflet-popup-content, |
|
.leaflet-draw-toolbar a, |
|
.leaflet-popup-content, |
|
.leaflet-draw-toolbar span, |
|
.leaflet-popup-content, |
|
.leaflet-draw-toolbar title, |
|
.leaflet-popup-content, |
|
.leaflet-draw-toolbar p, |
|
l.leaflet-popup-content, |
|
.leaflet-draw-toolbar i { |
|
font-family: "iransans-medium" !important; |
|
} |
|
|
|
.leaflet-touch .leaflet-draw-actions a { |
|
font-family: "iransans-medium" !important; |
|
} |
|
|
|
// class for selectbox |
|
.customizeSelect { |
|
background-position: left 0.5rem center; |
|
padding-right: 1rem; |
|
}
|
|
|