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 89
89
< a href ="http://www.google.com " md-raised-button color ="primary "> SEARCH</ a >
90
90
< button md-raised-button > DANCE</ button >
91
91
</ 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 >
92
104
</ div >
Original file line number Diff line number Diff line change 47
47
}
48
48
}
49
49
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
+
50
57
// The ripple container should match the bounds of the entire button.
51
58
.md-button-ripple {
52
59
position : absolute ;
You can’t perform that action at this time.
0 commit comments