Changeset 4606 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/search-form/style.scss
- Timestamp:
- 01/03/2017 03:31:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/search-form/style.scss
r4223 r4606 19 19 20 20 .button-search { 21 border-top: none; 21 22 border-left: none; 22 23 border-radius: 0 2px 2px 0; … … 25 26 right: auto; 26 27 top: auto; 28 vertical-align: top; 27 29 28 30 &:active { … … 74 76 .search-field { 75 77 border: 0; 76 border-radius: 2px ;78 border-radius: 2px 0 0 2px; 77 79 display: inline-block; 78 80 font-size: ms( 0 ); 79 81 padding: 5px 10px; 80 82 position: relative; 81 width: 100%;83 width: auto; 82 84 } 83 85 84 86 @media screen and (min-width: $ms-breakpoint) { 85 87 .search-field { 86 border-radius: 2px 0 0 2px;87 88 font-size: ms( -4 ); 88 89 width: 7rem;
Note: See TracChangeset
for help on using the changeset viewer.