Adjusted notification width

This commit is contained in:
Ilya Daynatovich 2016-11-02 13:09:18 +02:00
parent e679509c56
commit ae7ad8b456
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
*
* Author: John Papa and Hans Fjällemark
* Project: https://github.com/CodeSeven/toastr
*
*
* Last updated: October 13, 2016
*/
@ -77,7 +77,7 @@
padding: $notificationPadding;
border: 1px solid lighten($notificationBackground, 10%);
@include border-radius($notificationBorderRadius);
@include border-radius($notificationBorderRadius);
@include box-shadow(1px, 1px, 2px, rgba(0,0,0,0.3));
@include opacity($notificationOpacity);
}
@ -101,6 +101,6 @@
}
#toast-container .toast {
width: 200px;
width: $notificationWidth;
margin: 0 0 8px;
}

View File

@ -84,6 +84,7 @@ $notificationLinkColor: $notificationColor;
$notificationOpacity: 0.9;
$notificationPadding: 15px 20px;
$notificationBorderRadius: 4px;
$notificationWidth: 215px;
/**
* Misc.