From d1bb5fe7d050c4a0b3ea5bb8afb2ad102316e872 Mon Sep 17 00:00:00 2001 From: vasileios Date: Thu, 5 Oct 2023 12:30:25 +0200 Subject: [PATCH] Removed unnecessary utrecht overrides --- src/scss/components/_help-text.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/scss/components/_help-text.scss b/src/scss/components/_help-text.scss index 3f10a4988..1b8d77c42 100644 --- a/src/scss/components/_help-text.scss +++ b/src/scss/components/_help-text.scss @@ -4,12 +4,6 @@ // Extensions of the utrecht-form-field component, scoped to our own theme. .openforms-theme { - --utrecht-form-field-description-margin-block-end: 0; - --utrecht-form-field-description-margin-block-start: 8px; - - --utrecht-paragraph-margin-block-end: 0; - --utrecht-paragraph-margin-block-start: 0; - .utrecht-form-field-description { @include bem.modifier('openforms-helptext') { --_border-left-width: var(--of-utrecht-form-field-description-border-left-width);