Move rule on option out of the select rule to fix rubocop issue

This commit is contained in:
Luis Ramos
2020-05-01 17:43:52 +01:00
parent 240e2a36d3
commit 9ae3ad9279

View File

@@ -75,15 +75,15 @@ ordercycle {
border-radius: 0 0.25em 0.25em 0;
min-width: 13em;
option {
color: $grey-700;
}
@media all and (max-width: 480px) {
width: 100%;
}
}
option {
color: $grey-700;
}
@media all and (max-width: 1024px) {
float: none;
margin-right: 1em;