|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
border-radius: 6px; |
|
|
|
|
height: 36px; |
|
|
|
|
&__box{ |
|
|
|
|
display: none; |
|
|
|
|
display: none !important; |
|
|
|
|
} |
|
|
|
|
h1{ |
|
|
|
|
margin: 0px; |
|
|
|
@ -64,8 +64,60 @@ |
|
|
|
|
@media screen and (min-width: 641px) and (max-width: 1007px){ |
|
|
|
|
.grade-filter{ |
|
|
|
|
max-width: 900px; |
|
|
|
|
position: relative; |
|
|
|
|
height : 42px; |
|
|
|
|
&__list{ |
|
|
|
|
z-index: 100; |
|
|
|
|
width: 100%; |
|
|
|
|
position: absolute; |
|
|
|
|
left: 0px; |
|
|
|
|
top: 45px; |
|
|
|
|
background : #383838; |
|
|
|
|
padding: 10px 20px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
li{ |
|
|
|
|
width: calc(100% / 4.5) !important; |
|
|
|
|
margin: 8px 5px; |
|
|
|
|
font-size: calc(100vw / 28); |
|
|
|
|
padding: 5px 0px; |
|
|
|
|
border: 1px solid #666666; |
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
&--active{ |
|
|
|
|
border-color: #9CDF52 !important; |
|
|
|
|
color: #9CDF52; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
&__box{ |
|
|
|
|
flex: 1; |
|
|
|
|
display : flex !important; |
|
|
|
|
justify-content: center; |
|
|
|
|
align-items: center; |
|
|
|
|
position: relative; |
|
|
|
|
height: 42px; |
|
|
|
|
& img{ |
|
|
|
|
position: absolute; |
|
|
|
|
left: 5px; |
|
|
|
|
top: 9px; |
|
|
|
|
} |
|
|
|
|
span{ |
|
|
|
|
color: #6C6C6C; |
|
|
|
|
font-size: calc(100vw / 60); |
|
|
|
|
} |
|
|
|
|
h2{ |
|
|
|
|
font-size: calc(100vw / 50); |
|
|
|
|
color: #9CDF52; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
h1{ |
|
|
|
|
font-size: calc(100vw / 90); |
|
|
|
|
font-size: calc(100vw / 50); |
|
|
|
|
background-color: #9CDF52; |
|
|
|
|
box-shadow: 0px 0px 24px #9CDF52; |
|
|
|
|
border-top-right-radius: 8px; |
|
|
|
|
border-bottom-right-radius: 8px; |
|
|
|
|
padding: 12px 15px; |
|
|
|
|
color: white; |
|
|
|
|
} |
|
|
|
|
li{ |
|
|
|
|
font-size: calc(100vw / 70); |
|
|
|
@ -90,7 +142,7 @@ |
|
|
|
|
} |
|
|
|
|
&__box{ |
|
|
|
|
flex: 1; |
|
|
|
|
display : flex; |
|
|
|
|
display : flex !important; |
|
|
|
|
justify-content: center; |
|
|
|
|
align-items: center; |
|
|
|
|
position: relative; |
|
|
|
|