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:
mergify[bot] 2019-08-29 05:34:46 +00:00 committed by GitHub
commit 89f29a7a10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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