Add new variable

This commit is contained in:
Ilya Daynatovich 2016-11-23 12:32:59 +02:00
parent 51b802da84
commit 141c64cd00
2 changed files with 4 additions and 4 deletions

View File

@ -14,13 +14,13 @@
/*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/ /*-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
/*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);*/ /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);*/
white-space: normal; white-space: normal;
margin-top: -13px; margin-top: -$popoverMenuPadding;
&__menu-padding { &__menu-padding {
height: 13px; height: $popoverMenuPadding;
width: 100px; width: 100px;
position: absolute; position: absolute;
bottom: -13px; bottom: -$popoverMenuPadding;
} }
&__showmore { &__showmore {

View File

@ -98,7 +98,7 @@ $notificationWidth: 215px;
$borderRadius: 3px; $borderRadius: 3px;
$defaultWatermarkLink: '../images/watermark.png'; $defaultWatermarkLink: '../images/watermark.png';
$sidebarWidth: 220px; $sidebarWidth: 220px;
$popoverMenuPadding: 13px;
$happySoftwareBackground: transparent; $happySoftwareBackground: transparent;
/** /**