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 Feb 4, 2020
1 parent ac8bcbd commit af746dd
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -13599,16 +13599,21 @@ Code snippet styles
max-width: rem(760px);
min-width: rem(320px);
height: $carbon--spacing-08;
padding: 0 56px 0 $carbon--spacing-05;
padding: 0 $carbon--spacing-08 0 0;
}

.#{$prefix}--snippet--single .#{$prefix}--snippet-container {
position: relative;
display: flex;
align-items: center;
height: 100%;
padding-left: $carbon--spacing-05;
border-right: solid $carbon--spacing-05 transparent;
overflow-x: auto;
position: relative;
padding: 0 0 $carbon--spacing-05 0;
height: rem(56px);

&:focus {
@include focus-outline('outline');
}
}

.#{$prefix}--snippet--single pre {
Expand Down

0 comments on commit af746dd

Please sign in to comment.