From 119bcabaf8153cf295eccbb3b5b442e56075ae92 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 17 Jun 2022 23:10:06 +0200 Subject: [PATCH] docs: move button style to index.css --- docs/components/home/Features.vue | 6 ------ docs/src/.vuepress/assets/index.css | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/components/home/Features.vue b/docs/components/home/Features.vue index dd9897e0..53bf7bae 100644 --- a/docs/components/home/Features.vue +++ b/docs/components/home/Features.vue @@ -54,9 +54,3 @@ onBeforeUnmount(stop) - - diff --git a/docs/src/.vuepress/assets/index.css b/docs/src/.vuepress/assets/index.css index 1dc77e83..e26a8451 100644 --- a/docs/src/.vuepress/assets/index.css +++ b/docs/src/.vuepress/assets/index.css @@ -64,6 +64,10 @@ ul li { @apply mt-2; } +.button { + @apply z-1 shadow-lg transition-colors duration-200 text-white font-semibold text-lg mt-4 px-5 py-3 rounded-lg bg-green-500; +} + .vue-flow__node.dark { @apply bg-gray-800 text-white; }