您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

16 行
417 B

  1. @use '../atoms/variables' as *;
  2. // ─── Begrüßung zwischen Header und Formular ───────────────────────────────────
  3. .greeting {
  4. max-width: $content-max-width;
  5. width: 100%;
  6. margin: 0 auto;
  7. padding: $space-5 $space-6 0;
  8. &__text {
  9. font-size: $font-size-lg;
  10. font-weight: $font-weight-bold;
  11. color: $color-text-dark;
  12. }
  13. }