Update shop tab button styling in mobile

This commit is contained in:
Matt-Yorkley
2020-01-19 15:59:37 +01:00
parent a1256f9aeb
commit f8145f8429

View File

@@ -60,17 +60,8 @@
&.selected {
border-bottom: 4px solid $clr-brick;
@media all and (max-width: 640px) {
border-top: 4px solid transparent;
background-color: $clr-brick;
}
a {
color: $clr-brick;
@media all and (max-width: 640px) {
color: white;
}
}
}
}