summaryrefslogtreecommitdiff
path: root/assets/sass/_task_icons.sass
blob: 394ed148fb232a6e80ec010fdccb687459247232 (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
37
38
39
40
41
42
43
@import variables

.task-board-icons, .task-list-icons
  font-size: size('small')
  text-align: right

  a
    text-decoration: none
    &:hover
      color: link-color('hover')
      i
        color: link-color('hover')

  .task-score
    font-weight: bold

  .flag-milestone
    color: green

.task-board-icons
  margin-top: 7px
  a
    opacity: 0.5
  span
    opacity: 0.5
    margin-left: 4px
  a
    &:hover
      opacity: 1.0
      font-weight: bold

  .task-board-icons-row
    line-height: 22px

.task-list-icons
  line-height: 22px
  a, span, i
    color: color('light')
    opacity: 1.0
  span
    margin-left: 5px
  @include sm-device
    text-align: left