FIX: Changed warning css class
This commit is contained in:
parent
411ddbeef0
commit
95dc52e15e
|
@ -260,8 +260,8 @@ $mobile-breakpoint: 700px;
|
|||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
.warning {
|
||||
color: #e45735;
|
||||
p.warning {
|
||||
color: $danger;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue