Toastr: Style buttons in notifications

This commit is contained in:
Pablo Vazquez 2017-08-27 17:44:40 +02:00
parent a6f56a4811
commit 88af86ae61

View File

@ -12,6 +12,11 @@
color: $color-text-light-primary
text-decoration: none
button
border-color: white
color: white
display: inline-block
margin: auto 15px
.toast-close-button
position: relative
@ -152,6 +157,7 @@ button.toast-close-button
margin-right: auto
.toast
background-color: $color-text-dark-primary
@ -165,7 +171,7 @@ button.toast-close-button
background-color: $color-info
.toast-warning
background-color: $color-warning
background-color: darken($color-warning, 10%)
.toast-progress
position: absolute