Arches: Virtual ACC

Arches:Virtual ACC

Multi Product Brand Style System by the American College of Cardiology

Source: dist/css/virtual_boot.css, line 7817

13.20 Date Time Separators

Sessions are divided by date time markers that have been set to east coast time with a reference to GMT.

Data.Agenda.LiveDate - Live Date Data.Agenda.LiveTime - Live Time
Data Elements:

    Example

    Default styling

    Live: Saturday, Nov. 20, 2021@ 11:15 a.m. – 11:15 a.m. EDT
    FORMAT:
    This element uses data that has strict data formatting requirements. See the data tab for more information.
    <div class="flex_row:md flex flex_column">
        <div class="flex_auto grid">
            <span class="br-t_2 br_dotted br_inherit self_center"></span>
        </div>
        <div class="flex_auto flex_shrink p-x_4 lh_1 text_center">
            <strong class="c_black-8 block font_accent">Live: Saturday, Nov. 20, 2021@ 11:15 a.m. – 11:15 a.m. <abbr title="EASTERN TIME, UTC -4">EDT</abbr></strong>
        </div>
        <div class="flex_auto grid">
            <span class="br-t_2 br_dotted br_inherit self_center"></span>
        </div>
    </div>
    Copy Code