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.
|
- @use "vars";
- @use "main";
-
- main {
- margin-top: 50px;
- min-height: 40em;
- }
-
- h1 {
- color: vars.getColor('brand-orange');
- }
-
- .info-heading {
- text-align: center;
- margin: 8em 1em 7em 1em;
- h3 {
- margin-bottom: 3em;
- }
- }
-
- .brand-button {
- @include vars.brand-button("brand-orange");
- }
|