Adjusted notification width
This commit is contained in:
parent
e679509c56
commit
ae7ad8b456
|
@ -101,6 +101,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#toast-container .toast {
|
#toast-container .toast {
|
||||||
width: 200px;
|
width: $notificationWidth;
|
||||||
margin: 0 0 8px;
|
margin: 0 0 8px;
|
||||||
}
|
}
|
|
@ -84,6 +84,7 @@ $notificationLinkColor: $notificationColor;
|
||||||
$notificationOpacity: 0.9;
|
$notificationOpacity: 0.9;
|
||||||
$notificationPadding: 15px 20px;
|
$notificationPadding: 15px 20px;
|
||||||
$notificationBorderRadius: 4px;
|
$notificationBorderRadius: 4px;
|
||||||
|
$notificationWidth: 215px;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Misc.
|
* Misc.
|
||||||
|
|
Loading…
Reference in New Issue