...
|
...
|
@@ -7,6 +7,22 @@ |
|
|
height: 88rem / $pxConvertRem;
|
|
|
line-height: 88rem / $pxConvertRem;
|
|
|
|
|
|
&.boys {
|
|
|
@include background-image(linear-gradient(#323232, #414141));
|
|
|
}
|
|
|
|
|
|
&.girls {
|
|
|
background: #ff88ae;
|
|
|
}
|
|
|
|
|
|
&.kids {
|
|
|
background: #7ad9f9;
|
|
|
}
|
|
|
|
|
|
&.life-style {
|
|
|
background: #4f4138;
|
|
|
}
|
|
|
|
|
|
.nav-back {
|
|
|
position: absolute;
|
|
|
left: 34rem / $pxConvertRem;
|
...
|
...
|
|