Merge pull request #8107 from ernestoruiz89/patch-2
feat: Add color red and green to form-message for alert or success
This commit is contained in:
commit
89f29a7a10
1 changed files with 8 additions and 0 deletions
|
|
@ -56,6 +56,14 @@
|
|||
background-color: @blue-extra-light;
|
||||
}
|
||||
|
||||
.form-message.red {
|
||||
background-color: @red-extra-light;
|
||||
}
|
||||
|
||||
.form-message.green {
|
||||
background-color: @green-extra-light;
|
||||
}
|
||||
|
||||
.document-flow-wrapper {
|
||||
padding: 40px 15px 30px;
|
||||
font-size: @text-medium;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue