My SMM panel
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.

1234567891011121314151617181920212223
  1. @use "vars";
  2. @use "main";
  3. main {
  4. margin-top: 50px;
  5. min-height: 40em;
  6. }
  7. h1 {
  8. color: vars.getColor('brand-orange');
  9. }
  10. .info-heading {
  11. text-align: center;
  12. margin: 8em 1em 7em 1em;
  13. h3 {
  14. margin-bottom: 3em;
  15. }
  16. }
  17. .brand-button {
  18. @include vars.brand-button("brand-orange");
  19. }