mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 05:41:52 +02:00
feat: update all button radius to 2rem
This commit is contained in:
parent
afb5edb422
commit
0fde38223d
1 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,8 @@
|
|||
|
||||
@layer components {
|
||||
.btn {
|
||||
@apply inline-flex items-center justify-center px-6 py-3 rounded-lg font-medium transition duration-200 ease-in-out;
|
||||
@apply inline-flex items-center justify-center px-6 py-3 font-medium transition duration-200 ease-in-out;
|
||||
border-radius: 2rem;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
|
@ -42,7 +43,8 @@
|
|||
}
|
||||
|
||||
.card {
|
||||
@apply bg-white rounded-xl shadow-sm p-6 transition duration-200 hover:shadow-md;
|
||||
@apply bg-white p-6 transition duration-200 hover:shadow-md;
|
||||
border-radius: 2rem;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
|
|
Loading…
Add table
Reference in a new issue