Files
Bricks-Sections/design/bcw-global-classes.json
Spencer f57034e40d Add new sections, update design system, fix header mobile layout
Sections:
- Add announcement-bar, cards, features-3col-cards, hero-card-homepage, hero-card-page, hero-slider
- Rename content-image-right → content-image (image-left layout, better mobile stacking)

Design system:
- Add cards-grid global class (flex-wrap for fluid wrapping card grids)
- Update feature-card with responsive _widthMax constraints (33%/50%/95%)
- Document Bricks Style Manager spacing setup in design.md

Headers:
- Fix header-with-cta mobile hamburger positioning — wrap nav+button in block element with row-reverse on mobile

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-10 18:15:23 -05:00

118 lines
2.4 KiB
JSON

[
{
"id": "features-container",
"name": "features-container",
"settings": {
"_typography": {
"text-align": "center"
},
"_rowGap": "var(--row-gap)"
},
"modified": 1772146285,
"user_id": 2
},
{
"id": "footer-sub-section",
"name": "footer-sub-section",
"settings": {
"_rowGap": "var(--row-gap)"
},
"modified": 1772146505,
"user_id": 2
},
{
"id": "section-container",
"name": "section-container",
"settings": {
"_direction": "column",
"_gap": "40px",
"_margin": {
"top": "15",
"bottom": "15"
}
},
"modified": 1772146505,
"user_id": 2
},
{
"id": "section-header",
"name": "section-header",
"settings": {
"_direction": "column",
"_alignItems": "center",
"_gap": "16px"
},
"modified": 1772146505,
"user_id": 2
},
{
"id": "col-3",
"name": "col-3",
"settings": {
"_direction": "row",
"_alignItems": "flex-start",
"_justifyContent": "center",
"_gap": "32px",
"_rowGap:mobile_portrait": "var(--row-gap)"
},
"modified": 1772146505,
"user_id": 2
},
{
"id": "col-4",
"name": "col-4",
"settings": {
"_direction": "row",
"_alignItems": "flex-start",
"_justifyContent": "center",
"_gap": "24px",
"_rowGap:mobile_portrait": "var(--row-gap)"
},
"modified": 1772146505,
"user_id": 2
},
{
"id": "cards-grid",
"name": "cards-grid",
"settings": {
"_direction": "row",
"_flexWrap": "wrap",
"_alignItems": "stretch",
"_gap": "var(--col-gap)"
},
"modified": 1773187200,
"user_id": 2
},
{
"id": "feature-card",
"name": "feature-card",
"settings": {
"_background": {
"color": {
"raw": "var(--color-bg-alt)"
}
},
"_padding": {
"top": "var(--space-md)",
"right": "var(--space-md)",
"bottom": "var(--space-md)",
"left": "var(--space-md)"
},
"_border": {
"radius": {
"top": "8px",
"right": "8px",
"bottom": "8px",
"left": "8px"
}
},
"_rowGap": "var(--row-gap)",
"_widthMax": "33%",
"_widthMax:mobile_landscape": "50%",
"_widthMax:mobile_portrait": "95%"
},
"modified": 1773187200,
"user_id": 2
}
]