Toastr: Style buttons in notifications
This commit is contained in:
parent
a6f56a4811
commit
88af86ae61
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user