mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-15 23:51:40 -07:00
Add video to PEC (#1524)
* Add video to PEC - new component - update snapshot * Fix a11y issue - move SummaryBox below H2 - create PublicEvents component to place a margin-bottom * Remove PublicEvents component
This commit is contained in:
parent
a1605cbaf2
commit
952f97a20d
11 changed files with 243 additions and 23 deletions
|
@ -26,6 +26,7 @@ There are 3 things that should be included in this file:
|
|||
-- Map styles
|
||||
-- Public Event styles
|
||||
-- About styles
|
||||
-- Summary box
|
||||
*/
|
||||
|
||||
|
||||
|
@ -367,3 +368,12 @@ a.mapboxgl-ctrl-logo {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
******************************
|
||||
* SUMMARY BOX STYLES
|
||||
******************************
|
||||
*/
|
||||
.usa-summary-box__heading {
|
||||
@include u-margin-bottom(2);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue