docs: move button style to index.css

This commit is contained in:
bcakmakoglu
2022-06-17 23:20:58 +02:00
committed by Braks
parent 9b373ce49c
commit 119bcabaf8
2 changed files with 4 additions and 6 deletions
+4
View File
@@ -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;
}