Move flash-on to _base, since it's generic
This commit is contained in:
@@ -152,7 +152,17 @@ select.input-transparent
|
|||||||
border-bottom: none
|
border-bottom: none
|
||||||
cursor: e-resize
|
cursor: e-resize
|
||||||
|
|
||||||
|
/* Generic Statuses */
|
||||||
.processing
|
.processing
|
||||||
+stripes($color-background, rgba($color-background, .5), -45deg, 25px)
|
+stripes($color-background, rgba($color-background, .5), -45deg, 25px)
|
||||||
+stripes-animate
|
+stripes-animate
|
||||||
animation-duration: 2s
|
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
|
||||||
|
@@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
&.active
|
&.active
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
opacity: 1
|
||||||
+status-border-color
|
+status-border-color
|
||||||
|
|
||||||
a[class^="status-"]
|
a[class^="status-"]
|
||||||
|
@@ -19,13 +19,6 @@
|
|||||||
border-radius: 50%
|
border-radius: 50%
|
||||||
transition: all 100ms ease-in-out
|
transition: all 100ms ease-in-out
|
||||||
|
|
||||||
.flash-on
|
|
||||||
background-color: lighten($color-success, 40%)
|
|
||||||
transition: all .5s ease-in
|
|
||||||
|
|
||||||
.flash-off
|
|
||||||
transition: all 1s ease-out
|
|
||||||
|
|
||||||
.task-list-item
|
.task-list-item
|
||||||
border-right: 5px solid transparent
|
border-right: 5px solid transparent
|
||||||
color: $color-primary-dark
|
color: $color-primary-dark
|
||||||
|
@@ -19,7 +19,6 @@
|
|||||||
href="javascript:task_open('{{ task._id }}', '{{ project.url }}');")
|
href="javascript:task_open('{{ task._id }}', '{{ project.url }}');")
|
||||||
span.status-indicator
|
span.status-indicator
|
||||||
span.name {{ task.name }}
|
span.name {{ task.name }}
|
||||||
//- span.status {{ task.properties.status | undertitle }}
|
|
||||||
span.type {{ task.properties.task_type }}
|
span.type {{ task.properties.task_type }}
|
||||||
| {% endfor %}
|
| {% endfor %}
|
||||||
#col_right
|
#col_right
|
||||||
|
Reference in New Issue
Block a user