docs: move button style to index.css

This commit is contained in:
bcakmakoglu
2022-06-17 23:10:06 +02:00
committed by Braks
parent 9b373ce49c
commit 119bcabaf8
2 changed files with 4 additions and 6 deletions

View File

@@ -54,9 +54,3 @@ onBeforeUnmount(stop)
</div>
</div>
</template>
<style>
.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;
}
</style>

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;
}