소스 검색

Merge pull request #2374 from hupptechnologies/center-card-list-view

Issue : Mobile UI Center cards in list view #2371
Lauri Ojansivu 6 년 전
부모
커밋
211f772447
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      client/components/lists/list.styl

+ 5 - 0
client/components/lists/list.styl

@@ -170,6 +170,8 @@
     display: block
     display: block
     width: 100%
     width: 100%
     border-left: 0px
     border-left: 0px
+    &:first-child
+      margin-left: 0px
 
 
     &.ui-sortable-helper
     &.ui-sortable-helper
       flex: 0 0 60px
       flex: 0 0 60px
@@ -188,6 +190,9 @@
       border-left: 0px
       border-left: 0px
       border-bottom: 1px solid darken(white, 20%)
       border-bottom: 1px solid darken(white, 20%)
 
 
+  .list-body
+    padding: 15px 19px;
+
   .list-header
   .list-header
     padding: 0 12px 0px
     padding: 0 12px 0px
     border-bottom: 0px solid #e4e4e4
     border-bottom: 0px solid #e4e4e4