浏览代码

Changed px to em and added margin for add-checklist-item link

Peter L 7 年之前
父节点
当前提交
f6656a4791
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      client/components/cards/checklists.styl

+ 2 - 2
client/components/cards/checklists.styl

@@ -114,7 +114,7 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item
     background-color: darken(white, 8%)
 
   .check-box
-    margin-top: 3px;
+    margin: 0.1em 0 0 0;
     &.is-checked
       border-bottom: 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
 
 .add-checklist-item
-  margin: 0 0 0.5em 1.33em
+  margin: 0.2em 0 0.5em 1.33em
   display: inline-block