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 Oct 14, 2020
1 parent a7dfc11 commit 9ca104f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -6132,6 +6132,7 @@ $carbon--theme--g10: map-merge(
field-01: #ffffff,
field-02: #f4f4f4,
disabled-01: #ffffff,
highlight: #edf5ff,
)
);
```
Expand Down Expand Up @@ -15172,6 +15173,14 @@ Content switcher styles
height: rem(40px);
}

.#{$prefix}--content-switcher--sm {
height: rem(32px);
}

.#{$prefix}--content-switcher--xl {
height: rem(48px);
}

.#{$prefix}--content-switcher--disabled {
cursor: not-allowed;
}
Expand Down
1 change: 1 addition & 0 deletions packages/elements/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -5743,6 +5743,7 @@ $carbon--theme--g10: map-merge(
field-01: #ffffff,
field-02: #f4f4f4,
disabled-01: #ffffff,
highlight: #edf5ff,
)
);
```
Expand Down
1 change: 1 addition & 0 deletions packages/themes/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -2179,6 +2179,7 @@ $carbon--theme--g10: map-merge(
field-01: #ffffff,
field-02: #f4f4f4,
disabled-01: #ffffff,
highlight: #edf5ff,
)
);
```
Expand Down

0 comments on commit 9ca104f

Please sign in to comment.