File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/src/components/searchbar Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 115115 * is used in a toolbar regardless of
116116 * the searchbar size.
117117 */
118- @include globals .position-horizontal (9 px , null);
118+ @include globals .position-horizontal (globals . $ion-space-200 , null);
119119}
120120
121121// Searchbar States
340340 * the size of the leading icon (search or cancel),
341341 * and the gap between the icon and the input.
342342 */
343- padding-inline-start : calc ( 9 px + globals .$ion-scale-400 + globals . $ion- space-200 ) ;
343+ padding-inline-start : globals .$ion-space-800 ;
344344}
345345
346346/* Large */
437437 * the size of the leading icon (search or cancel),
438438 * and the gap between the icon and the input.
439439 */
440- padding-inline-start : calc ( 9 px + globals .$ion-scale-500 + globals . $ion- space-200 ) ;
440+ padding-inline-start : globals .$ion-space-900 ;
441441}
442442
443443:host (.searchbar-size-large ) .searchbar-search-icon ,
You can’t perform that action at this time.
0 commit comments