[wip] Fix Shop posters layout on larger screens
This commit is contained in:
@@ -70,6 +70,18 @@
|
||||
padding: 0 12px;
|
||||
color: $color-secondary;
|
||||
border: 1px solid rgba($color-secondary, 0.4);
|
||||
|
||||
@include bp (md) {
|
||||
border: none;
|
||||
color: #fff;
|
||||
background: $color-secondary;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include bp (md) {
|
||||
background-color: darken($color-secondary, 7);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user