@wizishop/angular-components 15.1.64 → 15.1.66
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
|
@@ -6226,6 +6226,13 @@ wac-optional-disable-container {
|
|
|
6226
6226
|
.wac-row {
|
|
6227
6227
|
margin: 0!important;
|
|
6228
6228
|
}
|
|
6229
|
+
|
|
6230
|
+
.field {
|
|
6231
|
+
width: 100%;
|
|
6232
|
+
}
|
|
6233
|
+
.wac-input .input, .wac-input .input:not([disabled]):focus, .wac-input .input:not([disabled]).is-focused, .wac-input .input:not([disabled]):active, .wac-input .input:not([disabled]).is-active {
|
|
6234
|
+
margin: 0;
|
|
6235
|
+
}
|
|
6229
6236
|
}
|
|
6230
6237
|
.wac-search {
|
|
6231
6238
|
width: 100%;
|
package/package.json
CHANGED
|
index 865e928..c205967 100644
|
|
|
Binary file
|