mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 05:41:52 +02:00
fix: override rounded-lg to use 2rem radius
This commit is contained in:
parent
0fde38223d
commit
f9871f6a70
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
|
.rounded-lg {
|
||||||
|
border-radius: 2rem !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
@apply inline-flex items-center justify-center px-6 py-3 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;
|
border-radius: 2rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue