@wizishop/angular-components 15.1.93 → 15.1.94
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
|
@@ -234,6 +234,11 @@ $wac-token-disabled-dark: #8A98B2!default;
|
|
|
234
234
|
border: 1px solid $wac-background-indication;
|
|
235
235
|
background-color: $wac-white;
|
|
236
236
|
padding: 20px;
|
|
237
|
+
@include media('<tablet') {
|
|
238
|
+
left: auto;
|
|
239
|
+
right: 0;
|
|
240
|
+
top: 100%;
|
|
241
|
+
}
|
|
237
242
|
&:hover, &:focus {
|
|
238
243
|
display: flex;
|
|
239
244
|
}
|
|
@@ -284,6 +289,11 @@ $wac-token-disabled-dark: #8A98B2!default;
|
|
|
284
289
|
top: 28px;
|
|
285
290
|
box-shadow: 0px 3px 6px #00000014;
|
|
286
291
|
border: 1px solid $wac-background-indication;
|
|
292
|
+
@include media('<tablet') {
|
|
293
|
+
left: auto;
|
|
294
|
+
right: 0;
|
|
295
|
+
top: 100%;
|
|
296
|
+
}
|
|
287
297
|
&.height-auto {
|
|
288
298
|
height: auto;
|
|
289
299
|
}
|
|
@@ -7934,6 +7944,13 @@ span.wac-tooltip {
|
|
|
7934
7944
|
}
|
|
7935
7945
|
}
|
|
7936
7946
|
}
|
|
7947
|
+
.wac-wrapper {
|
|
7948
|
+
width: 100%;
|
|
7949
|
+
&.max-width {
|
|
7950
|
+
max-width: 1080px;
|
|
7951
|
+
margin: 0 auto;
|
|
7952
|
+
}
|
|
7953
|
+
}
|
|
7937
7954
|
.wac-upload {
|
|
7938
7955
|
width: auto;
|
|
7939
7956
|
&__wrapper {
|
|
@@ -8030,13 +8047,6 @@ span.wac-tooltip {
|
|
|
8030
8047
|
}
|
|
8031
8048
|
}
|
|
8032
8049
|
}
|
|
8033
|
-
.wac-wrapper {
|
|
8034
|
-
width: 100%;
|
|
8035
|
-
&.max-width {
|
|
8036
|
-
max-width: 1080px;
|
|
8037
|
-
margin: 0 auto;
|
|
8038
|
-
}
|
|
8039
|
-
}
|
|
8040
8050
|
.wac-wrapper-blocs {
|
|
8041
8051
|
&.sidebar {
|
|
8042
8052
|
width: calc(100% + 30px);
|
package/package.json
CHANGED
|
index 52f7faa..179c40e 100644
|
|
|
Binary file
|