summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-06 11:50:23 -0500
committerJose <jvargas@gitlab.com>2018-06-06 11:50:23 -0500
commitf104f9eddfb26627d76bcee5328f49659afa1dad (patch)
tree08e1f9b14b25b823c80995955fb1316e7bb1f803
parent005bc94447373a533b5258436012474142f1ef30 (diff)
downloadgitlab-ce-jivl-fix-alert-message-colors.tar.gz
Fix alert-danger class colors for text and backgroundjivl-fix-alert-message-colors
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 3785aaa43f0..79f580546c3 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -251,3 +251,13 @@ table {
pre code {
white-space: pre-wrap;
}
+
+.alert-danger {
+ background-color: $red-500;
+ border-color: $red-500;
+ color: $white-light;
+
+ h4 {
+ color: $white-light;
+ }
+}