summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_variables.scss')
-rw-r--r--web/sass-files/sass/partials/_variables.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/web/sass-files/sass/partials/_variables.scss b/web/sass-files/sass/partials/_variables.scss
deleted file mode 100644
index 514be2e8b..000000000
--- a/web/sass-files/sass/partials/_variables.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-@charset "UTF-8";
-
-@function em($pixels, $context: 14px) {
- @return #{$pixels/$context}em
-}
-
-// Color Variables
-$primary-color: #2389D7;
-$primary-color--hover: darken(#2389D7, 5%);
-$body-bg: #e9e9e9;
-$header-bg: #f9f9f9;
-$border-gray: 1px solid #ddd;
-
-%popover-box-shadow {
- @include box-shadow(rgba(black, 0.175) 1px -3px 12px);
-}