-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…ntainer-widths-in-pui Harmonise the PUI containers and headers
- Loading branch information
Showing
39 changed files
with
1,448 additions
and
1,525 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
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
5 changes: 0 additions & 5 deletions
5
...ents_public_ui/sass/includes/_global.scss → ...ments_public_ui/sass/includes/_forms.scss
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,8 +1,3 @@ | ||
body { | ||
margin: 0; | ||
font-family: $font__open-sans; | ||
} | ||
|
||
input[type="number"] { | ||
-moz-appearance: textfield; | ||
} | ||
|
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
23 changes: 0 additions & 23 deletions
23
ds_judgements_public_ui/sass/includes/_how_can_this_service_be_improved.scss
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
@mixin container { | ||
padding: 0 $minimum_gutter_width; | ||
margin: auto; | ||
|
||
@media (min-width: $grid__breakpoint-small) { | ||
max-width: $grid__breakpoint-small - ($minimum_gutter_width * 2); | ||
} | ||
|
||
@media (min-width: $grid__breakpoint-medium) { | ||
max-width: $grid__breakpoint-medium - ($minimum_gutter_width * 2); | ||
} | ||
|
||
@media (min-width: $grid__breakpoint-large) { | ||
max-width: $grid__breakpoint-large - ($minimum_gutter_width * 2); | ||
} | ||
|
||
@media (min-width: $grid__breakpoint-extra-large) { | ||
max-width: $grid__breakpoint-extra-large - ($minimum_gutter_width * 2); | ||
} | ||
} | ||
|
||
body { | ||
margin: 0; | ||
font-family: $font__open-sans; | ||
} |
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
3 changes: 2 additions & 1 deletion
3
...ic_ui/sass/includes/_recent_judments.scss → ...c_ui/sass/includes/_recent_judgments.scss
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,40 @@ | ||
// Setup | ||
@import "includes/variables"; | ||
@import "includes/mixins"; | ||
|
||
@import "includes/global"; | ||
// Core | ||
@import "includes/layout"; | ||
@import "includes/typography"; | ||
@import "includes/header"; | ||
@import "includes/footer"; | ||
|
||
// Components | ||
@import "includes/animations"; | ||
@import "includes/service_introduction"; | ||
@import "includes/search"; | ||
@import "includes/recent_judments"; | ||
@import "includes/browse_by_court"; | ||
@import "includes/links"; | ||
@import "includes/structured_search"; | ||
@import "includes/results"; | ||
@import "includes/results_search_component"; | ||
@import "includes/result_controls"; | ||
@import "includes/buttons"; | ||
@import "includes/cookie_consent/cookie-consent"; | ||
@import "includes/cookie_consent/ds-cookie-consent"; | ||
@import "includes/document_navigation_links"; | ||
@import "includes/forms"; | ||
@import "includes/help_end_document_marker"; | ||
@import "includes/homepage_browse"; | ||
@import "includes/js_enabled"; | ||
@import "includes/judgment_text_download_options"; | ||
@import "includes/judgment_text_end_document_marker"; | ||
@import "includes/judgment_text_service_introduction"; | ||
@import "includes/judgment_text_source"; | ||
@import "includes/judgment_text_toolbar"; | ||
@import "includes/judgment_text"; | ||
@import "includes/judgments_listing"; | ||
@import "includes/links"; | ||
@import "includes/pagination"; | ||
@import "includes/phase_banner"; | ||
@import "includes/footer"; | ||
@import "includes/header"; | ||
@import "includes/judgment_text"; | ||
@import "includes/judgment_text_toolbar"; | ||
@import "includes/judgment_text_source"; | ||
@import "includes/judgment_text_service_introduction"; | ||
@import "includes/judgment_text_end_document_marker"; | ||
@import "includes/judgment_text_download_options"; | ||
@import "includes/recent_judgments"; | ||
@import "includes/result_controls"; | ||
@import "includes/results_search_component"; | ||
@import "includes/results"; | ||
@import "includes/search"; | ||
@import "includes/service_introduction"; | ||
@import "includes/standard_text_template"; | ||
@import "includes/how_can_this_service_be_improved"; | ||
@import "includes/document_navigation_links"; | ||
@import "includes/cookie_consent/ds-cookie-consent"; | ||
@import "includes/cookie_consent/cookie-consent"; | ||
@import "includes/homepage_browse"; | ||
@import "includes/structured_search"; | ||
@import "includes/what_to_expect"; | ||
@import "includes/help_end_document_marker"; | ||
@import "includes/js_enabled"; | ||
@import "includes/buttons"; |
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
Oops, something went wrong.