website: post-split cleanup (#8729)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2024-02-28 15:05:17 +01:00
committed by GitHub
parent ed4154e62d
commit feef105acf
8 changed files with 42 additions and 183 deletions

View File

@ -37,24 +37,6 @@
stroke: var(--white);
}
.hero--primary {
background: radial-gradient(
circle,
rgba(47, 6, 75, 1) 0%,
var(--ifm-color-primary) 50%
);
padding-bottom: 5.3rem !important;
/* fix aliasing at the edge */
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw));
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 3vw));
}
.before-after-slider img {
max-width: none;
}
.header-github-link:hover {
opacity: 0.6;
}