Skip to content

Commit

Permalink
chore: change padding column to 1rem (#5366)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxle0 authored Feb 17, 2020
1 parent 7e7bfeb commit 91c5ab0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@

.#{$prefix}--data-table th,
.#{$prefix}--data-table td {
padding-left: $spacing-04;
padding-right: $spacing-04;
padding-left: $spacing-05;
padding-right: $spacing-05;
vertical-align: top;
text-align: left;
}
Expand Down Expand Up @@ -120,7 +120,7 @@
color: $text-02;
border-top: 1px solid $ui-01;
border-bottom: 1px solid $ui-03;
padding: rem(14px) $spacing-04;
padding: rem(14px) $spacing-05;
padding-bottom: rem(13px);

& + td:first-of-type {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
}

.#{$prefix}--data-table--sort td {
padding-left: $spacing-03;
padding-right: $spacing-03;
padding-left: $spacing-05;
padding-right: $spacing-05;
}

.#{$prefix}--data-table--sort th:first-of-type .#{$prefix}--table-sort {
padding-left: $spacing-04;
padding-left: $spacing-05;
}

// -------------------------------------
Expand All @@ -49,7 +49,7 @@
justify-content: space-between;
width: 100%;
color: $text-01;
padding: 0 $spacing-03;
padding: 0 $spacing-05;
height: 100%;
background-color: $ui-03;
transition: background-color $duration--fast-01 motion(entrance, productive),
Expand Down

0 comments on commit 91c5ab0

Please sign in to comment.