Skip to content

Commit a82105d

Browse files
committed
refactor(searchbar): update large padding
1 parent 75bc4d3 commit a82105d

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

core/src/components/searchbar/searchbar.ionic.scss

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,6 @@
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;
@@ -245,6 +234,8 @@
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,

0 commit comments

Comments
 (0)