diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-19 17:08:00 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-19 17:08:00 -0500 |
commit | 3b3e8033696e408e699b911c042361d62ce7b7ac (patch) | |
tree | 33f2d450bbe40a56703cf22f0d62a67a6f6923f5 /assets/sass/_task_icons.sass | |
parent | dc7c7667ec2eb648ca097d00c25a00f7cc9a7d19 (diff) |
Redesign task list view
Diffstat (limited to 'assets/sass/_task_icons.sass')
-rw-r--r-- | assets/sass/_task_icons.sass | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/assets/sass/_task_icons.sass b/assets/sass/_task_icons.sass new file mode 100644 index 00000000..394ed148 --- /dev/null +++ b/assets/sass/_task_icons.sass @@ -0,0 +1,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
\ No newline at end of file |