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/themes/ui_modern.scss')
-rw-r--r--app/assets/stylesheets/themes/ui_modern.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss
index d0f32a7f140..fc4aabae400 100644
--- a/app/assets/stylesheets/themes/ui_modern.scss
+++ b/app/assets/stylesheets/themes/ui_modern.scss
@@ -50,13 +50,12 @@
}
}
- .alert {
- &.alert-info {
- border-color:#FDA;
- background:#FED;
- color:#D70;
- }
+ .alert-info {
+ border-color:#FDA;
+ background:#FED;
+ color:#D70;
}
+
.progress .bar {
background:#D80;