Initialised variable for notification opacity

This commit is contained in:
Maxim Voloshin 2016-10-17 15:10:08 +03:00 committed by yanas
parent abb1482456
commit 469dee36ee
2 changed files with 3 additions and 2 deletions

View File

@ -79,7 +79,7 @@
@include border-radius($notificationBorderRadius);
@include box-shadow(1px, 1px, 2px, rgba(0,0,0,0.3));
@include opacity(0.9);
@include opacity($notificationOpacity);
}
.toast:hover {

View File

@ -72,9 +72,10 @@ $notificationColor: #FFFFFF;
$notificationBackground: $tooltipBg;
$notificationTitleColor: $notificationColor;
$notificationMessageColor: $notificationColor;
$notificationLinkColor: $notificationColor;
$notificationOpacity: 0.9;
$notificationPadding: 15px 20px;
$notificationBorderRadius: 4px;
$notificationLinkColor: $notificationColor;
/**
* Misc.