Padding for table cells to align with header
This commit is contained in:
parent
fef4bd8d71
commit
cf3c13266d
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@
|
||||||
padding-left: #{12 / $base-font-size}rem;
|
padding-left: #{12 / $base-font-size}rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sketches-table__row > td {
|
||||||
|
padding-left: #{8 / $base-font-size}rem;
|
||||||
|
}
|
||||||
|
|
||||||
.sketches-table__row a {
|
.sketches-table__row a {
|
||||||
@include themify() {
|
@include themify() {
|
||||||
color: getThemifyVariable('primary-text-color');
|
color: getThemifyVariable('primary-text-color');
|
||||||
|
|
Loading…
Reference in a new issue