Skip to content

Commit

Permalink
Style survey ui for modern homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Nov 12, 2024
1 parent 356151b commit b539397
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions resources/sass/pages/_homepage_modern.scss
Original file line number Diff line number Diff line change
Expand Up @@ -698,4 +698,21 @@ body.homepage-modern {
pre, code {
@include background-theme($body-background-light, $body-background-dark);
}

.survey {
.badge {
@include background-theme($primary-background-light, $primary-background-dark);
}

.btn-notice,
.btn-engage,
{
@include background-theme($primary-color-light, $primary-color-dark);
border: none;
}

.collapse-toggle {
@include color-theme($primary-color-light, $primary-color-dark);
}
}
}

0 comments on commit b539397

Please sign in to comment.