From d5ccfc4d91ec72205c7a98ef7031d91f0cf5228b Mon Sep 17 00:00:00 2001 From: Roman Cervantes Date: Wed, 16 Oct 2019 12:55:22 -0700 Subject: [PATCH] Improve list add --- src/components/Lists/ListAdd.vue | 37 +++++++++++--------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/src/components/Lists/ListAdd.vue b/src/components/Lists/ListAdd.vue index 56527f17..38a210fc 100644 --- a/src/components/Lists/ListAdd.vue +++ b/src/components/Lists/ListAdd.vue @@ -1,5 +1,5 @@ @@ -122,19 +120,8 @@ export default { margin-right: $gp; } - .list-add { - padding: 0 $gp $gp; - margin-right: $gp; - } - small { - color: var(--note-color); - } - - footer { - margin-top: $gp; - display: flex; - align-items: center; - justify-content: space-between; + color: var(--warning-color); + margin: 0 $gp; }