From 9cd30e4dc0202e5d9db2fbad320cb3878fd03f20 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 18 Sep 2018 19:02:13 +0200 Subject: [PATCH] CSS cleanup --- src/App.vue | 25 ------------------------- src/components/sharing/user.vue | 28 +++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9e2a09dec..68d1bcd1e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -190,30 +190,5 @@ .card{ margin-bottom: 1rem; - - .add-user-form, .add-team-form { - margin: 1rem; - } - - .table{ - border-top: 1px solid darken(#fff, 15%); - - td{ - vertical-align: middle; - } - - td.type, td.actions{ - width: 200px; - } - - td.actions{ - text-align: right; - } - } - } - - .users-list, .teams-list, - .users-namespace, .teams-namespace{ - padding: 0 !important; } diff --git a/src/components/sharing/user.vue b/src/components/sharing/user.vue index 6f21f1a17..b87660d39 100644 --- a/src/components/sharing/user.vue +++ b/src/components/sharing/user.vue @@ -179,6 +179,32 @@ } - \ No newline at end of file