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 authored and joshblack committed Mar 10, 2020
1 parent e0f112f commit 4e8d50c
Showing 1 changed file with 9 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 @@ -16068,6 +16068,15 @@ Date picker styles
}
}

// Size variant styles
.#{$prefix}--date-picker__input--xl {
height: rem(48px);
}

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

.#{$prefix}--date-picker__icon {
position: absolute;
right: 1rem;
Expand Down

0 comments on commit 4e8d50c

Please sign in to comment.