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/pages/profiles/preferences.scss')
-rw-r--r--app/assets/stylesheets/pages/profiles/preferences.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/profiles/preferences.scss b/app/assets/stylesheets/pages/profiles/preferences.scss
index a353f301d07..270c11a07fb 100644
--- a/app/assets/stylesheets/pages/profiles/preferences.scss
+++ b/app/assets/stylesheets/pages/profiles/preferences.scss
@@ -59,6 +59,14 @@
background-color: $theme-light-red-700;
}
+ &.ui-cyan {
+ background-color: $theme-cyan-700;
+ }
+
+ &.ui-pink {
+ background-color: $theme-pink-700;
+ }
+
&.ui-dark {
background-color: $theme-gray-900;
}