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:
Diffstat (limited to 'app/assets/stylesheets/framework/flash.scss')
-rw-r--r--app/assets/stylesheets/framework/flash.scss11
1 files changed, 3 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/flash.scss b/app/assets/stylesheets/framework/flash.scss
index d5f7ec68454..30a1c8af414 100644
--- a/app/assets/stylesheets/framework/flash.scss
+++ b/app/assets/stylesheets/framework/flash.scss
@@ -56,24 +56,19 @@ $notification-box-shadow-color: rgba(0, 0, 0, 0.25);
}
.flash-alert {
- background-color: $red-100;
- color: $red-700;
+ background-color: $red-50;
}
.flash-notice {
- background-color: $blue-100;
- color: $blue-700;
+ background-color: $blue-50;
}
.flash-success {
- background-color: $theme-green-100;
- color: $green-700;
+ background-color: $green-50;
}
.flash-warning {
background-color: $orange-50;
- color: $gray-900;
- cursor: default;
}
.flash-text,