Shot status indicator and other minor tweaks

This commit is contained in:
2016-09-22 21:27:15 +02:00
parent cb24b313d0
commit 997a12ee11
5 changed files with 91 additions and 32 deletions

View File

@@ -82,6 +82,12 @@ nav.sidebar
background-color: white
border-bottom: thin solid $color-background
.input-group-flex
display: flex
.input-transparent-group+.input-transparent-group
margin-left: 10px
.input-transparent-group
width: 100%
display: flex
@@ -91,6 +97,7 @@ nav.sidebar
padding-right: 10px
font-weight: normal
color: $color-text-dark-primary
min-width: 80px
&.select_multiple
margin-bottom: 10px
@@ -154,7 +161,7 @@ select.input-transparent
/* Generic Statuses */
.processing
+stripes($color-background, rgba($color-background, .5), -45deg, 25px)
+stripes(rgba($color-background, .2), rgba($color-background, .5), -45deg, 25px)
+stripes-animate
animation-duration: 2s
@@ -162,7 +169,13 @@ select.input-transparent
background-color: lighten($color-success, 50%) !important
border-color: lighten($color-success, 40%) !important
color: $color-success !important
text-shadow: 1px 1px 0 white
transition: all .1s ease-in
img
transition: all .1s ease-in
opacity: .8
.flash-off
transition: all 1.2s ease-out
transition: all 1s ease-out
img
transition: all 1s ease-out