Changeset 7256 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/forms/_buttons.scss
- Timestamp:
- 05/31/2018 12:51:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/forms/_buttons.scss
r4886 r7256 1 1 @import "../variables-site/variables-site"; 2 2 3 // /* -------------------------------------------------------------------------- --3 // /* -------------------------------------------------------------------------- 4 4 // 5 5 // NOTE: If you edit this file, you should make sure that the CSS rules for … … 12 12 // ======================= 13 13 // Create a button by adding the `.button` class to an element. For backwards 14 // compatibility, we support several other classes (such as `.button-secondary`),14 // compatibility, we support several other classes,such as `.button-secondary`), 15 15 // but these will *not* work with the stackable classes described below. 16 16 // 17 17 // Button Styles 18 18 // ------------- 19 // To display a primary button style, add the `.button-primary` class to a button. 19 // To display a primary button style, 20 // add the `.button-primary` class to a button. 20 21 // 21 22 // Button Sizes 22 23 // ------------ 23 // Adjust a button's size by adding the `.button-large` or `.button-small` class. 24 // Adjust a button's size by adding the `.button-large` 25 // or `.button-small` class. 24 26 // 25 27 // Button States … … 37 39 // 5.0 - Responsive Button Styles 38 40 // 39 //--------------------------------------------------------------------------- -*/41 //--------------------------------------------------------------------------- */ 40 42 41 43 /* ---------------------------------------------------------------------------- … … 131 133 .button-secondary { 132 134 background: #f7f7f7; 133 border-color: #ccc ccc;134 box-shadow: 0 1px 0 #ccc ccc;135 border-color: #ccc; 136 box-shadow: 0 1px 0 #ccc; 135 137 color: #555; 136 138 vertical-align: top; … … 191 193 } 192 194 193 /* Buttons that look like links, for a cross of good semantics with the visual */ 195 /* Buttons that look like links, 196 for a cross of good semantics with the visual */ 194 197 .button-link { 195 198 background: none; … … 285 288 286 289 287 288 290 /* ---------------------------------------------------------------------------- 289 291 4.0 - Button Groups
Note: See TracChangeset
for help on using the changeset viewer.