Minor style tweaks to tasks/shots list
This commit is contained in:
@@ -39,6 +39,7 @@ body
|
|||||||
height: 100%
|
height: 100%
|
||||||
min-height: 100%
|
min-height: 100%
|
||||||
position: relative
|
position: relative
|
||||||
|
background-color: $color-background-light
|
||||||
|
|
||||||
+media-xs
|
+media-xs
|
||||||
height: auto
|
height: auto
|
||||||
|
@@ -110,7 +110,7 @@
|
|||||||
|
|
||||||
&:before
|
&:before
|
||||||
transform: translate(-50%, -50%) scale(1.3)
|
transform: translate(-50%, -50%) scale(1.3)
|
||||||
border-color: $color-primary
|
border: .25em dotted white
|
||||||
&:hover
|
&:hover
|
||||||
border-color: $color-primary-light
|
border-color: $color-primary-light
|
||||||
|
|
||||||
|
@@ -65,8 +65,9 @@
|
|||||||
|
|
||||||
.table-row
|
.table-row
|
||||||
.table-cell
|
.table-cell
|
||||||
padding: 7px 10px
|
padding: 3px 10px
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
|
line-height: 1.6em
|
||||||
border: none
|
border: none
|
||||||
color: $color-text-dark-primary
|
color: $color-text-dark-primary
|
||||||
@include status-color-property(color, '', 'dark')
|
@include status-color-property(color, '', 'dark')
|
||||||
|
Reference in New Issue
Block a user