More contrast for processing and flash classes
This commit is contained in:
@@ -502,14 +502,14 @@ input, input.form-control
|
|||||||
|
|
||||||
/* Generic Statuses */
|
/* Generic Statuses */
|
||||||
.processing
|
.processing
|
||||||
+stripes(rgba($color-background, .2), rgba($color-background, .5), -45deg, 25px)
|
+stripes(rgba(black, .1), rgba(white, .1), -45deg, 25px)
|
||||||
+stripes-animate
|
+stripes-animate
|
||||||
animation-duration: 2s
|
animation-duration: 2s
|
||||||
|
|
||||||
.flash-on
|
.flash-on
|
||||||
background-color: lighten($color-success, 50%) !important
|
background-color: lighten($color-success, 40%) !important
|
||||||
border-color: lighten($color-success, 40%) !important
|
border-color: lighten($color-success, 40%) !important
|
||||||
color: $color-success !important
|
color: darken($color-success, 10%) !important
|
||||||
text-shadow: 1px 1px 0 white
|
text-shadow: 1px 1px 0 white
|
||||||
transition: all .1s ease-in
|
transition: all .1s ease-in
|
||||||
img
|
img
|
||||||
@@ -517,7 +517,7 @@ input, input.form-control
|
|||||||
opacity: .8
|
opacity: .8
|
||||||
|
|
||||||
&:before
|
&:before
|
||||||
background-color: lighten($color-success, 50%) !important
|
background-color: lighten($color-success, 40%) !important
|
||||||
|
|
||||||
.flash-off
|
.flash-off
|
||||||
transition: all 1s ease-out
|
transition: all 1s ease-out
|
||||||
|
Reference in New Issue
Block a user