parent
06543d34bf
commit
1d4a139246
33 changed files with 377 additions and 275 deletions
@ -1,5 +1,7 @@ |
||||
.auth { |
||||
width: 100%; |
||||
height: 100vh; |
||||
min-height: 100vh; |
||||
overflow-x: hidden; |
||||
min-height: 450px; |
||||
} |
||||
|
@ -1,26 +1,26 @@ |
||||
.mobile-navbar{ |
||||
.mobile-navbar { |
||||
width: 100%; |
||||
position: fixed; |
||||
top : 0px; |
||||
left : 0px; |
||||
top: 0px; |
||||
left: 0px; |
||||
justify-content: space-between; |
||||
align-items: center; |
||||
background-color: white; |
||||
z-index: 400; |
||||
padding: 15px 10px; |
||||
&__menu{ |
||||
img{ |
||||
width : calc(100vw / 12); |
||||
&__menu { |
||||
img { |
||||
width: 25px; |
||||
} |
||||
} |
||||
&__logo{ |
||||
img{ |
||||
width: calc(100vw / 4); |
||||
&__logo { |
||||
img { |
||||
width: 80px; |
||||
} |
||||
} |
||||
&__left{ |
||||
img{ |
||||
width : calc(100vw / 15); |
||||
&__left { |
||||
img { |
||||
width: 25px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
@ -1,11 +1,11 @@ |
||||
.navbar{ |
||||
.navbar { |
||||
width: 100%; |
||||
max-width: 1250px; |
||||
position: fixed !important; |
||||
top: 0px !important; |
||||
overflow-x: hidden; |
||||
background-color:white !important; |
||||
z-index: 200; |
||||
|
||||
background-color: white !important; |
||||
z-index: 300; |
||||
|
||||
// margin: 0px auto !important; |
||||
} |
||||
|
@ -1,44 +1,43 @@ |
||||
.products{ |
||||
.products { |
||||
width: 100vw; |
||||
max-width: 1250px; |
||||
margin: 0px auto; |
||||
padding : 0px 10px; |
||||
padding: 0px 10px; |
||||
direction: rtl; |
||||
min-height: calc(100vh - 288px); |
||||
padding-top: 100px; |
||||
&__body{ |
||||
&__body { |
||||
margin-top: 20px; |
||||
&--left{ |
||||
&--left { |
||||
flex: 4; |
||||
padding-right: 20px; |
||||
} |
||||
} |
||||
} |
||||
|
||||
|
||||
.mobile-products{ |
||||
.mobile-products { |
||||
width: 100vw; |
||||
max-width: 600px; |
||||
margin: 0px auto; |
||||
padding: 0px; |
||||
direction: rtl; |
||||
overflow-x: hidden; |
||||
padding-top: 90px; |
||||
&__filters{ |
||||
padding-top: 70px; |
||||
&__filters { |
||||
width: 100%; |
||||
align-items: center; |
||||
justify-content: space-between; |
||||
padding : 0px 10px; |
||||
.MuiNativeSelect-icon{ |
||||
justify-content: space-between; |
||||
padding: 0px 10px; |
||||
.MuiNativeSelect-icon { |
||||
display: none; |
||||
} |
||||
.MuiNativeSelect-select.MuiNativeSelect-select{ |
||||
.MuiNativeSelect-select.MuiNativeSelect-select { |
||||
padding-right: 5px !important; |
||||
padding-left: 20px; |
||||
} |
||||
} |
||||
&__list{ |
||||
width : 100%; |
||||
&__list { |
||||
width: 100%; |
||||
padding: 10px 0px; |
||||
} |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue