Skip to content

Commit

Permalink
Add Table padding modifiers
Browse files Browse the repository at this point in the history
[#143212913]

Signed-off-by: Ming Xiao <mxiao@pivotal.io>
  • Loading branch information
elenasharma authored and Ming Xiao committed Jun 20, 2017
1 parent a8fb069 commit 5aab06f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions library/src/pivotal-ui/components/tables/css_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,28 @@
border-bottom: none;
}
}
}
// Table cell padding
.table-td-pal {
.td, .th {
padding: $base-unit;
}
}

.table-td-paxl {
.td, .th {
padding: ($base-unit*2);
}
}
// Table cell padding
.table-td-pal {
tr td, tr th {
padding: $base-unit;
}
}

.table-td-paxl {
tr td, tr th {
padding: ($base-unit*2);
}
}

0 comments on commit 5aab06f

Please sign in to comment.