10-04-2026
This commit is contained in:
parent
4d6b4930b2
commit
4bb89aad8c
836 changed files with 52961 additions and 5950 deletions
|
|
@ -1,4 +1,5 @@
|
|||
/* Shared styles for all web themes - no @apply directives */
|
||||
@import "./fonts.css";
|
||||
|
||||
*,
|
||||
::before,
|
||||
|
|
@ -17,6 +18,22 @@ body {
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
/* Cursor pointer für alle klickbaren Elemente (global) */
|
||||
button,
|
||||
a,
|
||||
[role="button"],
|
||||
input[type="submit"],
|
||||
input[type="button"],
|
||||
input[type="reset"],
|
||||
summary {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Klasse für klickbare Custom-Elemente (z. B. div mit @click) */
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 500;
|
||||
letter-spacing: -0.025em;
|
||||
|
|
@ -718,9 +735,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.text-section-title {
|
||||
line-height: 0.95em;
|
||||
}
|
||||
.variante-glass-flow {
|
||||
|
||||
& * {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue