- Timestamp:
- 11/16/2018 12:13:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/forms/_buttons.scss
r43842 r43904 10 10 border-radius: 5px; 11 11 box-sizing: border-box; 12 color: white;12 color: $color__background-body; 13 13 font-family: $font__heading; 14 14 font-size: $font__size-sm; 15 font-weight: 600;15 font-weight: 700; 16 16 line-height: $font__line-height-heading; 17 17 outline: none; 18 18 padding: ( $size__spacing-unit * .76 ) $size__spacing-unit; 19 text-decoration: none; 19 20 vertical-align: bottom; 20 21 21 22 &:hover { 23 background: $color__background-button-hover; 22 24 cursor: pointer; 23 25 } 24 26 25 &: hover,26 &:focus {27 background: $color__background-button-hover;27 &:visited { 28 color: $color__background-body; 29 text-decoration: none; 28 30 } 29 31 30 32 &:focus { 33 background: $color__background-button-hover; 31 34 outline: thin dotted; 32 35 outline-offset: -4px;
Note: See TracChangeset
for help on using the changeset viewer.