...
|
...
|
@@ -15,7 +15,7 @@ |
|
|
text-align: center;
|
|
|
color: #b0b0b0;
|
|
|
&.current {
|
|
|
color: #5e4b3c;
|
|
|
color: #414141;
|
|
|
}
|
|
|
}
|
|
|
.tab-icon {
|
...
|
...
|
@@ -27,4 +27,36 @@ |
|
|
font-size: 20rem / $pxConvertRem;
|
|
|
line-height: 1;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.boys-wrap {
|
|
|
.footer-tab {
|
|
|
.tab-item.current {
|
|
|
color: #414141;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.girls-wrap {
|
|
|
.footer-tab {
|
|
|
.tab-item.current {
|
|
|
color: #FF88AE;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.kids-wrap {
|
|
|
.footer-tab {
|
|
|
.tab-item.current {
|
|
|
color: #7ad9f9;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.lifestyle-wrap {
|
|
|
.footer-tab {
|
|
|
.tab-item.current {
|
|
|
color: #4f4138;
|
|
|
}
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|