Toastr: Style buttons in notifications
This commit is contained in:
parent
a6f56a4811
commit
88af86ae61
@ -12,6 +12,11 @@
|
|||||||
color: $color-text-light-primary
|
color: $color-text-light-primary
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
|
button
|
||||||
|
border-color: white
|
||||||
|
color: white
|
||||||
|
display: inline-block
|
||||||
|
margin: auto 15px
|
||||||
|
|
||||||
.toast-close-button
|
.toast-close-button
|
||||||
position: relative
|
position: relative
|
||||||
@ -152,6 +157,7 @@ button.toast-close-button
|
|||||||
margin-right: auto
|
margin-right: auto
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.toast
|
.toast
|
||||||
background-color: $color-text-dark-primary
|
background-color: $color-text-dark-primary
|
||||||
|
|
||||||
@ -165,7 +171,7 @@ button.toast-close-button
|
|||||||
background-color: $color-info
|
background-color: $color-info
|
||||||
|
|
||||||
.toast-warning
|
.toast-warning
|
||||||
background-color: $color-warning
|
background-color: darken($color-warning, 10%)
|
||||||
|
|
||||||
.toast-progress
|
.toast-progress
|
||||||
position: absolute
|
position: absolute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user