Source: dist/css/virtual_boot.css, line 11977
8.4.1 Side Bar Area
This pattern is often used to push the sidebar bellow the main content area.
This is currently being depreciated. Please visited the new location for the styleguide at https://assets.acc.org/Arches/Latest/docs/
Source: dist/css/virtual_boot.css, line 11977
This pattern is often used to push the sidebar bellow the main content area.
<div class="flex flex_row:md flex_column-reverse gap_4 gap_5:lg">
<div class="flex_auto flex_100 max-w_20:lg">
<div class="h_30 c_accent-n4 font_xbold font_3 br_accent bg_accent-5 br_dashed br_1 m_3 p_5 grid items_center justify_center">Layout Zone: Sidebar</div> </div>
<div class="flex_auto flex_100 ">
<div class="h_30 c_accent-n4 font_xbold font_3 br_accent bg_accent-5 br_dashed br_1 m_3 p_5 grid items_center justify_center">Layout Zone: Main</div> </div>
</div>