checklists.styl 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .js-add-checklist
  2. color: #8c8c8c
  3. textarea.js-add-checklist-item, textarea.js-edit-checklist-item
  4. overflow: hidden
  5. word-wrap: break-word
  6. resize: none
  7. height: 34px
  8. .delete-text
  9. color: #8c8c8c
  10. text-decoration: underline
  11. word-wrap: break-word
  12. float: right
  13. padding-top: 6px
  14. &:hover
  15. color: inherit
  16. .checklist-title
  17. .checkbox
  18. float: left
  19. width: 30px
  20. height 30px
  21. font-size: 18px
  22. line-height: 30px
  23. .title
  24. font-size: 18px
  25. line-height: 30px
  26. .checklist-stat
  27. margin: 0 0.5em
  28. float: right
  29. padding-top: 6px
  30. &.is-finished
  31. color: #3cb500
  32. .js-delete-checklist
  33. @extends .delete-text
  34. .js-confirm-checklist-delete
  35. background-color: darken(white, 3%)
  36. position: absolute
  37. float: left;
  38. width: 60%
  39. margin-top: 0
  40. margin-left: 13%
  41. padding-bottom: 2%
  42. padding-left: 3%
  43. padding-right: 3%
  44. z-index: 17
  45. border-radius: 3px
  46. p
  47. position: relative
  48. margin-top: 3%
  49. width: 100%
  50. text-align: center
  51. span
  52. font-weight: bold
  53. i
  54. font-size: 2em
  55. .js-checklist-delete-buttons
  56. position: relative
  57. padding: left 2% right 2%
  58. .confirm-checklist-delete
  59. margin-left: 12%
  60. float: left
  61. .toggle-delete-checklist-dialog
  62. margin-right: 12%
  63. float: right
  64. #card-details-overlay
  65. top: 0
  66. bottom: -600px
  67. right: 0
  68. .checklist-items
  69. margin: 0 0 0.5em 1.33em
  70. .item
  71. line-height: 25px
  72. font-size: 1.1em
  73. margin-top: 3px
  74. display: flex
  75. &:hover
  76. background-color: darken(white, 8%)
  77. .check-box
  78. margin-top: 5px
  79. &.is-checked
  80. border-bottom: 2px solid #3cb500
  81. border-right: 2px solid #3cb500
  82. .item-title
  83. flex: 1
  84. padding-left: 10px;
  85. &.is-checked
  86. color: #8c8c8c
  87. font-style: italic
  88. .js-delete-checklist-item
  89. @extends .delete-text
  90. padding: 12px 0 0 0
  91. .add-checklist-item
  92. padding-top: 0.5em
  93. display: inline-block