mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Cancel button looked as disabled: now use a orange border and white bg
This commit is contained in:
@@ -238,8 +238,10 @@
|
||||
}
|
||||
|
||||
&.cancel {
|
||||
background-color: $grey-100;
|
||||
color: $black;
|
||||
background-color: $white;
|
||||
border: 1px solid $orange-500;
|
||||
color: $orange-500;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user