-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into VACMS-19794-connect-with-us-tech-debt
- Loading branch information
Showing
21 changed files
with
625 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
docroot/modules/custom/va_gov_form_builder/css/va_gov_form_builder__home.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* Headings */ | ||
.form-builder-page-content--home .form-builder-content-section__heading { | ||
font-size: var(--vads-font-size-heading-level-4); | ||
} | ||
|
||
/* New form */ | ||
.form-builder-content-section--new-form__subheading { | ||
margin-bottom: var(--units-3); | ||
} | ||
|
||
/* Recent Forms */ | ||
.form-builder-content-section--recent-forms { | ||
margin-top: 60px; | ||
} | ||
|
||
.form-builder-content-section--recent-forms__forms-list { | ||
border-top: var(--units-1px) solid var(--vads-color-base-light); | ||
list-style-type: none; | ||
margin: 0; | ||
padding-bottom: var(--units-3); | ||
padding-top: var(--units-1p5); | ||
} | ||
|
||
.form-builder-content-section--recent-forms__form-list-item { | ||
margin-bottom: var(--units-1p5); | ||
} | ||
|
||
.form-builder-content-section--recent-forms__form-link { | ||
font-weight: var(--font-weight-bold); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
103 changes: 0 additions & 103 deletions
103
docroot/modules/custom/va_gov_form_builder/src/Form/Intro.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.