Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-31 03:08:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-31 03:08:09 +0300
commitf6e2f302412fcb32b644b379778964791789cb62 (patch)
tree29ed98fca33be12adc21ee75185a459c668fb7da /app/assets/stylesheets/bootstrap_migration.scss
parent95ad46159e4cd93f2b31838199180d824e041994 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index f3293510e9a..875de57cfcc 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -8,7 +8,7 @@ $brand-danger: $red-500;
$border-radius-base: 3px !default;
-$modal-body-bg: $white-light;
+$modal-body-bg: $white;
$input-border: $border-color;
$padding-base-vertical: $gl-vert-padding;
@@ -168,7 +168,7 @@ table {
.bg-danger,
.bg-warning {
.card-header {
- color: $white-light;
+ color: $white;
}
}
@@ -310,11 +310,11 @@ pre code {
.alert-info,
.alert-warning,
.alert-danger {
- color: $white-light;
+ color: $white;
h4,
.alert-link {
- color: $white-light;
+ color: $white;
}
}