Improve style of notice/alert messages (#8973)
This commit is contained in:
parent
7d182442a7
commit
b972478812
2 changed files with 12 additions and 15 deletions
|
@ -286,20 +286,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.flash-message {
|
||||
box-shadow: none;
|
||||
|
||||
&.notice {
|
||||
background: rgba($success-green, 0.5);
|
||||
color: lighten($success-green, 12%);
|
||||
}
|
||||
|
||||
&.alert {
|
||||
background: rgba($error-red, 0.5);
|
||||
color: lighten($error-red, 12%);
|
||||
}
|
||||
}
|
||||
|
||||
.simple_form,
|
||||
.table-form {
|
||||
.warning {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue