Skip to content

Commit

Permalink
[open-formulieren/open-forms#5003] Updated styling in addressNL conce…
Browse files Browse the repository at this point in the history
…rning required fields
  • Loading branch information
vaszig committed Jan 21, 2025
1 parent da9810b commit fc8bd0e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/formio/components/AddressNL.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
// @import instead of @use because breakpoints are defined globally
@import 'microscope-sass/lib/responsive';

// This is a temporary solution because dealing with Formio for that is a pain. It will
// be properly addressed in the new renderer.
.utrecht-form-field--addressNL
> .utrecht-form-field__label
> .utrecht-form-label--openforms-required {
&:after {
content: none;
color: inherit;
z-index: auto;
}
}

.openforms-addressnl {
display: grid;
grid-template-columns: var(--_of-addressnl-grid-template-columns, 1fr);
Expand All @@ -17,3 +29,7 @@
}
}
}

.openforms-summary address {
font-style: normal;
}

0 comments on commit fc8bd0e

Please sign in to comment.