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;
|
||||
}
|
||||
.alert.alert-warning {
|
||||
background-color: ##E6522C;
|
||||
background-color: #E6522C;
|
||||
}
|
||||
.alert.alert-bad {
|
||||
background-color: #D0021B;
|
||||
|
|
Loading…
Reference in New Issue