Selaa lähdekoodia

Improve Button margins when in lists

Tatiana Inama 6 vuotta sitten
vanhempi
commit
558b1bfb11
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      recipes/src/components/Button/styles.scss

+ 8 - 0
recipes/src/components/Button/styles.scss

@@ -116,4 +116,12 @@ button.cbk-btn {
       background-size: 45.25px 45.25px;
     }
   }
+
+  &:last-child {
+    margin-right: 0;
+  }
+
+  &:first-child {
+    margin-left: 0;
+  }
 }