Make sure the label style for input text and radios match
This commit is contained in:
parent
4e587c67a4
commit
bd58da642b
@ -62,7 +62,7 @@ class RequestForm(ValidatedForm):
|
|||||||
)
|
)
|
||||||
|
|
||||||
engineering_assessment = RadioField(
|
engineering_assessment = RadioField(
|
||||||
description="Have you completed an engineering assessment of your software systems for cloud readiness?",
|
"Have you completed an engineering assessment of your software systems for cloud readiness?",
|
||||||
choices=[("yes", "Yes"), ("no", "No"), ("in_progress", "In Progress")],
|
choices=[("yes", "Yes"), ("no", "No"), ("in_progress", "In Progress")],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -100,6 +100,10 @@
|
|||||||
padding: 0 0 $gap 0;
|
padding: 0 0 $gap 0;
|
||||||
@include h4;
|
@include h4;
|
||||||
|
|
||||||
|
label {
|
||||||
|
font-weight: $font-bold;
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user