@@ -45,10 +45,10 @@ <h1 class="component-header u-mb30">
4545 {% endfor %}
4646
4747 {%- if jump_links %}
48- < ul class ="m-list m-list__horizontal m-list__horizontal -spaced ">
48+ < ul class ="m-list m-list--horizontal m-list--horizontal -spaced ">
4949 {% for jump_link in jump_links %}
50- < li class ="m-list_item ">
51- < a class ="m-list_link " href ="#{{ jump_link | slugify }} ">
50+ < li class ="m-list__item ">
51+ < a class ="m-list__link " href ="#{{ jump_link | slugify }} ">
5252 {{- jump_link -}}
5353 </ a >
5454 </ li >
137137 {% assign variation_slug = variation_slug | strip | slugify | truncate: 40, '' %}
138138
139139 < div class ="a-toggle_code ">
140- < button href ="#{{ variation_slug }}-{{ forloop.index }} " class ="a-btn a-btn__link " data-toggle-details ="show "> Show details</ button >
141- < button href ="#{{ variation_slug }}-{{ forloop.index }} " class ="a-btn a-btn__link u-hidden " data-toggle-details ="hide "> Hide details</ button >
140+ < button href ="#{{ variation_slug }}-{{ forloop.index }} " class ="a-btn a-btn--link " data-toggle-details ="show "> Show details</ button >
141+ < button href ="#{{ variation_slug }}-{{ forloop.index }} " class ="a-btn a-btn--link u-hidden " data-toggle-details ="hide "> Hide details</ button >
142142 </ div >
143143
144144 < div class ="m-tabs u-hidden " id ="{{ variation_slug }}-{{ forloop.index }} ">
@@ -236,39 +236,39 @@ <h4 class="variation-specs-title">Specs</h4>
236236
237237 {% if page.use_cases and page.use_cases != '' %}
238238 < h2 id ="use-cases "> Use cases</ h2 >
239- < div class ="content_line content_line__wide u-mb20 "> </ div >
239+ < div class ="content__line content__line__wide u-mb20 "> </ div >
240240 < p >
241241 {{ page.use_cases | markdownify }}
242242 </ p >
243243 {% endif %}
244244
245245 {% if page.guidelines and page.guidelines != '' %}
246246 < h2 id ="guidelines "> Guidelines</ h2 >
247- < div class ="content_line content_line__wide u-mb20 "> </ div >
247+ < div class ="content__line content__line__wide u-mb20 "> </ div >
248248 < p >
249249 {{ page.guidelines | markdownify }}
250250 </ p >
251251 {% endif %}
252252
253253 {% if page.behavior and page.behavior != '' %}
254254 < h2 id ="behavior "> Behavior</ h2 >
255- < div class ="content_line content_line__wide u-mb20 "> </ div >
255+ < div class ="content__line content__line__wide u-mb20 "> </ div >
256256 < p >
257257 {{ page.behavior | markdownify }}
258258 </ p >
259259 {% endif %}
260260
261261 {% if page.restrictions and page.restrictions != empty %}
262262 < h2 id ="restrictions "> Restrictions</ h2 >
263- < div class ="content_line content_line__wide u-mb20 "> </ div >
263+ < div class ="content__line content__line__wide u-mb20 "> </ div >
264264 < div class ="content-l component-restrictions ">
265265 {% for restriction in page.restrictions %}
266266 {% if restriction.restrictions_do and restriction.restrictions_do != '' %}
267- < div class ="content-l_col content-l_col -1-2 ">
267+ < div class ="content-l__col content-l__col -1-2 ">
268268 < div class ="block
269- block__flush -top
270- block__flush -bottom
271- block__padded -bottom ">
269+ block--flush -top
270+ block--flush -bottom
271+ block--padded -bottom ">
272272 < header class ="component-restrictions_heading-do ">
273273 < h3 >
274274 {% include icons/approved-round.svg %}
@@ -282,11 +282,11 @@ <h3>
282282 </ div >
283283 {% endif %}
284284 {% if restriction.restrictions_do_not and restriction.restrictions_do_not != '' %}
285- < div class ="content-l_col content-l_col -1-2 ">
285+ < div class ="content-l__col content-l__col -1-2 ">
286286 < div class ="block
287- block__flush -top
288- block__flush -bottom
289- block__padded -bottom ">
287+ block--flush -top
288+ block--flush -bottom
289+ block--padded -bottom ">
290290 < header class ="component-restrictions_heading-donot ">
291291 < h3 >
292292 {% include icons/error-round.svg %}
308308 {% if page.accessibility and page.accessibility != '' %}
309309 < section class ="sticky-header u-mb45 ">
310310 < h2 id ="accessibility "> Accessibility</ h2 >
311- < div class ="content_line content_line__wide u-mb20 "> </ div >
311+ < div class ="content__line content__line__wide u-mb20 "> </ div >
312312 < p >
313313 {{ page.accessibility | markdownify }}
314314 </ p >
@@ -318,7 +318,7 @@ <h2 id="accessibility">Accessibility</h2>
318318 {% if page.research and page.research != '' %}
319319 < section class ="sticky-header u-mb45 ">
320320 < h2 id ="research "> Research</ h2 >
321- < div class ="content_line content_line__wide u-mb20 "> </ div >
321+ < div class ="content__line content__line__wide u-mb20 "> </ div >
322322 < p >
323323 {{ page.research | markdownify }}
324324 </ p >
@@ -327,11 +327,11 @@ <h2 id="research">Research</h2>
327327
328328 {% if page.related_items and page.related_items != '' %}
329329 < section class ="content-l u-mb45 ">
330- < div class ="content-l_col content-l_col -1 ">
330+ < div class ="content-l__col content-l__col -1 ">
331331 < div >
332332 < section >
333333 < h2 id ="related-items "> Related Items</ h2 >
334- < div class ="content_line__wide content_line u-mb20 "> </ div >
334+ < div class ="content__line__wide content__line u-mb20 "> </ div >
335335 {{ page.related_items | markdownify }}
336336 </ section >
337337 </ div >
@@ -350,11 +350,11 @@ <h2 id="related-items">Related Items</h2>
350350 and page.url != 'guidelines/index'
351351 %}
352352 < section class ="content-l u-mb45 ">
353- < div class ="content-l_col content-l_col -1 ">
353+ < div class ="content-l__col content-l__col -1 ">
354354 < div >
355355 < section >
356356 < h2 id ="latest-updates "> Latest Updates</ h2 >
357- < div class ="content_line__wide content_line u-mb20 "> </ div >
357+ < div class ="content__line__wide content__line u-mb20 "> </ div >
358358 < strong > Page last edited:</ strong >
359359 {% assign file_url_path = page.path | split: '/' | last %}
360360 {% assign page_collection_name = 'pages' %}
@@ -375,4 +375,4 @@ <h2 id="latest-updates">Latest Updates</h2>
375375
376376 </ div >
377377
378- </ section > <!-- .content_main -->
378+ </ section > <!-- .content__main -->
0 commit comments