Padding for table cells to align with header
This commit is contained in:
parent
c288481476
commit
a385b470b2
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,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