summaryrefslogtreecommitdiff
path: root/assets/sass/_subtasks.sass
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_subtasks.sass')
-rw-r--r--assets/sass/_subtasks.sass35
1 files changed, 0 insertions, 35 deletions
diff --git a/assets/sass/_subtasks.sass b/assets/sass/_subtasks.sass
deleted file mode 100644
index 0315860f..00000000
--- a/assets/sass/_subtasks.sass
+++ /dev/null
@@ -1,35 +0,0 @@
-@import variables
-@import mixins
-
-.subtask-cell
- padding: 4px 10px
- border-top: 1px dotted #dedede
- border-left: 1px dotted #dedede
- display: table-cell
- vertical-align: middle
- a
- color: color('primary')
- text-decoration: none
- &:hover, &:focus
- color: link-color('primary')
- &:first-child
- border-left: none
- @include sm-device
- width: 90%
- display: block
- border-left: none
-
-.task-list-subtasks
- display: table
- width: 100%
- @include sm-device
- display: block
-
-.task-list-subtask
- display: table-row
- @include sm-device
- display: block
-
-.subtask-assignee, .subtask-time-tracking-cell
- @include sm-device
- display: none