blob: 3f33f0cb514b1e2dc47182ae919fd204561ea11a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
@import variables
.task-board
position: relative
margin-bottom: 4px
border: 1px solid #000
padding: 2px
word-wrap: break-word
font-size: size('compact')
div
&.task-board-recent
border-width: 2px
&.task-board-status-closed
user-select: none
border: 1px dotted #555
.task-board
a
color: color('dark')
text-decoration: none
.dropdown-menu
font-weight: bold
.task-score
font-weight: bold
.task-board-collapsed
overflow: hidden
white-space: nowrap
text-overflow: ellipsis
.task-board-title
margin-top: 5px
margin-bottom: 8px
a:hover
text-decoration: underline
|