mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add styles for hovering and warning
This commit is contained in:
@@ -186,10 +186,17 @@ div.dashboard_item {
|
||||
|
||||
&.warning {
|
||||
background-color: $color-warning;
|
||||
border-color: $color-warning;
|
||||
|
||||
&:focus {
|
||||
border-color: $color-btn-hover-bg;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $color-btn-hover-bg;
|
||||
border-color: $color-btn-hover-bg;
|
||||
}
|
||||
|
||||
&.bottom {
|
||||
|
||||
Reference in New Issue
Block a user