|
|
|
@ -4,28 +4,38 @@ |
|
|
|
|
width: 100%; |
|
|
|
|
margin: 0px auto; |
|
|
|
|
position: relative; |
|
|
|
|
padding: 20px 10px 30px; |
|
|
|
|
font-family: numeralLight; |
|
|
|
|
&-dark { |
|
|
|
|
border-top: 1px solid $gray8; |
|
|
|
|
border-bottom: 1px solid $gray8; |
|
|
|
|
} |
|
|
|
|
&-light{ |
|
|
|
|
background: rgb(0, 0, 0); |
|
|
|
|
background: linear-gradient( |
|
|
|
|
0deg, |
|
|
|
|
rgba(0, 0, 0, 1) 50%, |
|
|
|
|
rgba(255, 255, 255, 0) 100% |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|
&-light { |
|
|
|
|
background: rgb(255, 255, 255); |
|
|
|
|
background: linear-gradient( |
|
|
|
|
0deg, |
|
|
|
|
rgba(255, 255, 255, 1) 70%, |
|
|
|
|
rgba(255, 255, 255, 0) 100% |
|
|
|
|
); |
|
|
|
|
border-top: none !important; |
|
|
|
|
header{ |
|
|
|
|
h1{ |
|
|
|
|
color : $green !important; |
|
|
|
|
header { |
|
|
|
|
h1 { |
|
|
|
|
color: $green !important; |
|
|
|
|
} |
|
|
|
|
a{ |
|
|
|
|
a { |
|
|
|
|
color: $green !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.home-courses__more{ |
|
|
|
|
.home-courses__more { |
|
|
|
|
background-color: white !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
header { |
|
|
|
|
margin-bottom: 20px; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
padding: 0px 50px 0px; |
|
|
|
|
h1 { |
|
|
|
|
font-family: numeralMedium; |
|
|
|
|
color: white; |
|
|
|
@ -78,7 +88,7 @@ |
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 1008px) and (max-width: 1440px) { |
|
|
|
|
.home-courses { |
|
|
|
|
max-width: 1250px; |
|
|
|
|
max-width: $maxWidth; |
|
|
|
|
header { |
|
|
|
|
h1 { |
|
|
|
|
font-size: calc(100vw / 75); |
|
|
|
|