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.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_variables.scss b/web/sass-files/sass/partials/_variables.scss
index 5d883ab44..78952abb5 100644
--- a/web/sass-files/sass/partials/_variables.scss
+++ b/web/sass-files/sass/partials/_variables.scss
@@ -7,4 +7,8 @@ $primary-color: #2389D7;
$primary-color--hover: darken(#2389D7, 5%);
$body-bg: #e9e9e9;
$header-bg: #f9f9f9;
-$border-gray: 1px solid #ddd; \ No newline at end of file
+$border-gray: 1px solid #ddd;
+
+%popover-box-shadow {
+ @include box-shadow(rgba(black, 0.175) 1px -3px 12px);
+}