From 9cae696714351a0910b5f80c3773c7d872b7f091 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Mon, 27 Jul 2020 00:04:58 +0200 Subject: [PATCH] Cleaner separation between variation rows. --- frontend/components/editProduct.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/components/editProduct.vue b/frontend/components/editProduct.vue index 4e32b0c..1c50b64 100644 --- a/frontend/components/editProduct.vue +++ b/frontend/components/editProduct.vue @@ -75,8 +75,6 @@ - -
@@ -237,6 +235,12 @@ button { .variation { display: flex; + padding: 1rem 0; + width: max-content; + + &:not(:last-of-type) { + border-bottom: 2px solid black; + } } .variation-controls {