Skip to content

Commit

Permalink
two more tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarave committed Jan 30, 2024
1 parent cb8fbf4 commit 02e5001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Components/TableComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ import { Breakpoint, validateBreakpoint } from '../types/Breakpoint';
td[data-header]::before {
content: attr(data-header);
display: block;
font-weight: 700;
font-weight: $font-weight-bold;
flex-basis: 40%;
// Ensure headers stay exactly 40%
Expand All @@ -107,7 +107,7 @@ import { Breakpoint, validateBreakpoint } from '../types/Breakpoint';
}
th:not([data-header]) {
font-weight: 700;
font-weight: $font-weight-bold;
}
// Hide empty cells
Expand Down

0 comments on commit 02e5001

Please sign in to comment.