Skip to content

Commit 6b47d2c

Browse files
author
Simon L. Lange
committed
QJZ-996-32754: Description styles
1 parent 9a94abd commit 6b47d2c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ body {
154154

155155
.form-hint,
156156
.form-hint.description {
157-
font-size: 13px;
158-
margin-top: 10px;
157+
font-size: $base-font-size;
159158
}
160159
.option {
161160
font-size: 14px !important;
@@ -359,6 +358,13 @@ form {
359358
background-size: 6px 6px;
360359
}
361360

361+
.form-radios {
362+
.description {
363+
margin-top: 10px !important;
364+
font-size: 13px !important;
365+
}
366+
}
367+
362368
// --------------------------------------------------
363369
// Responsive
364370
// --------------------------------------------------

0 commit comments

Comments
 (0)