Skip to content

Commit

Permalink
fix: use spacing tokens and add fluid type
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed May 10, 2019
1 parent a6c26a0 commit 8f8ef16
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
@import '~carbon-components/scss/globals/scss/vars';
@import '~@carbon/elements/scss/type/styles';
@import '~@carbon/elements/scss/type/type';

.wrapper {
background: $carbon--gray-90;
color: $carbon--white-0;
}

.link-container {
min-height: rem(128px);
.wrapper .link-container {
height: 8rem;
display: flex;
max-width: 99rem;
}

.link-container .link {
Expand Down Expand Up @@ -36,8 +37,8 @@

.name {
@include carbon--type-style('expressive-heading-03', true);
padding-bottom: 2rem;
max-width: rem(275px);
padding-bottom: $spacing-05;
max-width: 17rem;
}

.home {
Expand Down

0 comments on commit 8f8ef16

Please sign in to comment.