Tweaks to flash-on/off
This commit is contained in:
@@ -20,13 +20,11 @@
|
||||
transition: all 100ms ease-in-out
|
||||
|
||||
.flash-on
|
||||
background-color: #dfd
|
||||
color: #040
|
||||
outline: 1px solid #040
|
||||
transition: all 0.2s
|
||||
background-color: lighten($color-success, 40%)
|
||||
transition: all .5s ease-in
|
||||
|
||||
.flash-off
|
||||
transition: all 0.1s
|
||||
transition: all 1s ease-out
|
||||
|
||||
.task-list-item
|
||||
border-right: 5px solid transparent
|
||||
@@ -49,11 +47,6 @@
|
||||
.status-indicator
|
||||
transform: scale(1.1)
|
||||
|
||||
&.processing
|
||||
+stripes($color-background, rgba($color-background, .5), -45deg, 25px)
|
||||
+stripes-animate
|
||||
animation-duration: 2s
|
||||
|
||||
.status, .type
|
||||
display: inline-block
|
||||
margin-right: 10px
|
||||
|
Reference in New Issue
Block a user