mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
styling updates for css files
This commit is contained in:
parent
aed8b9b2b7
commit
ce910c2c68
3 changed files with 8 additions and 2 deletions
|
@ -5,6 +5,6 @@ fieldset {
|
||||||
padding: units(3);
|
padding: units(3);
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset:not(:first-child) {
|
fieldset:not(:first-of-type) {
|
||||||
margin-top: units(2);
|
margin-top: units(2);
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,3 +50,9 @@ h4, .h4 {
|
||||||
.font-body-1 {
|
.font-body-1 {
|
||||||
font-size: size('body', 1);
|
font-size: size('body', 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2, .h2 {
|
||||||
|
+ p {
|
||||||
|
margin-top: units(.5);
|
||||||
|
}
|
||||||
|
}
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
{{ forms.0.management_form }}
|
{{ forms.0.management_form }}
|
||||||
|
|
||||||
<fieldset class="usa-fieldset margin-top-2">
|
<fieldset class="usa-fieldset margin-top-4">
|
||||||
<legend>
|
<legend>
|
||||||
<h2>What .gov domain do you want?</h2>
|
<h2>What .gov domain do you want?</h2>
|
||||||
</legend>
|
</legend>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue