init
This commit is contained in:
commit
e3c43e06ff
120 changed files with 16894 additions and 0 deletions
20
themes/hugoplate/assets/scss/utilities.scss
Executable file
20
themes/hugoplate/assets/scss/utilities.scss
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
.bg-gradient {
|
||||
@apply bg-gradient-to-b from-[rgba(249,249,249,1)] from-[0.53%] to-white to-[83.28%];
|
||||
}
|
||||
|
||||
.rounded-sm {
|
||||
@apply rounded-[4px];
|
||||
}
|
||||
.rounded {
|
||||
@apply rounded-[6px];
|
||||
}
|
||||
.rounded-lg {
|
||||
@apply rounded-[12px];
|
||||
}
|
||||
.rounded-xl {
|
||||
@apply rounded-[16px];
|
||||
}
|
||||
|
||||
.shadow {
|
||||
box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue