Tweaks to flash-on/off

This commit is contained in:
2016-09-22 16:43:19 +02:00
parent 4b9b53a53c
commit e2db647c20
7 changed files with 86 additions and 18 deletions

View File

@@ -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