diff options
Diffstat (limited to 'assets/sass/_table_list.sass')
-rw-r--r-- | assets/sass/_table_list.sass | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/assets/sass/_table_list.sass b/assets/sass/_table_list.sass index f9d3b5e3..6f5625a4 100644 --- a/assets/sass/_table_list.sass +++ b/assets/sass/_table_list.sass @@ -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: ''
\ No newline at end of file + 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') |