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
-6
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>