new-theme-landing

This commit is contained in:
tangly1024
2023-07-02 22:55:52 +08:00
parent 95ace17914
commit cd5bd06b6a
7 changed files with 131 additions and 758 deletions

View File

@@ -331,19 +331,4 @@ a.avatar-wrapper {
column-count: 1;
column-gap: .5rem;
}
}
/* Buttons */
.btn,
.btn-sm {
@apply font-medium inline-flex items-center justify-center border border-transparent rounded leading-snug transition duration-150 ease-in-out;
}
.btn {
@apply px-8 py-3 shadow-lg;
}
.btn-sm {
@apply px-4 py-2 shadow;
}
}