mirror of
https://github.com/chaoming/hugo-saasify-theme.git
synced 2025-04-20 07:11:52 +02:00
added cta-section class
This commit is contained in:
parent
425a64c454
commit
df1d3dec94
1 changed files with 7 additions and 6 deletions
|
@ -23,6 +23,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer components {
|
@layer components {
|
||||||
|
.cta-section {
|
||||||
|
padding-top: 3rem;
|
||||||
|
padding-bottom: 3rem;
|
||||||
|
margin-top: 2rem;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.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;
|
||||||
|
@ -61,9 +68,3 @@
|
||||||
@apply grid gap-8 md:grid-cols-2 lg:grid-cols-3;
|
@apply grid gap-8 md:grid-cols-2 lg:grid-cols-3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@layer utilities {
|
|
||||||
.text-gradient {
|
|
||||||
@apply bg-clip-text text-transparent bg-gradient-to-r from-primary-600 to-secondary-600;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue