From d55512ad99d2f1f7096fcf8e102f066f043f48fa Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Mon, 9 Sep 2024 19:34:10 -0700 Subject: [PATCH] Remove unused _blue.sass file I think these were for the old site layout, which we replaced with the "clean" theme? --- app/assets/stylesheets/partials/_blue.sass | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 app/assets/stylesheets/partials/_blue.sass diff --git a/app/assets/stylesheets/partials/_blue.sass b/app/assets/stylesheets/partials/_blue.sass deleted file mode 100644 index 5e990b81..00000000 --- a/app/assets/stylesheets/partials/_blue.sass +++ /dev/null @@ -1,29 +0,0 @@ -// Used internally: - -$background_color: #0b61a4 -$module_border_color: #033e6b -$module_background_color: #66a3d2 - -$input_hover_border_color: #ff9200 -$input_focus_border_color: #fff - -$loud_button_background_color: #ff9200 -$loud_button_border_color: #ffad40 -$loud_button_color: #a65f00 -$loud_button_focus_border_color: #000 - -// Used by Blueprint: - -$font_color: #fff - -$header_color: inherit - -$link_color: inherit -$link_hover_color: inherit -$link_focus_color: inherit -$link_active_color: inherit -$link_visited_color: inherit - -$error_color: inherit -$error_bg_color: #e14f1c -$error_border_color: #cd0a0a