Large spacing variable

This commit is contained in:
hmbrink 2020-01-23 13:13:04 -05:00
parent 70faa4c42e
commit 0f2ba887d9
6 changed files with 7 additions and 6 deletions

View File

@ -15,7 +15,7 @@
&__login { &__login {
width: 100%; width: 100%;
max-width: 1165px; max-width: 1175px;
text-align: right; text-align: right;
} }
} }

View File

@ -26,7 +26,7 @@ body {
-ms-flex-negative: 1; -ms-flex-negative: 1;
top: $usa-banner-height + $topbar-height; top: $usa-banner-height + $topbar-height;
position: relative; position: relative;
padding: 0 $spacing-large; padding: 0 $large-spacing;
@include media($medium-screen) { @include media($medium-screen) {
top: $usa-banner-height + $topbar-height; top: $usa-banner-height + $topbar-height;

View File

@ -95,7 +95,7 @@
} }
.portfolio-admin { .portfolio-admin {
margin: $spacing-large 0; margin: $large-spacing 0;
max-width: $max-panel-width; max-width: $max-panel-width;
} }
@ -311,7 +311,7 @@
.portfolio-funding { .portfolio-funding {
max-width: $max-panel-width; max-width: $max-panel-width;
margin: $spacing-large 0; margin: $large-spacing 0;
.panel { .panel {
@include shadow-panel; @include shadow-panel;

View File

@ -12,7 +12,7 @@
flex-direction: row; flex-direction: row;
align-items: stretch; align-items: stretch;
justify-content: space-between; justify-content: space-between;
max-width: 1180px; max-width: 1190px;
a { a {
color: $color-white; color: $color-white;

View File

@ -18,6 +18,7 @@ $sidenav-expanded-width: 25rem;
$sidenav-collapsed-width: 10rem; $sidenav-collapsed-width: 10rem;
$max-panel-width: 90rem; $max-panel-width: 90rem;
$home-pg-icon-width: 6rem; $home-pg-icon-width: 6rem;
$large-spacing: 4rem;
/* /*
* USWDS Variables * USWDS Variables

View File

@ -4,7 +4,7 @@
} }
&__content { &__content {
margin: $spacing-large 0; margin: $large-spacing 0;
max-width: $max-panel-width; max-width: $max-panel-width;
&--descriptions { &--descriptions {