Merge pull request #1421 from palmerabollo/patch-1
fix: email template typo in alert-warning style
This commit is contained in:
commit
7d70fd9031
|
@ -236,7 +236,7 @@ a {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.alert.alert-warning {
|
.alert.alert-warning {
|
||||||
background-color: ##E6522C;
|
background-color: #E6522C;
|
||||||
}
|
}
|
||||||
.alert.alert-bad {
|
.alert.alert-bad {
|
||||||
background-color: #D0021B;
|
background-color: #D0021B;
|
||||||
|
|
Loading…
Reference in New Issue