summaryrefslogtreecommitdiff
path: root/assets/sass/_task_icons.sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_task_icons.sass')
-rw-r--r--assets/sass/_task_icons.sass43
1 files changed, 0 insertions, 43 deletions
diff --git a/assets/sass/_task_icons.sass b/assets/sass/_task_icons.sass
deleted file mode 100644
index adb1f2e6..00000000
--- a/assets/sass/_task_icons.sass
+++ /dev/null
@@ -1,43 +0,0 @@
-@import variables
-
-.task-board-icons, .task-list-icons
- font-size: size('small')
- text-align: right
-
- a, span.tooltip
- 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, span.tooltip
- &: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