mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-05 07:19:14 +00:00
Fix problem in warning sign
This commit is contained in:
@@ -145,6 +145,7 @@
|
||||
|
||||
.warning-sign {
|
||||
margin: 0 10px 0 5px;
|
||||
display: inline-block;
|
||||
|
||||
strong {
|
||||
color: $grey-650;
|
||||
@@ -155,7 +156,7 @@
|
||||
}
|
||||
|
||||
.rectangle {
|
||||
background-color: $black;
|
||||
background-color: $white;
|
||||
border-radius: 4px;
|
||||
color: $grey-650;
|
||||
height: 23px;
|
||||
|
||||
Reference in New Issue
Block a user