Changeset 3843 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_main.scss
- Timestamp:
- 08/23/2016 05:22:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_main.scss
r3459 r3843 32 32 padding: 0 32px; 33 33 padding: 0 2rem; 34 35 .search-form {36 margin: 32px auto;37 margin: 2rem auto;38 position: relative;39 40 &:after {41 content: "\f179";42 font-family: dashicons;43 position: absolute;44 right: 16px;45 top: 11px;46 }47 }48 49 .search-field {50 @include font-size( ms-unitless( ms(0) ) );51 padding: 8px 40px 8px 8px;52 padding: 0.5rem 40px 0.5rem 0.5rem;53 width: 100%;54 }55 56 .button-search {57 display: none;58 }59 34 } 60 35 }
Note: See TracChangeset
for help on using the changeset viewer.