0
0
Fork 0

Improve style of notice/alert messages (#8973)

This commit is contained in:
Eugen Rochko 2018-10-13 01:51:30 +02:00 committed by GitHub
parent 7d182442a7
commit b972478812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 15 deletions

View file

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