@@ -88,8 +88,6 @@ <h2>Basic Usage</h2>
8888 < div class ="demo-layout__row ">
8989 < button mdc-button (click) ="demobutton.primary = !demobutton.primary "> Primary: {{demobutton.primary ? 'On' : 'Off'}}</ button >
9090 < button mdc-button (click) ="demobutton.secondary = !demobutton.secondary "> Secondary: {{demobutton.secondary ? 'On' : 'Off'}}</ button >
91- </ div >
92- < div class ="demo-layout__row ">
9391 < button mdc-button (click) ="demobutton.dense = !demobutton.dense "> Dense: {{demobutton.dense ? 'On' : 'Off'}}</ button >
9492 < button mdc-button (click) ="demobutton.raised = !demobutton.raised "> Raised: {{demobutton.raised ? 'On' : 'Off'}}</ button >
9593 < button mdc-button (click) ="demobutton.unelevated = !demobutton.unelevated "> Unelevated: {{demobutton.unelevated ? 'On' : 'Off'}}</ button >
@@ -112,7 +110,7 @@ <h3 class="demo-content__headline">SVG Icon</h3>
112110
113111 < div class ="demo-content ">
114112 < h3 class ="demo-content__headline "> Different Color Icons/Ink</ h3 >
115- < div class ="demo-layout__row demo-layout__row-with-button ">
113+ < div class ="demo-layout__row ">
116114 < button mdc-button unelevated class ="demo-button-ink-color ">
117115 < mdc-icon > favorite</ mdc-icon >
118116 Ink Color
@@ -126,7 +124,7 @@ <h3 class="demo-content__headline">Different Color Icons/Ink</h3>
126124
127125 < div class ="demo-content ">
128126 < h3 class ="demo-content__headline "> Custom button (Experimental)</ h3 >
129- < div class ="demo-layout__row demo-layout__row-with-button ">
127+ < div class ="demo-layout__row ">
130128 < button mdc-button unelevated class ="big-round-shape-button ">
131129 Corner Radius
132130 </ button >
@@ -137,23 +135,23 @@ <h3 class="demo-content__headline">Custom button (Experimental)</h3>
137135 </ div >
138136
139137 < div class ="demo-content ">
140- < div class ="demo-layout__row demo-layout__row-with-button ">
138+ < div class ="demo-layout__row ">
141139 < button mdc-button primary raised > Primary and Raised</ button >
142140 < button mdc-button secondary > Secondary Color</ button >
143141 </ div >
144142
145- < div class ="demo-layout__row demo-layout__row-with-button ">
143+ < div class ="demo-layout__row ">
146144 < button mdc-button > < mdc-icon #demoicon1 > favorite</ mdc-icon > Icon</ button >
147145 < button mdc-button secondary raised > < mdc-icon > favorite</ mdc-icon > Icon</ button >
148146 </ div >
149147
150- < div class ="demo-layout__row demo-layout__row-with-button ">
148+ < div class ="demo-layout__row ">
151149 < button mdc-button unelevated > Unelevated</ button >
152150 < button mdc-button outlined > Outlined</ button >
153151 < a mdc-button primary raised href ="#/button-demo "> Href link</ a >
154152 </ div >
155153
156- < div class ="demo-layout__row demo-layout__row-with-button ">
154+ < div class ="demo-layout__row ">
157155 < button mdc-button raised > Raised</ button >
158156 < button mdc-button dense raised > Dense and Raised</ button >
159157 < button mdc-button primary raised disabled > Disabled</ button >
0 commit comments