Selaa lähdekoodia

Remove box-shadow in board to My Cards

helioguardabaxo 4 vuotta sitten
vanhempi
sitoutus
66f5f254d0
1 muutettua tiedostoa jossa 5 lisäystä ja 4 poistoa
  1. 5 4
      client/components/main/myCards.styl

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

@@ -1,14 +1,15 @@
 .my-cards-board-wrapper
-  border-radius: 4px
+  border-radius: 0 0 4px 4px;
   //padding: 0.5rem
   min-width: 400px
   margin-bottom: 2rem
   margin-right: auto
   margin-left: auto
-  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
-
+  border-width: 2px
+  border-style: solid
+  border-color: #a2a2a2
+  
 .my-cards-board-title
-  border-radius: 4px 4px 0 0;
   font-size: 1.4rem
   font-weight: bold
   padding: 0.5rem