You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
548 B

  1. @import 'variables';
  2. .glitch.local-settings {
  3. position: relative;
  4. display: flex;
  5. flex-direction: row;
  6. background: $ui-secondary-color;
  7. color: $ui-base-color;
  8. border-radius: 8px;
  9. height: 80vh;
  10. width: 80vw;
  11. max-width: 740px;
  12. max-height: 450px;
  13. overflow: hidden;
  14. label {
  15. display: block;
  16. }
  17. h1 {
  18. font-size: 18px;
  19. font-weight: 500;
  20. line-height: 24px;
  21. margin-bottom: 20px;
  22. }
  23. h2 {
  24. font-size: 15px;
  25. font-weight: 500;
  26. line-height: 20px;
  27. margin-top: 20px;
  28. margin-bottom: 10px;
  29. }
  30. }