💄 make sketch name bold on sketch list
This commit is contained in:
parent
d3a620e420
commit
a3a1834aec
1 changed files with 5 additions and 4 deletions
|
@ -33,10 +33,12 @@ const ContentWrapper = styled(Content)`
|
||||||
|
|
||||||
thead th { padding-left: 0; }
|
thead th { padding-left: 0; }
|
||||||
|
|
||||||
thead th:not(:first-child) {
|
thead th:not(:first-child), .sketches-table__row td {
|
||||||
width: 48px !important;
|
width: ${remSize(54)};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tbody th { font-weight: bold; };
|
||||||
|
|
||||||
.sketches-table__row th {
|
.sketches-table__row th {
|
||||||
font-size: ${remSize(12)};
|
font-size: ${remSize(12)};
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -45,7 +47,6 @@ const ContentWrapper = styled(Content)`
|
||||||
|
|
||||||
.sketches-table__row td {
|
.sketches-table__row td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: ${remSize(24)} !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sketch-list__sort-button { padding: 0 }
|
.sketch-list__sort-button { padding: 0 }
|
||||||
|
|
Loading…
Reference in a new issue