From 844d72716e2175dcd5e39b4d1eecb9e3560aa0b9 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Fri, 5 Jun 2015 15:50:36 -0400 Subject: Add Gitlab::Themes module; remove Gitlab::Theme Now we can simply loop through all themes, among other things. This also removes the `dark_theme` / `light_theme` classes and the `theme_type` helper, since they weren't used anywhere. --- app/assets/stylesheets/pages/profiles/preferences.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/assets/stylesheets/pages/profiles/preferences.scss') diff --git a/app/assets/stylesheets/pages/profiles/preferences.scss b/app/assets/stylesheets/pages/profiles/preferences.scss index 846a940f1c9..e8c80362817 100644 --- a/app/assets/stylesheets/pages/profiles/preferences.scss +++ b/app/assets/stylesheets/pages/profiles/preferences.scss @@ -3,11 +3,12 @@ margin-right: 20px; text-align: center; - .application-theme-preview { + .preview { + @include border-radius(4px); + height: 80px; - width: 160px; margin-bottom: 10px; - @include border-radius(4px); + width: 160px; &.ui_blue { background: $theme-blue; -- cgit v1.2.3