mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Changed px to em and added margin for add-checklist-item link
This commit is contained in:
parent
d2354827da
commit
f6656a4791
1 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
||||||
background-color: darken(white, 8%)
|
background-color: darken(white, 8%)
|
||||||
|
|
||||||
.check-box
|
.check-box
|
||||||
margin-top: 3px;
|
margin: 0.1em 0 0 0;
|
||||||
&.is-checked
|
&.is-checked
|
||||||
border-bottom: 2px solid #3cb500
|
border-bottom: 2px solid #3cb500
|
||||||
border-right: 2px solid #3cb500
|
border-right: 2px solid #3cb500
|
||||||
|
|
@ -135,5 +135,5 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
|
||||||
padding: 12px 0 0 0
|
padding: 12px 0 0 0
|
||||||
|
|
||||||
.add-checklist-item
|
.add-checklist-item
|
||||||
margin: 0 0 0.5em 1.33em
|
margin: 0.2em 0 0.5em 1.33em
|
||||||
display: inline-block
|
display: inline-block
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue