File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
core/src/components/searchbar Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 3636// -----------------------------------------
3737
3838.searchbar-input {
39- /* *
40- * Padding start is based on
41- * desired padding from design,
42- * the size of the search icon,
43- * and the gap between the icon and the input.
44- *
45- * Padding end is based on
46- * desired padding from design,
47- * the size of the clear icon,
48- * and the gap between the icon and the input.
49- */
5039 @include globals .padding (globals .$ion-space-300 , null);
5140
5241 contain : strict ;
245234
246235/* Large */
247236:host (.searchbar-size-large ) .searchbar-input {
237+ @include globals .padding (globals .$ion-space-400 , null);
238+
248239 /* *
249240 * Padding start is based on
250241 * desired padding from design,
You can’t perform that action at this time.
0 commit comments