Move flash-on to _base, since it's generic

This commit is contained in:
2016-09-22 19:14:58 +02:00
parent c9959a839b
commit 22f778c7a9
4 changed files with 11 additions and 8 deletions

View File

@@ -152,7 +152,17 @@ select.input-transparent
border-bottom: none
cursor: e-resize
/* Generic Statuses */
.processing
+stripes($color-background, rgba($color-background, .5), -45deg, 25px)
+stripes-animate
animation-duration: 2s
.flash-on
background-color: lighten($color-success, 50%) !important
border-color: lighten($color-success, 40%) !important
color: $color-success !important
transition: all .1s ease-in
.flash-off
transition: all 1.2s ease-out