From 141c64cd00359ed2e4891de1b00e4bbe780453fc Mon Sep 17 00:00:00 2001 From: Ilya Daynatovich Date: Wed, 23 Nov 2016 12:32:59 +0200 Subject: [PATCH] Add new variable --- css/_jitsi_popover.scss | 6 +++--- css/_variables.scss | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/_jitsi_popover.scss b/css/_jitsi_popover.scss index 8191e29404..cf438b7d05 100644 --- a/css/_jitsi_popover.scss +++ b/css/_jitsi_popover.scss @@ -14,13 +14,13 @@ /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/ /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);*/ white-space: normal; - margin-top: -13px; + margin-top: -$popoverMenuPadding; &__menu-padding { - height: 13px; + height: $popoverMenuPadding; width: 100px; position: absolute; - bottom: -13px; + bottom: -$popoverMenuPadding; } &__showmore { diff --git a/css/_variables.scss b/css/_variables.scss index 3b36bf1ba5..ae5874f9a3 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -98,7 +98,7 @@ $notificationWidth: 215px; $borderRadius: 3px; $defaultWatermarkLink: '../images/watermark.png'; $sidebarWidth: 220px; - +$popoverMenuPadding: 13px; $happySoftwareBackground: transparent; /**