123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- .js-add-subtask
- color: #8c8c8c
- textarea.js-add-subtask-item, textarea.js-edit-subtask-item
- overflow: hidden
- word-wrap: break-word
- resize: none
- height: 34px
- .delete-text
- color: #8c8c8c
- text-decoration: underline
- word-wrap: break-word
- float: right
- padding-top: 6px
- &:hover
- color: inherit
- .subtask-title
- .checkbox
- float: left
- width: 30px
- height 30px
- font-size: 18px
- line-height: 30px
- .title
- font-size: 18px
- line-height: 25px
- .subtasks-stat
- margin: 0 0.5em
- float: right
- padding-top: 6px
- &.is-finished
- color: #3cb500
- .js-delete-subtask
- @extends .delete-text
- margin: 0 0.5em
- .js-view-subtask
- @extends .delete-text
- .js-confirm-subtask-delete
- background-color: darken(white, 3%)
- position: absolute
- float: left;
- width: 60%
- margin-top: 0
- margin-left: 13%
- padding-bottom: 2%
- padding-left: 3%
- padding-right: 3%
- z-index: 17
- border-radius: 3px
- p
- position: relative
- margin-top: 3%
- width: 100%
- text-align: center
- span
- font-weight: bold
- i
- font-size: 2em
- .js-subtask-delete-buttons
- position: relative
- padding: left 2% right 2%
- .confirm-subtask-delete
- margin-left: 12%
- float: left
- .toggle-delete-subtask-dialog
- margin-right: 12%
- float: right
- #card-details-overlay
- top: 0
- bottom: -600px
- right: 0
- .subtasks
- background: darken(white, 3%)
- &.placeholder
- background: darken(white, 20%)
- border-radius: 2px
- &.ui-sortable-helper
- box-shadow: -2px 2px 8px rgba(0, 0, 0, .3),
- 0 0 1px rgba(0, 0, 0, .5)
- transform: rotate(4deg)
- cursor: grabbing
- .subtasks-item
- margin: 0 0 0 0.1em
- line-height: 18px
- font-size: 1.1em
- margin-top: 3px
- display: flex
- background: darken(white, 3%)
- &.placeholder
- background: darken(white, 20%)
- border-radius: 2px
- &.ui-sortable-helper
- box-shadow: -2px 2px 8px rgba(0, 0, 0, .3),
- 0 0 1px rgba(0, 0, 0, .5)
- transform: rotate(4deg)
- cursor: grabbing
- &:hover
- background-color: darken(white, 8%)
- .check-box
- margin: 0.1em 0 0 0;
- &.is-checked
- border-bottom: 2px solid #3cb500
- border-right: 2px solid #3cb500
- .item-title
- flex: 1
- padding-left: 10px;
- &.is-checked
- color: #8c8c8c
- font-style: italic
- & .viewer
- p
- margin-bottom: 2px
- .js-delete-subtask-item
- margin: 0 0 0.5em 1.33em
- @extends .delete-text
- padding: 12px 0 0 0
- .add-subtask-item
- margin: 0.2em 0 0.5em 1.33em
- display: inline-block
- .subtask-details-menu
- float: right
- padding: 6px 10px 6px 10px
|