Style activities on dashboard
This commit is contained in:
@@ -91,13 +91,30 @@
|
||||
|
||||
.type
|
||||
margin-left: auto
|
||||
color: $color-text-dark-primary
|
||||
color: $color-text-dark-secondary
|
||||
+text-overflow-ellipsis
|
||||
|
||||
.name, .shotname
|
||||
margin: 10px
|
||||
.name
|
||||
padding: 10px
|
||||
+text-overflow-ellipsis
|
||||
|
||||
.shotname
|
||||
color: $color-text-dark-secondary
|
||||
margin-left: 10px
|
||||
padding-right: 10px
|
||||
position: relative
|
||||
+text-overflow-ellipsis
|
||||
&:after
|
||||
position: absolute
|
||||
width: 2px
|
||||
height: 2px
|
||||
right: 0
|
||||
border-radius: 50%
|
||||
bottom: 9px
|
||||
display: block
|
||||
content: ''
|
||||
border: thin solid $color-text-dark-hint
|
||||
|
||||
@include status-color-property(background-color, ' .status-indicator', '')
|
||||
|
||||
option.invalid_task
|
||||
|
Reference in New Issue
Block a user