Skip to content

Commit

Permalink
Merge branch 'master' into update-endgame
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeyhrt authored Nov 11, 2019
2 parents a2f71df + e907adf commit 344c141
Show file tree
Hide file tree
Showing 32 changed files with 8,613 additions and 16,270 deletions.
6,514 changes: 2,771 additions & 3,743 deletions packages/components/docs/sass.md

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions packages/components/src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

.#{$prefix}--modal-header {
padding-top: 1rem;
margin-bottom: $carbon--spacing-05;
margin-bottom: $carbon--spacing-03;
}

.#{$prefix}--modal-header__label {
Expand All @@ -127,10 +127,14 @@
@include type-style('body-long-01');

overflow-y: auto;
margin-bottom: $carbon--spacing-09;
margin-bottom: $carbon--spacing-08;
color: $text-01;
font-weight: 400;

// Required to accommodate focus outline's negative offset:
padding-top: $carbon--spacing-03;
padding-bottom: $carbon--spacing-03;

&:focus {
@include focus-outline('outline');
}
Expand Down
10 changes: 5 additions & 5 deletions packages/components/src/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 $carbon--spacing-05;
padding: 0 $spacing-05;
height: rem(40px);
cursor: pointer;
color: $text-01;
Expand Down Expand Up @@ -295,12 +295,12 @@
color: $text-02;
text-decoration: none;
font-weight: 400;
padding: $carbon--spacing-04 0;
padding: $spacing-04 0;
width: calc(100% - 32px);
height: rem(40px);
white-space: nowrap;
text-overflow: ellipsis;
margin: 0 $carbon--spacing-05;
margin: 0 $spacing-05;
line-height: rem(16px);
border-bottom: 1px solid $ui-03;
overflow: hidden;
Expand All @@ -317,15 +317,15 @@

@include carbon--breakpoint(md) {
border-bottom: $tab-underline-color;
padding: $carbon--spacing-03 $carbon--spacing-05;
padding: $spacing-03 $spacing-05;
width: rem(160px);
margin: 0;
line-height: inherit;

&:focus,
&:active {
width: rem(160px);
padding: $carbon--spacing-03 $carbon--spacing-05;
padding: $spacing-03 $spacing-05;
border-bottom: 2px;
}
}
Expand Down
Loading

0 comments on commit 344c141

Please sign in to comment.