From 3bd485e7e46ed5be678130acdf99c991c4d579c2 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 10 Oct 2019 22:55:31 +0300 Subject: [PATCH] Update dashboard side to tailwindcss --- dashboard/src/components/Expandable.vue | 7 ++ .../dashboard/GuildConfigEditor.vue | 53 ++++++------- .../src/components/dashboard/GuildList.vue | 36 +++++---- dashboard/src/components/dashboard/Layout.vue | 62 +++++++-------- dashboard/src/components/docs/DocsLayout.vue | 79 ++++++++++--------- .../src/components/docs/MarkdownBlock.vue | 2 +- dashboard/src/components/docs/Plugin.vue | 6 +- dashboard/src/style/app.pcss | 1 + dashboard/src/style/components.pcss | 9 +++ dashboard/src/style/content.pcss | 45 +++++++++++ dashboard/src/style/docs.pcss | 55 ------------- 11 files changed, 183 insertions(+), 172 deletions(-) create mode 100644 dashboard/src/style/content.pcss diff --git a/dashboard/src/components/Expandable.vue b/dashboard/src/components/Expandable.vue index 2f44d141..98b2b8b0 100644 --- a/dashboard/src/components/Expandable.vue +++ b/dashboard/src/components/Expandable.vue @@ -13,6 +13,8 @@