summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamdbeckham <sbeckham@gitlab.com>2018-06-08 11:47:30 +0100
committersamdbeckham <sbeckham@gitlab.com>2018-06-08 11:47:30 +0100
commitd79e20e8ab44b88a42c5847435fa9c72a76e0c33 (patch)
tree24d3907e996b43b82742726aa0942ae3cc89eebb
parentb2ef7f6cd9b98681aeb2274e29f0b3aaac423fc9 (diff)
downloadgitlab-ce-d79e20e8ab44b88a42c5847435fa9c72a76e0c33.tar.gz
Adds the white color back to the alret banners
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 8183664c352..5a79b51f34b 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -160,6 +160,11 @@ table {
}
}
+.alert-warning,
+.alert-warning .alert-link {
+ color: $white-light;
+}
+
// Polyfill deprecated selectors
.hidden {
@@ -271,4 +276,4 @@ pre code {
input[type=color].form-control {
height: $input-height;
-}
+} \ No newline at end of file