|
@@ -134,7 +134,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|
background-color: darken(white, 8%)
|
|
background-color: darken(white, 8%)
|
|
|
|
|
|
.check-box-container
|
|
.check-box-container
|
|
- padding-right: 1px;
|
|
|
|
|
|
+ padding-right: 10px;
|
|
|
|
|
|
.check-box
|
|
.check-box
|
|
margin: 0.1em 0 0 0;
|
|
margin: 0.1em 0 0 0;
|
|
@@ -144,7 +144,6 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|
|
|
|
|
.item-title
|
|
.item-title
|
|
flex: 1
|
|
flex: 1
|
|
- margin-left: 10px;
|
|
|
|
&.is-checked
|
|
&.is-checked
|
|
color: #8c8c8c
|
|
color: #8c8c8c
|
|
font-style: italic
|
|
font-style: italic
|
|
@@ -157,9 +156,8 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
|
max-width: 420px
|
|
max-width: 420px
|
|
|
|
|
|
span.fa.checklistitem-handle
|
|
span.fa.checklistitem-handle
|
|
- float: right
|
|
|
|
- padding-right: 20px
|
|
|
|
- padding-top: 6px
|
|
|
|
|
|
+ padding-top: 2px
|
|
|
|
+ padding-right: 10px;
|
|
|
|
|
|
.js-delete-checklist-item
|
|
.js-delete-checklist-item
|
|
margin: 0 0 0.5em 1.33em
|
|
margin: 0 0 0.5em 1.33em
|