Skip to content

Commit

Permalink
Merge pull request #1217 from gethinode/develop
Browse files Browse the repository at this point in the history
Test style adjustments of CookieYes content
  • Loading branch information
markdumay authored Sep 25, 2024
2 parents ba10e21 + d96ef8a commit 7cd1dc3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions exampleSite/assets/scss/theme/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
}

.cky-cookie-audit-table th {
background: var(--#{$prefix}table-bg);
border: inherit;
background: var(--#{$prefix}table-bg) !important;
border: inherit !important;
}

.cky-cookie-audit-table td {
border: inherit;
border: inherit !important;
}

.cky-cookie-audit-table th,
.cky-cookie-audit-table td {
color: inherit;
color: inherit !important;
}

.cky-cookie-audit-table tr:nth-child(2n + 1) td {
background: var(--#{$prefix}table-striped-bg);
color: var(--#{$prefix}table-striped-color);
background: var(--#{$prefix}table-striped-bg) !important;
color: var(--#{$prefix}table-striped-color) !important;
}

.cky-cookie-audit-table tr:nth-child(2n) td {
background: var(--#{$prefix}table-bg);
background: var(--#{$prefix}table-bg) !important;
}

0 comments on commit 7cd1dc3

Please sign in to comment.