Skip to content

Commit f4b49b8

Browse files
committed
font size
1 parent 27c546f commit f4b49b8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

client/styles/components/_sketch-list.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,17 @@
4242
padding-left: 0;
4343
width: 100%;
4444
font-weight: bold;
45-
margin-bottom: #{8 / $base-font-size}rem;
45+
margin-bottom: #{6 / $base-font-size}rem;
4646
}
4747

4848
> td {
4949
padding-left: 0;
50-
width: 30%;
50+
width: 32%;
51+
font-size: #{14 / $base-font-size}rem;
52+
53+
@include themify() {
54+
color: getThemifyVariable("modal-border-color");
55+
}
5156
}
5257

5358
.sketch-list__dropdown-column {

0 commit comments

Comments
 (0)