Files
hmc_site_source/themes/hugoplate/assets/scss/utilities.scss
Devon dfed01d167 First pass working on frontpage
Namely testimonials and top banner
2024-09-22 17:40:15 -07:00

21 lines
379 B
SCSS

.bg-gradient {
@apply dark:from-darkmode-theme-light dark:to-darkmode-body 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);
}