Padding for table cells to align with header

This commit is contained in:
Andrew Nicolaou 2019-09-11 20:06:24 +02:00
parent fef4bd8d71
commit cf3c13266d
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,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');