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 25, 2020
1 parent 67fbe86 commit 7599426
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/components/docs/sass.md
Expand Up @@ -15197,7 +15197,8 @@ Data table core styles
padding: rem(2px) 0;
}

.#{$prefix}--data-table--compact td {
.#{$prefix}--data-table--compact td,
.#{$prefix}--data-table--compact tbody tr th {
padding-top: rem(2px);
padding-bottom: rem(2px);
}
Expand Down Expand Up @@ -15238,7 +15239,8 @@ Data table core styles
padding: rem(7px) 0;
}

.#{$prefix}--data-table--short td {
.#{$prefix}--data-table--short td,
.#{$prefix}--data-table--short tbody tr th {
padding-top: rem(7px);
padding-bottom: rem(6px);
}
Expand Down Expand Up @@ -15271,7 +15273,8 @@ Data table core styles
padding: rem(16px) 0;
}

.#{$prefix}--data-table--tall td {
.#{$prefix}--data-table--tall td,
.#{$prefix}--data-table--tall tbody tr th {
padding-top: 1rem;
}

Expand Down

0 comments on commit 7599426

Please sign in to comment.