Skip to content

Commit

Permalink
pkp/pkp-lib#8880 Update Table styles to match new design
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed May 2, 2023
1 parent 2f77a3f commit c53e5c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Table/Table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export default {
td,
th {
padding: 0.5rem;
padding: 0.75rem;
font-weight: @normal;
text-align: inherit;
Expand All @@ -218,6 +218,10 @@ export default {
tr {
border-bottom: @grid-border;
&:nth-child(even) {
background: @bg-very-light;
}
}
caption {
Expand All @@ -239,6 +243,7 @@ export default {
th {
font-size: @font-tiny;
font-weight: @bold;
text-transform: uppercase;
}
}
}
Expand Down

0 comments on commit c53e5c7

Please sign in to comment.