More contrast for processing and flash classes

This commit is contained in:
2016-11-09 17:07:44 +01:00
parent 5bf56ffd34
commit 1f00c5570d

View File

@@ -502,14 +502,14 @@ input, input.form-control
/* Generic Statuses */
.processing
+stripes(rgba($color-background, .2), rgba($color-background, .5), -45deg, 25px)
+stripes(rgba(black, .1), rgba(white, .1), -45deg, 25px)
+stripes-animate
animation-duration: 2s
.flash-on
background-color: lighten($color-success, 50%) !important
background-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
transition: all .1s ease-in
img
@@ -517,7 +517,7 @@ input, input.form-control
opacity: .8
&:before
background-color: lighten($color-success, 50%) !important
background-color: lighten($color-success, 40%) !important
.flash-off
transition: all 1s ease-out