form: increase the font size of labels and notices

This commit is contained in:
Pierre de La Morinerie 2020-02-10 15:00:01 +00:00
parent 00b1eaff41
commit 8693ca3e3a

View file

@ -22,7 +22,7 @@
} }
@mixin notice-text-style { @mixin notice-text-style {
font-size: 14px; font-size: 16px;
color: $grey; color: $grey;
} }
@ -31,6 +31,7 @@
} }
label { label {
font-size: 18px;
margin-bottom: $default-padding; margin-bottom: $default-padding;
display: block; display: block;
font-weight: bold; font-weight: bold;
@ -45,7 +46,6 @@
.notice { .notice {
@include notice-text-style; @include notice-text-style;
font-weight: bold;
margin-top: - $default-spacer; margin-top: - $default-spacer;
margin-bottom: $default-padding; margin-bottom: $default-padding;
@ -82,7 +82,7 @@
input[type=checkbox], input[type=checkbox],
input[type=radio] { input[type=radio] {
position: absolute; position: absolute;
top: 1px; top: 3px;
left: 0px; left: 0px;
} }
} }