diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-13 01:51:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-13 01:51:30 +0200 |
commit | b972478812316da2f5c0d24c60386d408e027424 (patch) | |
tree | fed0145be97ab26ed025d6e3aa0e7009f03e11a4 /app/javascript/styles/mastodon-light | |
parent | 7d182442a77e2b383998818d079684a148f4c1e4 (diff) |
Improve style of notice/alert messages (#8973)
Diffstat (limited to 'app/javascript/styles/mastodon-light')
-rw-r--r-- | app/javascript/styles/mastodon-light/diff.scss | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/javascript/styles/mastodon-light/diff.scss b/app/javascript/styles/mastodon-light/diff.scss index ac161a004..78bc2dbb6 100644 --- a/app/javascript/styles/mastodon-light/diff.scss +++ b/app/javascript/styles/mastodon-light/diff.scss @@ -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 { |