-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from hmcts/DIV-3893_use_govuk_frontend
move errors above title, correct textbox sizes update confirmation co…
- Loading branch information
Showing
4 changed files
with
35 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,37 @@ | ||
.confirmation-container { | ||
background: #dee0e2; | ||
padding: 25px; | ||
background: govuk-colour("grey-3"); | ||
margin-bottom: 30px; | ||
|
||
.govuk-form-group { | ||
margin: 0; | ||
padding: 25px 25px 0px 25px; | ||
} | ||
|
||
.govuk-checkboxes__label::before { | ||
background: govuk-colour("white"); | ||
} | ||
|
||
.govuk-list.govuk-list--bullet { | ||
padding-left: 100px; | ||
} | ||
|
||
details { | ||
padding-left: 80px; | ||
} | ||
|
||
.form-section { | ||
margin-bottom: 25px; | ||
} | ||
|
||
.govuk-warning-text { | ||
font-weight: normal; | ||
background: govuk-colour("grey-3"); | ||
padding: 4px 25px 25px 25px; | ||
|
||
.govuk-warning-text__icon { | ||
left: 26px; | ||
top: 30%; | ||
margin-top: -17px; | ||
} | ||
} | ||
} |
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
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
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