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 Jan 23, 2020
1 parent 62453e7 commit b20b689
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -18391,6 +18391,10 @@ Modal styles
.#{$prefix}--modal-content__regular-content {
padding-right: 20%;
}

.#{$prefix}--modal-content--with-form {
padding-right: $spacing-05; // Override for `.#{$prefix}--modal-content`
}
}

@include carbon--breakpoint(lg) {
Expand All @@ -18416,10 +18420,6 @@ Modal styles

.#{$prefix}--modal-content--with-form {
padding-right: $spacing-05;

@include carbon--breakpoint(md) {
padding-right: $spacing-05; // Override for `.#{$prefix}--modal-content`
}
}

.#{$prefix}--modal-container--xs {
Expand Down

0 comments on commit b20b689

Please sign in to comment.