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 20, 2020
1 parent 6d23a70 commit 969668a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -21234,6 +21234,16 @@ Select styles
}
}

.#{$prefix}--select-input--sm {
height: rem(32px);
max-height: rem(32px);
}

.#{$prefix}--select-input--xl {
height: rem(48px);
max-height: rem(48px);
}

.#{$prefix}--select--disabled .#{$prefix}--label,
.#{$prefix}--select--disabled .#{$prefix}--form__helper-text {
color: $disabled-02;
Expand Down

0 comments on commit 969668a

Please sign in to comment.