Skip to content

Commit

Permalink
chore(project): sync generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-bot committed Jan 29, 2020
1 parent 625a98b commit da75777
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -13713,6 +13713,9 @@ Code snippet styles

// Show more / less button
button.#{$prefix}--btn.#{$prefix}--snippet-btn--expand {
@include type-style('body-short-01');
@include carbon--font-family('sans');
border: 0;
display: inline-flex;
align-items: center;
position: absolute;
Expand Down Expand Up @@ -13753,6 +13756,7 @@ Code snippet styles

.#{$prefix}--snippet-btn--expand:focus {
@include focus-outline('outline');
border-color: transparent;
}

.#{$prefix}--snippet--expand
Expand Down

0 comments on commit da75777

Please sign in to comment.