@wizishop/angular-components 15.1.123 → 15.1.125
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
|
@@ -7239,7 +7239,8 @@ wac-optional-disable-container {
|
|
|
7239
7239
|
position: fixed;
|
|
7240
7240
|
top: 0;
|
|
7241
7241
|
right: -100%;
|
|
7242
|
-
width:
|
|
7242
|
+
width: 100%;
|
|
7243
|
+
max-width: 534px;
|
|
7243
7244
|
height: 100%;
|
|
7244
7245
|
background-color: #fff;
|
|
7245
7246
|
box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
|
|
@@ -7248,12 +7249,6 @@ wac-optional-disable-container {
|
|
|
7248
7249
|
display: flex;
|
|
7249
7250
|
flex-direction: column;
|
|
7250
7251
|
|
|
7251
|
-
@include media('<1440px') {
|
|
7252
|
-
width: 40%;
|
|
7253
|
-
}
|
|
7254
|
-
@include media('<desktop') {
|
|
7255
|
-
width: 50%;
|
|
7256
|
-
}
|
|
7257
7252
|
@include media('<tablet') {
|
|
7258
7253
|
width: 85%;
|
|
7259
7254
|
}
|
|
@@ -7289,7 +7284,7 @@ wac-optional-disable-container {
|
|
|
7289
7284
|
}
|
|
7290
7285
|
|
|
7291
7286
|
&__content {
|
|
7292
|
-
padding: 30px
|
|
7287
|
+
padding: 30px;
|
|
7293
7288
|
flex: 1;
|
|
7294
7289
|
overflow-y: auto;
|
|
7295
7290
|
}
|
package/package.json
CHANGED
package/{wizishop-angular-components-15.1.123.tgz → wizishop-angular-components-15.1.125.tgz}
RENAMED
|
index 5b7692f..153f309 100644
|
|
|
Binary file
|