Container

DESIGN COMPLETE IMPLEMENTATION PENDING

The three statuses above and their possible values:

PROPOSAL STATUS

DESIGN STATUS

IMPLEMENTATION STATUS

PROPOSAL STATUS

DESIGN STATUS

IMPLEMENTATION STATUS

DRAFT

DESIGN PENDING

IMPLEMENTATION PENDING

READY FOR REVIEW

DESIGN PLANNED

IMPLEMENTATION PLANNED

APPROVED TO ADD

DESIGN IN PROGRESS

IMPLEMENTATION IN PROGRESS

DEFERRED

DESIGN COMPLETE

IMPLEMENTATION COMPLETE

NEEDS CHANGES

 

 

For more information see the https://openedx.atlassian.net/wiki/spaces/BPL/pages/1773502564/Component+Contribution+Process#Step-1-%E2%80%93-Start-a-component-proposal.

The basic container to contain, pad, and center content in the viewport

Contributors

@Adam Butterworth (Deactivated)

Slack channel

Paragon Jira ticket

https://openedx.atlassian.net/browse/PAR-209

Other Jira tickets

Design resources

https://www.figma.com/file/eGmDp94FlqEr4iSqy1Uc1K/Paragon-2021?node-id=7961%3A23702

Technical docs


Design

To use the layouts documented here the easiest thing to do is use the 12 Column layout grid from the Figma library:

Sizes

Size

max width

Size

max width

xs

464

sm

708

md

952

lg

1196

xl

1440

https://www.figma.com/file/eGmDp94FlqEr4iSqy1Uc1K/Paragon-2021?node-id=7961%3A23671

Best Practices

Do

Use small and medium size containers for single column readable content.

Don't

Avoid large or extra large containers for regular sizes of paragraph text. Aim instead to limit the avg. characters per line to a readable amount using columns.


Specification

Redlined Design Spec

Behaviors

Containers should span 100% the width of their parent until they reach their maximum width. After the max-width is reached, they should remain centered.

Containers should span 100% the width of their parent until they reach their maximum width. After the max-width is reached, they should remain centered.