瀏覽代碼

Merge pull request #3475 from helioguardabaxo/master

Use simple border at My Cards
Lauri Ojansivu 4 年之前
父節點
當前提交
9b813dd6a1
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      client/components/main/myCards.styl

+ 5 - 5
client/components/main/myCards.styl

@@ -1,14 +1,14 @@
 .my-cards-board-wrapper
 .my-cards-board-wrapper
-  border-radius: 8px
+  border-radius: 0 0 4px 4px;
   //padding: 0.5rem
   //padding: 0.5rem
   min-width: 400px
   min-width: 400px
-  border-width: 8px
-  border-color: grey
-  border-style: solid
   margin-bottom: 2rem
   margin-bottom: 2rem
   margin-right: auto
   margin-right: auto
   margin-left: auto
   margin-left: auto
-
+  border-width: 2px
+  border-style: solid
+  border-color: #a2a2a2
+  
 .my-cards-board-title
 .my-cards-board-title
   font-size: 1.4rem
   font-size: 1.4rem
   font-weight: bold
   font-weight: bold