docs: rename button class to docs-button

This commit is contained in:
bcakmakoglu
2022-06-17 23:20:58 +02:00
committed by Braks
parent 119bcabaf8
commit 04907fcc16
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ ul li {
@apply mt-2;
}
.button {
.docs-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;
}