diff options
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 5a79b51f34b..2c785b3ad76 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -160,11 +160,6 @@ table { } } -.alert-warning, -.alert-warning .alert-link { - color: $white-light; -} - // Polyfill deprecated selectors .hidden { @@ -267,13 +262,20 @@ pre code { .alert-danger { background-color: $red-500; border-color: $red-500; +} + +.alert-warning, +.alert-danger, +.flash-notice { color: $white-light; - h4 { + h4, + a, + .alert-link { color: $white-light; } } input[type=color].form-control { height: $input-height; -}
\ No newline at end of file +} |