You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pug/page-contents/buttons_content.html
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@
4
4
<divclass="col s12 m8 offset-m1 xl7 offset-xl1">
5
5
<divid="raised" class="section scrollspy">
6
6
<pclass="caption">
7
-
There are 3 main button types described in material design. The raised button is a standard button that signify actions and seek to give depth to a mostly flat page. The floating circular action button is meant for very important functions. Flat buttons are usually used within elements that already have depth like cards or modals.
7
+
There are 3 main button types described in material design - the raised button, the floating, and the flat button button.
8
8
</p>
9
9
<h3class="header">Raised</h3>
10
+
<p>The raised button is a standard button that signify actions and seek to give depth to a mostly flat page.</p>
<p>See the documentation on <ahref="floating-action-button.html">this page</a></p>
38
+
<p>A circular material button that lifts and displays an ink reaction on press. See the documentation on <ahref="floating-action-button.html">this page</a></p>
37
39
</div>
38
40
<divid="flat" class="section scrollspy">
39
41
<h3class="header">Flat</h3>
42
+
40
43
<p>Flat buttons are used to reduce excessive layering. For example, flat buttons are usually used for actions within a card or modal so there aren't too many overlapping shadows.</p>
0 commit comments