File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 8989 < a href ="http://www.google.com " md-raised-button color ="primary "> SEARCH</ a >
9090 < button md-raised-button > DANCE</ button >
9191 </ section >
92+ < section >
93+ < button md-raised-button > More< md-icon > more_vert</ md-icon > </ button >
94+ < button md-raised-button > Check< md-icon > check</ md-icon > </ button >
95+ < button md-raised-button > Check< md-icon class ="md-24 "> favorite</ md-icon > </ button >
96+ < button md-raised-button > Last< md-icon > navigate_before</ md-icon > </ button >
97+ </ section >
98+ < section >
99+ < button md-button > More< md-icon > more_vert</ md-icon > </ button >
100+ < button md-button > Check< md-icon > check</ md-icon > </ button >
101+ < button md-button > Check< md-icon class ="md-24 "> favorite</ md-icon > </ button >
102+ < button md-button > Last< md-icon > navigate_before</ md-icon > </ button >
103+ </ section >
92104</ div >
Original file line number Diff line number Diff line change 4747 }
4848}
4949
50+ // The text and icon should be vertical aligned inside a button
51+ [md-button ], [md-raised-button ] {
52+ .md-button-wrapper > * {
53+ vertical-align : middle ;
54+ }
55+ }
56+
5057// The ripple container should match the bounds of the entire button.
5158.md-button-ripple {
5259 position : absolute ;
You can’t perform that action at this time.
0 commit comments