Skip to content

Commit df63b3e

Browse files
author
Simon L. Lange
committed
QJZ-996-32754: Webform styles
1 parent ef46ba1 commit df63b3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web/themes/custom/subsites/fds_ringsted_theme/dist/stylesheets/stylesheet.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/themes/custom/subsites/fds_ringsted_theme/src/styles/theme/components/_form.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ body {
156156
.form-hint.description {
157157
font-size: $base-font-size;
158158
}
159-
.form-label.option {
159+
.option {
160160
font-size: 14px !important;
161161
}
162162
}
@@ -323,7 +323,7 @@ form {
323323
margin-left: 0;
324324
}
325325
label {
326-
font-size: 14px;
326+
font-size: 18px;
327327
}
328328

329329
.form-hint.description {
@@ -353,7 +353,7 @@ form {
353353
height: 6px;
354354
margin: 0 0.3em;
355355
vertical-align: super;
356-
/* Use a background image to prevent screen readers from announcing the text. */
356+
background-image: none !important;
357357
background-repeat: no-repeat;
358358
background-size: 6px 6px;
359359
}

0 commit comments

Comments
 (0)