Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/search-form/style.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 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/search-form/style.scss
r3844 r3847 1 @import "../variables-site/variables-site";2 3 1 .search-form { 4 2 font-size: 0; 5 margin-bottom: 32px;6 3 margin-bottom: 2rem; 4 7 5 max-width: 100%; 8 6 position: relative; … … 13 11 box-shadow: none; 14 12 display: block; 15 @include font-size( ms-unitless( ms(0) ));13 font-size: ms( 0 ); 16 14 margin: 0 auto; 17 15 max-width: 100%; 18 padding: 8px;19 16 padding: 0.5rem; 20 17 width: ms(28); … … 24 21 border-left: none; 25 22 border-radius: 0 2px 2px 0; 26 @include font-size( ms-unitless( ms(0) ));23 font-size: ms( 0 ); 27 24 position: relative; 28 25 right: auto; … … 36 33 37 34 .dashicons { 38 @include font-size( ms-unitless( ms(0) ));35 font-size: ms( 0 ); 39 36 } 40 37 } … … 54 51 display: block; 55 52 height: 45px; 56 padding: 8px 16px;57 53 padding: 0.5rem 1rem; 58 54 position: absolute; … … 80 76 border-radius: 2px; 81 77 display: inline-block; 82 @include font-size( ms-unitless( ms(0) ));78 font-size: ms( 0 ); 83 79 padding: 5px 10px; 84 80 position: relative; … … 89 85 .search-field { 90 86 border-radius: 2px 0 0 2px; 91 @include font-size( ms-unitless( ms(-4) ) ); 92 width: 126px; 87 font-size: ms( -4 ); 93 88 width: 7rem; 94 89 } … … 102 97 @media screen and (min-width: 60em) { 103 98 .search-field { 104 width: 160px;105 99 width: 10rem; 106 100 } … … 111 105 border: 1px solid $color__border-input; 112 106 box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); 113 padding: 8px;114 107 padding: 0.5rem; 115 108 width: 100%;
Note: See TracChangeset
for help on using the changeset viewer.