Padding for table cells to align with header

This commit is contained in:
Andrew Nicolaou 2019-09-11 20:06:24 +02:00 committed by Cassie Tarakajian
parent c288481476
commit a385b470b2
1 changed files with 4 additions and 0 deletions

View File

@ -69,6 +69,10 @@
padding-left: #{12 / $base-font-size}rem;
}
.sketches-table__row > td {
padding-left: #{8 / $base-font-size}rem;
}
.sketches-table__row a {
@include themify() {
color: getThemifyVariable('primary-text-color');