Style task read-only details
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
|
||||
.item-name
|
||||
font-size: 1.6em
|
||||
h2.item-name
|
||||
padding-left: 5px
|
||||
|
||||
.item-description
|
||||
padding: 10px 5px
|
||||
color: $color-text-dark-primary
|
||||
|
||||
.dropdown button
|
||||
height: 38px
|
||||
@@ -46,8 +52,31 @@
|
||||
left: -4px
|
||||
font-size: .9em
|
||||
|
||||
.item-properties
|
||||
padding: 1em
|
||||
.table.item-properties
|
||||
.table-body
|
||||
text-shadow: 1px 1px 0 white
|
||||
// background-color: darken(white, 2%)
|
||||
|
||||
.table-row
|
||||
.table-cell
|
||||
padding: 7px 10px
|
||||
vertical-align: top
|
||||
border: none
|
||||
@include status-color-property(color, '', 'dark')
|
||||
|
||||
&:first-child
|
||||
width: 100px
|
||||
text-align: right
|
||||
font-weight: bold
|
||||
padding-right: 10px
|
||||
border-right: thin solid $color-background-dark
|
||||
color: $color-text-dark-primary
|
||||
// background-color: darken(white, 3%)
|
||||
|
||||
&.properties-assignees
|
||||
.table-cell span
|
||||
display: block
|
||||
|
||||
|
||||
#task-add
|
||||
margin-left: auto
|
||||
|
Reference in New Issue
Block a user