Changeset 3538 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
- Timestamp:
- 06/22/2016 10:48:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/_header.scss
r3532 r3538 166 166 .home & { 167 167 padding: ms(4) ms(1); 168 text-align: center; 168 169 169 170 .site-title { 170 171 display: inherit; 171 172 @include font-size( ms-unitless( ms(12) ) ); 173 margin: 32px 0 16px; 172 174 margin: 2rem 0 1rem; 173 text-align: center;174 175 } 175 176 176 177 .search-form { 177 display: inherit;178 margin-bottom: 32px; 178 179 margin-bottom: 2rem; 180 position: relative; 181 width: initial; 179 182 180 183 .search-field { 181 184 border: none; 182 185 border-radius: 0; 186 box-shadow: none; 183 187 display: block; 184 188 font-size: inherit; 185 189 margin: 0 auto; 186 190 max-width: 100%; 191 padding: 8px; 187 192 padding: 0.5rem; 188 193 width: ms(28); … … 190 195 191 196 .button-search { 192 display: none; 197 background: transparent; 198 border: none; 199 box-shadow: none; 200 color: $color__text-input; 201 height: 45px; 202 padding: 8px 16px; 203 padding: 0.5rem 1rem; 204 position: absolute; 205 right: 0; 206 text-shadow: none; 207 top: 0; 208 209 &:active { 210 background: transparent; 211 border: none; 212 transform: none; 213 } 193 214 } 194 215 }
Note: See TracChangeset
for help on using the changeset viewer.