@wizishop/angular-components 0.0.236 → 0.0.237
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/angular-components.scss
CHANGED
|
@@ -3328,6 +3328,9 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
3328
3328
|
transform: translateY(-50%);
|
|
3329
3329
|
margin: 0!important;
|
|
3330
3330
|
}
|
|
3331
|
+
.input {
|
|
3332
|
+
padding-right: 2.5em!important;
|
|
3333
|
+
}
|
|
3331
3334
|
}
|
|
3332
3335
|
}
|
|
3333
3336
|
|
|
@@ -6907,6 +6910,9 @@ div.wac-field-input-search {
|
|
|
6907
6910
|
.icon {
|
|
6908
6911
|
height: rem(39);
|
|
6909
6912
|
}
|
|
6913
|
+
.input {
|
|
6914
|
+
padding-right: 2.5em!important;
|
|
6915
|
+
}
|
|
6910
6916
|
}
|
|
6911
6917
|
}
|
|
6912
6918
|
|
package/package.json
CHANGED
|
index c56fd9b..d77a362 100644
|
|
|
Binary file
|