@@ -36,11 +36,16 @@ <h3 class="hxSubSectionTitle" id="bootstrap">Bootstrap Compatibility</h3>
3636
3737< section >
3838 < h3 class ="hxSubSectionTitle " id ="automatic "> Automatic Columns</ h3 >
39- < div class ="alert alert-info ">
40- < p >
41- < b > NOTE:</ b > Automatic columns are overridden by < a href ="#responsive "> responsive classes</ a > .
42- </ p >
39+ < div class ="hxAlert ">
40+ < div class ="hxAlert__icon ">
41+ < hx-icon type ="info-circle "> </ hx-icon >
42+ </ div >
43+ < div class ="hxAlert__text ">
44+ < span class ="hxAlert__status "> NOTE</ span >
45+ Automatic columns are overridden by < a href ="#responsive "> responsive classes</ a > .
46+ </ div >
4347 </ div >
48+ < br />
4449
4550 < p >
4651 Automatic columns will share row width equally among other automatic columns.
@@ -93,12 +98,17 @@ <h3 class="hxSubSectionTitle" id="automatic">Automatic Columns</h3>
9398
9499< section >
95100 < h3 class ="hxSubSectionTitle " id ="explicit "> Explicit Columns</ h3 >
96- < div class ="alert alert-info ">
97- < p >
98- If the sum of a row's columns exceeds 12, the columns will wrap.
101+ < div class ="hxAlert ">
102+ < div class ="hxAlert__icon ">
103+ < hx-icon type ="info-circle "> </ hx-icon >
104+ </ div >
105+ < div class ="hxAlert__text ">
106+ < span class ="hxAlert__status "> NOTE</ span >
107+ If the sum of a row's columns exceeds 12, the columns will wrap.< br />
99108 See < a href ="#wrapping "> Column Wrapping</ a > for more details.
100- </ p >
109+ </ div >
101110 </ div >
111+ < br />
102112
103113 < p >
104114 Explicit columns will take up a defined percentage of the row.
@@ -183,12 +193,17 @@ <h3 class="hxSubSectionTitle" id="explicit">Explicit Columns</h3>
183193
184194< section >
185195 < h3 class ="hxSubSectionTitle " id ="nesting "> Nesting Elements</ h3 >
186- < div class ="alert alert-info ">
187- < p >
188- < b > Do not apply row and column classes to the same element.</ b >
196+ < div class ="hxAlert hxAlert--warning ">
197+ < div class ="hxAlert__icon ">
198+ < hx-icon type ="exclamation-triangle "> </ hx-icon >
199+ </ div >
200+ < div class ="hxAlert__text ">
201+ < span class ="hxAlert__status "> Warning</ span >
202+ Do not apply row and column classes to the same element.< br />
189203 Rows and columns must be nested within one another.
190- </ p >
204+ </ div >
191205 </ div >
206+ < br />
192207
193208 < p >
194209 You can nest rows and columns as deep as necessary. Gutters will align automatically.
@@ -369,11 +384,16 @@ <h3 class="hxSubSectionTitle" id="reordering">Reordering Columns</h3>
369384
370385< section >
371386 < h3 class ="hxSubSectionTitle " id ="responsive "> Responsive Layout</ h3 >
372- < div class ="alert alert-info ">
373- < p >
387+ < div class ="hxAlert ">
388+ < div class ="hxAlert__icon ">
389+ < hx-icon type ="info-circle "> </ hx-icon >
390+ </ div >
391+ < div class ="hxAlert__text ">
392+ < span class ="hxAlert__status "> NOTE</ span >
374393 Responsive column classes override < a href ="#automatic "> automatic columns</ a > .
375- </ p >
394+ </ div >
376395 </ div >
396+ < br />
377397
378398 < p >
379399 Each responsive class corresponds to the < em > minimum breakpoint</ em >
@@ -537,12 +557,17 @@ <h3 class="hxSubSectionTitle" id="wrapping">Column Wrapping</h3>
537557
538558< section >
539559 < h3 class ="hxSubSectionTitle " id ="styling "> Styling the Grid</ h3 >
540- < div class ="alert alert-info ">
541- < p >
542- < b > Avoid styling rows and columns.</ b >
560+ < div class ="hxAlert ">
561+ < div class ="hxAlert__icon ">
562+ < hx-icon type ="info-circle "> </ hx-icon >
563+ </ div >
564+ < div class ="hxAlert__text ">
565+ < span class ="hxAlert__status "> NOTE</ span >
566+ Avoid styling rows and columns.< br />
543567 Add a container within a column to apply styling.
544- </ p >
568+ </ div >
545569 </ div >
570+ < br />
546571
547572 < p >
548573 Because styles for rows and columns are meticulously defined to support
0 commit comments