Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/site/primary/plugin/section/_faq.scss
- Timestamp:
- 08/23/2016 10:35:28 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/site/primary/plugin/section/_faq.scss
r3832 r3847 3 3 .plugin-faqs { 4 4 h2:first-of-type { 5 @include font-size( ms-unitless( ms(2) ));5 font-size: ms( 2 ); 6 6 font-weight: 600; 7 letter-spacing: 0.16px;8 7 letter-spacing: 0.01rem; 9 8 text-transform: uppercase; … … 12 11 border: none; 13 12 color: $color__text-main; 14 font-weight: 600;15 13 padding: 0; 16 14 text-transform: inherit; … … 24 22 border-top: 1px solid $color__border; 25 23 cursor: pointer; 26 @include font-size( ms-unitless( ms(0) ));24 font-size: ms( 0 ); 27 25 font-weight: 600; 28 letter-spacing: 0.8px;29 26 letter-spacing: 0.05rem; 30 padding: 16px 0;31 27 padding: 1rem 0; 32 28 text-transform: uppercase; … … 36 32 float: right; 37 33 font-family: dashicons; 38 margin: 0 16px;39 34 margin: 0 1rem; 40 35 } … … 47 42 dd { 48 43 display: none; 49 margin: 0 0 16px;50 44 margin: 0 0 1rem; 51 45 … … 55 49 56 50 & p + p { 57 margin-top: 16px;58 51 margin-top: 1rem; 59 52 }
Note: See TracChangeset
for help on using the changeset viewer.