Fix problem in warning sign

This commit is contained in:
Luis Ramos
2020-05-01 19:29:06 +01:00
parent f3347a8e16
commit 7fcee0fe6d

View File

@@ -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;