-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #916 — Restore the Barrio node__content margin-top, override i…
…t on az_flexible_page. (#921)
- Loading branch information
1 parent
1d7167f
commit bc944f2
Showing
4 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
modules/custom/az_flexible_page/az_flexible_page.libraries.yml
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,4 +1,8 @@ | ||
az_flexible_page_form: | ||
css: | ||
base: | ||
css/az-flexible-page-edit-form.css: {} | ||
css/az-flexible-page-edit-form.css: {} | ||
az_flexible_page_theme: | ||
css: | ||
layout: | ||
css/az_flexible_page.theme.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
9 changes: 9 additions & 0 deletions
9
modules/custom/az_flexible_page/css/az_flexible_page.theme.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,9 @@ | ||
/* | ||
* Page-specific overrides to the theme defaults. | ||
*/ | ||
|
||
.node__content { | ||
/* Remove extra space at the top of content. */ | ||
margin-top: 0; | ||
} | ||
|
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