parent
417c79da0e
commit
dd94c5be6c
296 changed files with 4704 additions and 28 deletions
@ -1,2 +1,82 @@ |
||||
@import './constants/colors.scss'; |
||||
@import './components/Navbar/index.scss'; |
||||
@import "./constants/size.scss"; |
||||
@import "./views/Home/Page1/index.scss"; |
||||
|
||||
.App { |
||||
direction: rtl; |
||||
} |
||||
|
||||
.ltr{ |
||||
direction: ltr; |
||||
} |
||||
|
||||
.rtl{ |
||||
direction: rtl; |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Black; |
||||
src: url("./assets/font/IranSansX\(SemiPro\)\ /Farsi numerals/IRANSansXFaNum-Black.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Bold; |
||||
src: url("./assets/font/IranSansX\(SemiPro\)\ /Farsi numerals/IRANSansXFaNum-Bold.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: DemiBold; |
||||
src: url("./assets/font/IranSansX\(SemiPro\)\ /Farsi numerals/IRANSansXFaNum-DemiBold.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: ExtraBold; |
||||
src: url("./assets/font/IranSansX\(SemiPro\)\ /Farsi numerals/IRANSansXFaNum-ExtraBold.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Light; |
||||
src: url("./assets/font/IranSansX\(SemiPro\)\ /Farsi numerals/IRANSansXFaNum-Light.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Medium; |
||||
src: url("./assets/font/IranSansX\(SemiPro\)\ /Farsi numerals/IRANSansXFaNum-Medium.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Regular; |
||||
src: url("./assets/font/IranSansX\(SemiPro\)\ /Farsi numerals/IRANSansXFaNum-Regular.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: Thin; |
||||
src: url("./assets/font/IranSansX\(SemiPro\)\ /Farsi numerals/IRANSansXFaNum-Thin.ttf"); |
||||
} |
||||
|
||||
@font-face { |
||||
font-family: UltraLight; |
||||
src: url("./assets/font/IranSansX\(SemiPro\)\ /Farsi numerals/IRANSansXFaNum-UltraLight.ttf"); |
||||
} |
||||
|
||||
.container{ |
||||
width: 100%; |
||||
margin : 0px auto; |
||||
} |
||||
|
||||
@media screen and (min-width : $lg){ |
||||
.container{ |
||||
max-width: 100%; |
||||
} |
||||
} |
||||
|
||||
@media screen and (min-width : $xl){ |
||||
.container{ |
||||
max-width: 1200px; |
||||
} |
||||
} |
||||
|
||||
@media screen and (min-width : $xxl) { |
||||
.container{ |
||||
max-width: 1480px; |
||||
} |
||||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 452 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
Binary file not shown.
After Width: | Height: | Size: 124 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 109 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue