@wizishop/img-manager 0.2.95 → 0.2.98
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/package.json
CHANGED
|
Binary file
|
package/wz-img-manager.scss
CHANGED
|
@@ -1892,6 +1892,18 @@ $green-color: #2ecc71;
|
|
|
1892
1892
|
justify-content: center;
|
|
1893
1893
|
align-items: center;
|
|
1894
1894
|
}
|
|
1895
|
+
&__dropImgIconDiv {
|
|
1896
|
+
@include media('<720px') {
|
|
1897
|
+
p {
|
|
1898
|
+
display: none;
|
|
1899
|
+
}
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
&__or {
|
|
1903
|
+
@include media('<720px') {
|
|
1904
|
+
display: none;
|
|
1905
|
+
}
|
|
1906
|
+
}
|
|
1895
1907
|
.blueColor {
|
|
1896
1908
|
img {
|
|
1897
1909
|
min-width: rem(65);
|
|
@@ -2421,7 +2433,7 @@ $green-color: #2ecc71;
|
|
|
2421
2433
|
display: block;
|
|
2422
2434
|
margin: 0 0 20px;
|
|
2423
2435
|
padding: 0;
|
|
2424
|
-
width:
|
|
2436
|
+
width: 97%;
|
|
2425
2437
|
wz-input-search {
|
|
2426
2438
|
display: block;
|
|
2427
2439
|
width: 100%;
|
|
@@ -2467,6 +2479,9 @@ $green-color: #2ecc71;
|
|
|
2467
2479
|
}
|
|
2468
2480
|
&__pagination {
|
|
2469
2481
|
width: 100%;
|
|
2482
|
+
@include media('<tablet') {
|
|
2483
|
+
width: 97%;
|
|
2484
|
+
}
|
|
2470
2485
|
}
|
|
2471
2486
|
&__container {
|
|
2472
2487
|
&__loader {
|
|
@@ -2832,6 +2847,10 @@ $card-img-size-small: 140px;
|
|
|
2832
2847
|
width: 100%;
|
|
2833
2848
|
overflow: hidden;
|
|
2834
2849
|
|
|
2850
|
+
@include media('<720px') {
|
|
2851
|
+
width: 97%;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2835
2854
|
&__container {
|
|
2836
2855
|
width: 100%!important;
|
|
2837
2856
|
height: auto!important;
|
|
@@ -4279,7 +4298,7 @@ $card-img-size-small: 140px;
|
|
|
4279
4298
|
&--small {
|
|
4280
4299
|
height: 320px;
|
|
4281
4300
|
@include media('<tablet') {
|
|
4282
|
-
height:
|
|
4301
|
+
height: 100%!important;
|
|
4283
4302
|
}
|
|
4284
4303
|
}
|
|
4285
4304
|
|
|
@@ -4287,7 +4306,7 @@ $card-img-size-small: 140px;
|
|
|
4287
4306
|
&--full {
|
|
4288
4307
|
height: calc(100vh - 50px);
|
|
4289
4308
|
@include media('<tablet') {
|
|
4290
|
-
height:
|
|
4309
|
+
height: 100%!important;
|
|
4291
4310
|
}
|
|
4292
4311
|
}
|
|
4293
4312
|
|
|
@@ -4323,6 +4342,8 @@ $card-img-size-small: 140px;
|
|
|
4323
4342
|
|
|
4324
4343
|
@include media('<tablet') {
|
|
4325
4344
|
width: 45px;
|
|
4345
|
+
bottom: auto;
|
|
4346
|
+
top: 10px;
|
|
4326
4347
|
right: 0;
|
|
4327
4348
|
}
|
|
4328
4349
|
|
|
@@ -4337,6 +4358,13 @@ $card-img-size-small: 140px;
|
|
|
4337
4358
|
cursor: pointer;
|
|
4338
4359
|
outline: none!important;
|
|
4339
4360
|
|
|
4361
|
+
@include media('<tablet') {
|
|
4362
|
+
background-color: transparent!important;
|
|
4363
|
+
i {
|
|
4364
|
+
color: $img-main-color!important;
|
|
4365
|
+
}
|
|
4366
|
+
}
|
|
4367
|
+
|
|
4340
4368
|
&:first-child {
|
|
4341
4369
|
@include media('<tablet') {
|
|
4342
4370
|
display: none;
|
|
@@ -4384,7 +4412,7 @@ $card-img-size-small: 140px;
|
|
|
4384
4412
|
padding: 0 0.575rem 0 1.075rem;
|
|
4385
4413
|
|
|
4386
4414
|
@include media('<tablet') {
|
|
4387
|
-
padding:
|
|
4415
|
+
padding: 40px 20px 0;
|
|
4388
4416
|
}
|
|
4389
4417
|
|
|
4390
4418
|
&--window {
|
|
@@ -4406,5 +4434,3 @@ $card-img-size-small: 140px;
|
|
|
4406
4434
|
.nwb-snack-bar .column {
|
|
4407
4435
|
box-sizing: border-box;
|
|
4408
4436
|
}
|
|
4409
|
-
|
|
4410
|
-
|