Initialised variable for notification opacity

This commit is contained in:
Maxim Voloshin
2016-10-20 13:03:00 -05:00
committed by yanas
parent abb1482456
commit 469dee36ee
2 changed files with 3 additions and 2 deletions
+1 -1
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 {
+2 -1
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.