Skip to content

Commit

Permalink
Add new variable
Browse files Browse the repository at this point in the history
  • Loading branch information
idainatovych committed Nov 23, 2016
1 parent 51b802d commit 141c64c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions css/_jitsi_popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $notificationWidth: 215px;
$borderRadius: 3px;
$defaultWatermarkLink: '../images/watermark.png';
$sidebarWidth: 220px;

$popoverMenuPadding: 13px;
$happySoftwareBackground: transparent;

/**
Expand Down

0 comments on commit 141c64c

Please sign in to comment.