Skip to content

Commit

Permalink
Merge pull request #508 from City-of-Helsinki/UHF-X_search-monitor-te…
Browse files Browse the repository at this point in the history
…rms-layout-fix

UHF-X: Adjusted the terms of service link styles on search monitor
  • Loading branch information
teroelonen authored Jun 19, 2024
2 parents b31fb5e + cebd315 commit 4b081cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/themes/custom/hdbt_subtheme/dist/css/styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions public/themes/custom/hdbt_subtheme/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ button.job-search-form__remove-selection-button:not(:disabled) {
.job-search-form__search-monitor__content {
> p {
@include font('body');
margin-top: $spacing-and-half;
}

&[aria-hidden='true'] {
Expand All @@ -192,13 +193,12 @@ button.job-search-form__remove-selection-button:not(:disabled) {

.job-search-form__search-monitor__terms-link {
@include font('small');
color: var(--color-black-60);
}

// The terms are required but there is no indicator on the label. This is why the '*' is added here.
.job-search-form__search-monitor__terms::after {
content: '*';
margin-left: $spacing-half;
margin-left: $spacing-quarter;
}

.job-search-form__search-monitor__error {
Expand Down

0 comments on commit 4b081cb

Please sign in to comment.