Skip to content

Commit

Permalink
Kithen Sink spacing [amends #496]
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Jun 17, 2021
1 parent 81640b5 commit 6f3756c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/stylesheets/fsa-style-docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ $color-annotation: $color-fsa-secondary; // $color-fsa-red
&__title {

margin: 0;
margin-top: 2em;
margin-top: 20vh;
color: $color-fsa-white;
font-weight: $font-light;
Expand Down Expand Up @@ -113,7 +112,7 @@ $color-annotation: $color-fsa-secondary; // $color-fsa-red
&__figure {

border-bottom: 1px solid $color-fsa-tertiary-300;
margin-bottom: 1em;
margin-bottom: $size-medium;
margin-top: $size-large;

.docs__figure-group + & {
Expand Down Expand Up @@ -157,7 +156,7 @@ $color-annotation: $color-fsa-secondary; // $color-fsa-red
background-color: $color-fsa-primary-900;
color: $color-white;
z-index: 1002;
padding-top: 1em;
padding-top: $size-default;
animation: peekInFromAbove 300ms ease-in-out;

@media print {
Expand All @@ -178,7 +177,7 @@ $color-annotation: $color-fsa-secondary; // $color-fsa-red
margin-right: auto;

@include breakpoint(M) {
margin-bottom: 1em;
margin-bottom: $size-default;
display: flex;
align-items: baseline;
}
Expand Down Expand Up @@ -522,7 +521,7 @@ $color-annotation: $color-fsa-secondary; // $color-fsa-red
}

&__swatch {
height: 7.5rem;
height: ($size-base * 18);
display: flex;
}

Expand All @@ -534,7 +533,7 @@ $color-annotation: $color-fsa-secondary; // $color-fsa-red
&__attr {

@include reset-ul;
margin: $size-small 0 1em;
margin: $size-small 0 $size-default;

// scss-lint:disable NestingDepth
&-item {
Expand All @@ -548,7 +547,7 @@ $color-annotation: $color-fsa-secondary; // $color-fsa-red
&__swatch-list {

@include reset-ul;
margin-bottom: 1em;
margin-bottom: $size-default;

&__item {

Expand Down Expand Up @@ -635,7 +634,7 @@ $color-annotation: $color-fsa-secondary; // $color-fsa-red
margin-right: $size-default;

@include breakpoint(S) {
font-size: 8.4rem;
font-size: ($size-base * 18);
text-align: center;
}

Expand Down

0 comments on commit 6f3756c

Please sign in to comment.