Toastr Notifications: Brighter text color
This commit is contained in:
parent
7d740c74e3
commit
76a5555ff4
@ -1,3 +1,5 @@
|
|||||||
|
$color-text-notification: white
|
||||||
|
|
||||||
.toast-title
|
.toast-title
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|
||||||
@ -6,10 +8,10 @@
|
|||||||
|
|
||||||
a,
|
a,
|
||||||
label
|
label
|
||||||
color: $color-text-light
|
color: rgba($color-text-notification, .8)
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
color: $color-text-light-primary
|
color: $color-text-notification
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
|
||||||
button
|
button
|
||||||
@ -29,7 +31,7 @@
|
|||||||
float: right
|
float: right
|
||||||
font-size: 20px
|
font-size: 20px
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
color: $color-text-light
|
color: $color-text-notification
|
||||||
-webkit-text-shadow: 0 1px 0 rgba(255,255,255,1)
|
-webkit-text-shadow: 0 1px 0 rgba(255,255,255,1)
|
||||||
text-shadow: 0 1px 0 rgba(255,255,255,1)
|
text-shadow: 0 1px 0 rgba(255,255,255,1)
|
||||||
opacity: .8
|
opacity: .8
|
||||||
@ -37,7 +39,7 @@
|
|||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus
|
&:focus
|
||||||
color: $color-text
|
color: $color-text-notification
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
opacity: .4
|
opacity: .4
|
||||||
@ -118,7 +120,7 @@ button.toast-close-button
|
|||||||
background-position: 15px center
|
background-position: 15px center
|
||||||
background-repeat: no-repeat
|
background-repeat: no-repeat
|
||||||
box-shadow: 1px 1px 0 rgba(black, .2)
|
box-shadow: 1px 1px 0 rgba(black, .2)
|
||||||
color: $color-text-light
|
color: $color-text-notification
|
||||||
|
|
||||||
&:before
|
&:before
|
||||||
position: absolute
|
position: absolute
|
||||||
@ -161,7 +163,6 @@ button.toast-close-button
|
|||||||
margin-right: auto
|
margin-right: auto
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.toast
|
.toast
|
||||||
background-color: $color-text-dark-primary
|
background-color: $color-text-dark-primary
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user