File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 display : inline-flex;
7373 align-items : center;
7474 justify-content : center;
75- padding : 4 px ;
75+ padding : var ( --space-s ) ;
7676 background-color : var (--color-surface-strong );
7777 border-radius : var (--border-radius-l );
7878 color : var (--color-icon-primary );
Original file line number Diff line number Diff line change 2828 role ="button "
2929 href ="{{ close_url|default:'#_' }} "
3030 aria-label ="Close ">
31- {% include "includes/icon.html" with icon_name="close" icon_class="content-modal__close-icon" icon_size=24 %}
31+ {% include "includes/icon.html" with icon_name="close" icon_size=24 %}
3232 </ a >
3333 < h2 class ="content-modal__title " id ="{{ modal_id }}-title "> {{ title }}</ h2 >
3434 {% include "v3/includes/_carousel_buttons.html" with as_links=True prev_url=prev_url|default:"" next_url=next_url|default:"" only %}
You can’t perform that action at this time.
0 commit comments