add style

This commit is contained in:
Boris Waaub
2026-01-22 15:03:35 +01:00
parent 7b98930deb
commit 47d38a5dda
2 changed files with 140 additions and 46 deletions
+66
View File
@@ -3385,6 +3385,72 @@ body {
border-radius: 2rem;
}
.features-carousel__nav {
margin-bottom: 1rem;
text-align: center;
}
.features-carousel__nav button {
display: inline-flex;
align-items: center;
justify-content: center;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-weight: 500;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-duration: 200ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 2rem;
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.features-carousel__nav button:hover {
--tw-text-opacity: 1;
color: rgb(244 104 57 / var(--tw-text-opacity, 1));
}
.features-carousel__nav button {
max-height:40px;
}
.features-carousel__nav button.active {
display: inline-flex;
align-items: center;
justify-content: center;
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-weight: 500;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-duration: 200ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 2rem;
--tw-bg-opacity: 1;
background-color: rgb(244 104 57 / var(--tw-bg-opacity, 1));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.features-carousel__nav button.active:hover {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
--tw-bg-opacity: 1;
background-color: rgb(244 104 57 / var(--tw-bg-opacity, 1));
}
.features-carousel__slides {
min-height: 150px;
}
.feature {
display: none;
}
@media (min-width: 640px) {
.sm\:prose {
color: var(--tw-prose-body);