Redesign users list layout

This commit is contained in:
Frederic Guillot
2017-02-26 12:17:39 -05:00
parent 954b7324f0
commit 159c31cd3f
13 changed files with 220 additions and 88 deletions

File diff suppressed because one or more lines are too long

View File

@@ -40,6 +40,7 @@
.table-list-title
font-weight: 500
line-height: 23px
&.status-closed
text-decoration: line-through
margin-right: 10px
@@ -55,10 +56,52 @@
color: color('light')
font-weight: 300
line-height: 30px
span
margin-left: 5px
&:first-child
margin-left: 0
li
display: inline
list-style-type: none
&:after
content: ', '
&:last-child:after
content: ''
content: ''
.table-list-details-with-icons
float: left
@include sm-device
float: none
.table-list-icons
font-size: size('small')
text-align: right
line-height: 30px
@include sm-device
text-align: left
line-height: 20px
span
margin-left: 5px
a
text-decoration: none
&:hover
color: link-color('hover')
i
color: link-color('hover')
.table-list-category
font-size: size('compact')
font-weight: 500
color: color('dark')
padding: 1px 3px 1px 2px
border-radius: 3px
background: bg-color('light')
border: 1px solid #ccc
a
text-decoration: none
color: color('dark')
&:hover
color: link-color('primary')

View File

@@ -7,22 +7,11 @@
.task-board-category
border: 1px solid #555
a
&:hover
text-decoration: underline
.task-list-category
background: bg-color('light')
border: 1px solid #ccc
a
text-decoration: none
color: color('dark')
&:hover
color: link-color('primary')
.task-board-category, .task-list-category
font-size: size('compact')
font-weight: 500
color: color('dark')
padding: 1px 3px 1px 2px
border-radius: 3px
a
&:hover
text-decoration: underline