No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- @use '../atoms/variables' as *;
-
- // ─── Begrüßung zwischen Header und Formular ───────────────────────────────────
- .greeting {
- max-width: $content-max-width;
- width: 100%;
- margin: 0 auto;
- padding: $space-5 $space-6 0;
-
- &__text {
- font-size: $font-size-lg;
- font-weight: $font-weight-bold;
- color: $color-text-dark;
- }
- }
|