mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
Move rule on option out of the select rule to fix rubocop issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user