new Landing page, stripped app

This commit is contained in:
2025-04-05 12:25:50 +02:00
parent b39370a6b5
commit 83808263af
165 changed files with 9484 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
/* Diese Styles kannst du in deine globale styles.css oder in eine eigene tooltip.component.css-Datei packen */
.tooltip-arrow {
position: absolute;
width: 8px;
height: 8px;
background: inherit;
transform: rotate(45deg);
}
.arrow-top {
top: -4px;
left: calc(50% - 4px);
}
.arrow-right {
right: -4px;
top: calc(50% - 4px);
}
.arrow-bottom {
bottom: -4px;
left: calc(50% - 4px);
}
.arrow-left {
left: -4px;
top: calc(50% - 4px);
}