@wizishop/img-manager 0.2.62 → 0.2.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/assets/i18n/en.json +1 -1
- package/assets/i18n/fr.json +1 -1
- package/bundles/wizishop-img-manager.umd.js +2 -16
- package/bundles/wizishop-img-manager.umd.js.map +1 -1
- package/bundles/wizishop-img-manager.umd.min.js +1 -1
- package/bundles/wizishop-img-manager.umd.min.js.map +1 -1
- package/esm2015/lib/components/canva-btn/canva-btn.component.js +2 -2
- package/esm2015/lib/components/img-selection/img-selection.component.js +2 -16
- package/esm5/lib/components/canva-btn/canva-btn.component.js +2 -2
- package/esm5/lib/components/img-selection/img-selection.component.js +2 -16
- package/fesm2015/wizishop-img-manager.js +2 -16
- package/fesm2015/wizishop-img-manager.js.map +1 -1
- package/fesm5/wizishop-img-manager.js +2 -16
- package/fesm5/wizishop-img-manager.js.map +1 -1
- package/lib/components/img-selection/img-selection.component.d.ts +0 -1
- package/package.json +1 -1
- package/wizishop-img-manager-0.2.66.tgz +0 -0
- package/wizishop-img-manager.metadata.json +1 -1
- package/wz-img-manager.scss +896 -916
- package/wizishop-img-manager-0.2.62.tgz +0 -0
package/wz-img-manager.scss
CHANGED
|
@@ -1053,169 +1053,9 @@ $base-font: 'Work Sans', helvetica !default;@mixin simple_transition($type: null
|
|
|
1053
1053
|
}
|
|
1054
1054
|
}
|
|
1055
1055
|
}
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
flex-wrap: wrap;
|
|
1060
|
-
position: relative;
|
|
1061
|
-
min-height: rem(512);
|
|
1062
|
-
|
|
1063
|
-
&--displayPexelsImg {
|
|
1064
|
-
min-height: unset;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
&:not(.fullSize) {
|
|
1068
|
-
width: calc(100% + 24px);
|
|
1069
|
-
transform: translateX(-12px);
|
|
1070
|
-
.mosaic__container__cards {
|
|
1071
|
-
padding-bottom: 40px;
|
|
1072
|
-
> * {
|
|
1073
|
-
width: calc(25% - 24px);
|
|
1074
|
-
margin: 0 12px rem(24) 12px;
|
|
1075
|
-
@include media('>=desktop','<1300px') {
|
|
1076
|
-
width: calc(33.33% - 24px);
|
|
1077
|
-
margin: 0 12px rem(24) 12px;
|
|
1078
|
-
}
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
|
-
&.small {
|
|
1082
|
-
min-height: 0;
|
|
1083
|
-
.mosaic__container__loader {
|
|
1084
|
-
top: 0;
|
|
1085
|
-
transform: translateX(-50%);
|
|
1086
|
-
max-height: 200px;
|
|
1087
|
-
}
|
|
1088
|
-
.mosaic {
|
|
1089
|
-
&__container {
|
|
1090
|
-
&__cards {
|
|
1091
|
-
padding-bottom: 40px;
|
|
1092
|
-
> * {
|
|
1093
|
-
width: calc(12.5% - 24px);
|
|
1094
|
-
margin: 0 12px rem(24) 12px;
|
|
1095
|
-
@include media('>=1400px','<1600px') {
|
|
1096
|
-
width: calc(14% - 24px);
|
|
1097
|
-
margin: 0 12px rem(24) 12px;
|
|
1098
|
-
}
|
|
1099
|
-
@include media('>=1200px','<1400px') {
|
|
1100
|
-
width: calc(16.66% - 24px);
|
|
1101
|
-
margin: 0 12px rem(24) 12px;
|
|
1102
|
-
}
|
|
1103
|
-
@include media('>=desktop','<1200px') {
|
|
1104
|
-
width: calc(20% - 24px);
|
|
1105
|
-
margin: 0 12px rem(24) 12px;
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
}
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
}
|
|
1112
|
-
}
|
|
1113
|
-
&.fullSize {
|
|
1114
|
-
width: calc(100% + 24px);
|
|
1115
|
-
transform: translateX(-12px);
|
|
1116
|
-
@include media('<420px') {
|
|
1117
|
-
width: 100%;
|
|
1118
|
-
transform: none;
|
|
1119
|
-
}
|
|
1120
|
-
.mosaic__container__cards {
|
|
1121
|
-
> * {
|
|
1122
|
-
width: calc(16.66% - 24px);
|
|
1123
|
-
margin: 0 12px rem(24) 12px;
|
|
1124
|
-
@include media('>=1400px','<1600px') {
|
|
1125
|
-
width: calc(20% - 24px);
|
|
1126
|
-
margin: 0 12px rem(24) 12px;
|
|
1127
|
-
}
|
|
1128
|
-
@include media('>=desktop','<1400px') {
|
|
1129
|
-
width: calc(25% - 24px);
|
|
1130
|
-
margin: 0 12px rem(24) 12px;
|
|
1131
|
-
}
|
|
1132
|
-
@include media('>=tablet','<desktop') {
|
|
1133
|
-
width: calc(33.33% - 24px);
|
|
1134
|
-
margin: 0 12px rem(24) 12px;
|
|
1135
|
-
}
|
|
1136
|
-
@include media('>=400px','<tablet') {
|
|
1137
|
-
width: calc(50% - 24px);
|
|
1138
|
-
margin: 0 12px rem(24) 12px;
|
|
1139
|
-
}
|
|
1140
|
-
@include media('<420px') {
|
|
1141
|
-
width: 100%;
|
|
1142
|
-
margin: 0 0 15px;
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
&.small {
|
|
1147
|
-
.mosaic__container__loader {
|
|
1148
|
-
top: 0;
|
|
1149
|
-
transform: translateX(-50%);
|
|
1150
|
-
max-height: 200px;
|
|
1151
|
-
}
|
|
1152
|
-
.mosaic {
|
|
1153
|
-
&__search {
|
|
1154
|
-
display: none;
|
|
1155
|
-
}
|
|
1156
|
-
&__container {
|
|
1157
|
-
&__cards {
|
|
1158
|
-
> * {
|
|
1159
|
-
width: calc(10% - 24px);
|
|
1160
|
-
margin: 0 12px rem(24) 12px;
|
|
1161
|
-
@include media('>=1400px','<1600px') {
|
|
1162
|
-
width: calc(11.11% - 24px);
|
|
1163
|
-
margin: 0 12px rem(24) 12px;
|
|
1164
|
-
}
|
|
1165
|
-
@include media('>=desktop','<1400px') {
|
|
1166
|
-
width: calc(12.5% - 24px);
|
|
1167
|
-
margin: 0 12px rem(24) 12px;
|
|
1168
|
-
}
|
|
1169
|
-
@include media('>=tablet','<desktop') {
|
|
1170
|
-
width: calc(20% - 24px);
|
|
1171
|
-
margin: 0 12px rem(24) 12px;
|
|
1172
|
-
}
|
|
1173
|
-
@include media('>=500px','<tablet') {
|
|
1174
|
-
width: calc(33.33% - 24px);
|
|
1175
|
-
margin: 0 12px rem(24) 12px;
|
|
1176
|
-
}
|
|
1177
|
-
@include media('<500px') {
|
|
1178
|
-
width: calc(50% - 24px);
|
|
1179
|
-
margin: 0 12px rem(24) 12px;
|
|
1180
|
-
}
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
&__search {
|
|
1188
|
-
width: calc(100% - 24px);
|
|
1189
|
-
margin: 0 auto rem(20);
|
|
1190
|
-
}
|
|
1191
|
-
&__pagination {
|
|
1192
|
-
width: 100%;
|
|
1193
|
-
}
|
|
1194
|
-
&__container {
|
|
1195
|
-
&__loader {
|
|
1196
|
-
position: absolute;
|
|
1197
|
-
top: 50%;
|
|
1198
|
-
left: 50%;
|
|
1199
|
-
transform: translate(-50%,-50%);
|
|
1200
|
-
max-width: 300px;
|
|
1201
|
-
max-height: 300px;
|
|
1202
|
-
display: flex;
|
|
1203
|
-
flex-wrap: wrap;
|
|
1204
|
-
flex-direction: column;
|
|
1205
|
-
justify-content: center;
|
|
1206
|
-
align-items: center;
|
|
1207
|
-
}
|
|
1208
|
-
&__cards {
|
|
1209
|
-
width: 100%;
|
|
1210
|
-
display: flex;
|
|
1211
|
-
flex-wrap: wrap;
|
|
1212
|
-
&--padding {
|
|
1213
|
-
padding-right: 20px;
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
$card-img-size: 100%;
|
|
1056
|
+
image-cropper {
|
|
1057
|
+
max-height: 60vh;
|
|
1058
|
+
}$card-img-size: 100%;
|
|
1219
1059
|
$card-img-size-small: 140px;
|
|
1220
1060
|
|
|
1221
1061
|
//.wz-img-manager useful to keep the css priority
|
|
@@ -1632,486 +1472,626 @@ $card-img-size-small: 140px;
|
|
|
1632
1472
|
.wz-img-manager .addCssPriority .smallNameDisplay .img-card__nameContainer__name {
|
|
1633
1473
|
width: $card-img-size-small;
|
|
1634
1474
|
}
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
&__imgContainer {
|
|
1649
|
-
margin-right: 20px;
|
|
1650
|
-
position: relative;
|
|
1651
|
-
display: block;
|
|
1652
|
-
min-width: 60px;
|
|
1653
|
-
cursor: pointer;
|
|
1654
|
-
|
|
1655
|
-
&::before {
|
|
1656
|
-
content: '';
|
|
1657
|
-
display: block;
|
|
1658
|
-
padding-top: 100%;
|
|
1659
|
-
}
|
|
1475
|
+
.img-editor__infoSection__propertySEO__tooltips {
|
|
1476
|
+
i {
|
|
1477
|
+
font-size: rem(16);
|
|
1478
|
+
color: $main-text;
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
$green: $really-bad-bad-bad-green !default;
|
|
1482
|
+
$primary: $primary-button !default;
|
|
1483
|
+
$light: $img-placeholder !default;
|
|
1484
|
+
$info: $wizishop-blue !default;
|
|
1485
|
+
$danger: $img-red-color !default;
|
|
1486
|
+
$dark: $img-dark !default;
|
|
1660
1487
|
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
position: absolute;
|
|
1664
|
-
top: 50%;
|
|
1665
|
-
left: 50%;
|
|
1666
|
-
max-width: 100%;
|
|
1667
|
-
max-height:100%;
|
|
1668
|
-
width: auto;
|
|
1669
|
-
height: auto;
|
|
1670
|
-
transform: translate(-50%, -50%);
|
|
1671
|
-
object-fit: contain;
|
|
1672
|
-
}
|
|
1488
|
+
$button-padding-vertical: rem(7) !default;
|
|
1489
|
+
$radius: rem(3) !default;
|
|
1673
1490
|
|
|
1674
|
-
|
|
1491
|
+
$button-color: white!default;
|
|
1492
|
+
$button-hover-color: white !default;
|
|
1493
|
+
$button-focus-color: white !default;
|
|
1494
|
+
$button-active-color: white !default;
|
|
1495
|
+
$button-background-color: $primary !default;
|
|
1496
|
+
$button-disabled-background-color: $primary !default;
|
|
1497
|
+
$button-border-color: $primary-button-hover !default;
|
|
1498
|
+
$button-hover-border-color: $primary-button-hover !default;
|
|
1499
|
+
$button-active-border-color: $primary-button-hover !default;
|
|
1500
|
+
$button-focus-border-color: $primary-button-hover !default;
|
|
1501
|
+
$button-disabled-border-color: $primary-button-hover !default;
|
|
1675
1502
|
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
background-color: $img-main-color;
|
|
1684
|
-
bottom: 0;
|
|
1685
|
-
left: 0;
|
|
1686
|
-
transform: translateZ(0);
|
|
1687
|
-
}
|
|
1688
|
-
}
|
|
1503
|
+
$tag-radius: rem(20px)!default;
|
|
1504
|
+
.mosaic {
|
|
1505
|
+
width: 100%;
|
|
1506
|
+
display: flex;
|
|
1507
|
+
flex-wrap: wrap;
|
|
1508
|
+
position: relative;
|
|
1509
|
+
min-height: rem(512);
|
|
1689
1510
|
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
left: 25%;
|
|
1694
|
-
height: 100%;
|
|
1695
|
-
width: 100%;
|
|
1511
|
+
&--displayPexelsImg {
|
|
1512
|
+
min-height: unset;
|
|
1513
|
+
}
|
|
1696
1514
|
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1515
|
+
&:not(.fullSize) {
|
|
1516
|
+
width: calc(100% + 24px);
|
|
1517
|
+
transform: translateX(-12px);
|
|
1518
|
+
.mosaic__container__cards {
|
|
1519
|
+
padding-bottom: 40px;
|
|
1520
|
+
> * {
|
|
1521
|
+
width: calc(25% - 24px);
|
|
1522
|
+
margin: 0 12px rem(24) 12px;
|
|
1523
|
+
@include media('>=desktop','<1300px') {
|
|
1524
|
+
width: calc(33.33% - 24px);
|
|
1525
|
+
margin: 0 12px rem(24) 12px;
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
&.small {
|
|
1530
|
+
min-height: 0;
|
|
1531
|
+
.mosaic__container__loader {
|
|
1532
|
+
top: 0;
|
|
1533
|
+
transform: translateX(-50%);
|
|
1534
|
+
max-height: 200px;
|
|
1535
|
+
}
|
|
1536
|
+
.mosaic {
|
|
1537
|
+
&__container {
|
|
1538
|
+
&__cards {
|
|
1539
|
+
padding-bottom: 40px;
|
|
1540
|
+
> * {
|
|
1541
|
+
width: calc(12.5% - 24px);
|
|
1542
|
+
margin: 0 12px rem(24) 12px;
|
|
1543
|
+
@include media('>=1400px','<1600px') {
|
|
1544
|
+
width: calc(14% - 24px);
|
|
1545
|
+
margin: 0 12px rem(24) 12px;
|
|
1546
|
+
}
|
|
1547
|
+
@include media('>=1200px','<1400px') {
|
|
1548
|
+
width: calc(16.66% - 24px);
|
|
1549
|
+
margin: 0 12px rem(24) 12px;
|
|
1550
|
+
}
|
|
1551
|
+
@include media('>=desktop','<1200px') {
|
|
1552
|
+
width: calc(20% - 24px);
|
|
1553
|
+
margin: 0 12px rem(24) 12px;
|
|
1554
|
+
}
|
|
1713
1555
|
}
|
|
1556
|
+
}
|
|
1714
1557
|
}
|
|
1558
|
+
}
|
|
1715
1559
|
}
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1560
|
+
}
|
|
1561
|
+
&.fullSize {
|
|
1562
|
+
width: calc(100% + 24px);
|
|
1563
|
+
transform: translateX(-12px);
|
|
1564
|
+
@include media('<420px') {
|
|
1565
|
+
width: 100%;
|
|
1566
|
+
transform: none;
|
|
1567
|
+
}
|
|
1568
|
+
.mosaic__container__cards {
|
|
1569
|
+
> * {
|
|
1570
|
+
width: calc(16.66% - 24px);
|
|
1571
|
+
margin: 0 12px rem(24) 12px;
|
|
1572
|
+
@include media('>=1400px','<1600px') {
|
|
1573
|
+
width: calc(20% - 24px);
|
|
1574
|
+
margin: 0 12px rem(24) 12px;
|
|
1575
|
+
}
|
|
1576
|
+
@include media('>=desktop','<1400px') {
|
|
1577
|
+
width: calc(25% - 24px);
|
|
1578
|
+
margin: 0 12px rem(24) 12px;
|
|
1579
|
+
}
|
|
1580
|
+
@include media('>=tablet','<desktop') {
|
|
1581
|
+
width: calc(33.33% - 24px);
|
|
1582
|
+
margin: 0 12px rem(24) 12px;
|
|
1583
|
+
}
|
|
1584
|
+
@include media('>=400px','<tablet') {
|
|
1585
|
+
width: calc(50% - 24px);
|
|
1586
|
+
margin: 0 12px rem(24) 12px;
|
|
1587
|
+
}
|
|
1588
|
+
@include media('<420px') {
|
|
1589
|
+
width: 100%;
|
|
1590
|
+
margin: 0 0 15px;
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
&.small {
|
|
1595
|
+
.mosaic__container__loader {
|
|
1596
|
+
top: 0;
|
|
1597
|
+
transform: translateX(-50%);
|
|
1598
|
+
max-height: 200px;
|
|
1599
|
+
}
|
|
1600
|
+
.mosaic {
|
|
1601
|
+
&__search {
|
|
1602
|
+
display: none;
|
|
1603
|
+
}
|
|
1604
|
+
&__container {
|
|
1605
|
+
&__cards {
|
|
1606
|
+
> * {
|
|
1607
|
+
width: calc(10% - 24px);
|
|
1608
|
+
margin: 0 12px rem(24) 12px;
|
|
1609
|
+
@include media('>=1400px','<1600px') {
|
|
1610
|
+
width: calc(11.11% - 24px);
|
|
1611
|
+
margin: 0 12px rem(24) 12px;
|
|
1612
|
+
}
|
|
1613
|
+
@include media('>=desktop','<1400px') {
|
|
1614
|
+
width: calc(12.5% - 24px);
|
|
1615
|
+
margin: 0 12px rem(24) 12px;
|
|
1616
|
+
}
|
|
1617
|
+
@include media('>=tablet','<desktop') {
|
|
1618
|
+
width: calc(20% - 24px);
|
|
1619
|
+
margin: 0 12px rem(24) 12px;
|
|
1620
|
+
}
|
|
1621
|
+
@include media('>=500px','<tablet') {
|
|
1622
|
+
width: calc(33.33% - 24px);
|
|
1623
|
+
margin: 0 12px rem(24) 12px;
|
|
1624
|
+
}
|
|
1625
|
+
@include media('<500px') {
|
|
1626
|
+
width: calc(50% - 24px);
|
|
1627
|
+
margin: 0 12px rem(24) 12px;
|
|
1628
|
+
}
|
|
1724
1629
|
}
|
|
1630
|
+
}
|
|
1725
1631
|
}
|
|
1632
|
+
}
|
|
1726
1633
|
}
|
|
1634
|
+
}
|
|
1635
|
+
&__search {
|
|
1636
|
+
width: calc(100% - 24px);
|
|
1637
|
+
margin: 0 auto rem(20);
|
|
1638
|
+
}
|
|
1639
|
+
&__pagination {
|
|
1640
|
+
width: 100%;
|
|
1641
|
+
}
|
|
1642
|
+
&__container {
|
|
1643
|
+
&__loader {
|
|
1644
|
+
position: absolute;
|
|
1645
|
+
top: 50%;
|
|
1646
|
+
left: 50%;
|
|
1647
|
+
transform: translate(-50%,-50%);
|
|
1648
|
+
max-width: 300px;
|
|
1649
|
+
max-height: 300px;
|
|
1650
|
+
display: flex;
|
|
1651
|
+
flex-wrap: wrap;
|
|
1652
|
+
flex-direction: column;
|
|
1653
|
+
justify-content: center;
|
|
1654
|
+
align-items: center;
|
|
1655
|
+
}
|
|
1656
|
+
&__cards {
|
|
1657
|
+
width: 100%;
|
|
1658
|
+
display: flex;
|
|
1659
|
+
flex-wrap: wrap;
|
|
1660
|
+
&--padding {
|
|
1661
|
+
padding-right: 20px;
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1727
1665
|
}
|
|
1666
|
+
.wz-img-manager .img-editor {
|
|
1667
|
+
&__scroll {
|
|
1668
|
+
position: relative;
|
|
1669
|
+
height: 100%;
|
|
1728
1670
|
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
.wz-img-manager .table-view .checked.disabled {
|
|
1734
|
-
color: grey;
|
|
1735
|
-
}
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
.wz-img-manager .table-view .disabled {
|
|
1739
|
-
cursor: not-allowed;
|
|
1740
|
-
}
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
.wz-img-manager .is-wizi-hoverable .dropdown-trigger:before {
|
|
1744
|
-
width: 5rem;
|
|
1745
|
-
}
|
|
1671
|
+
&--full {
|
|
1672
|
+
max-height: calc(100vh - 90px)!important;
|
|
1673
|
+
min-height: calc(100vh - 90px) !important;
|
|
1674
|
+
}
|
|
1746
1675
|
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
}
|
|
1676
|
+
&--smallDisplay {
|
|
1677
|
+
max-height: 275px!important;
|
|
1678
|
+
}
|
|
1750
1679
|
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
}
|
|
1680
|
+
&--window {
|
|
1681
|
+
max-height: none;
|
|
1682
|
+
}
|
|
1754
1683
|
|
|
1755
|
-
.
|
|
1756
|
-
|
|
1757
|
-
|
|
1684
|
+
.ng-scroll-content {
|
|
1685
|
+
margin-left: 0 !important;
|
|
1686
|
+
margin-right: 0 !important;
|
|
1687
|
+
min-width: calc(100% - 1rem) !important;
|
|
1688
|
+
width: calc(100% - 1rem) !important;
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
1758
1691
|
|
|
1759
|
-
.
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1692
|
+
.columns {
|
|
1693
|
+
margin-right: 0.8rem;
|
|
1694
|
+
margin-left: rem(12);
|
|
1695
|
+
margin-top: 12px;
|
|
1696
|
+
margin-bottom: 0;
|
|
1697
|
+
width: calc(100% + 11px);
|
|
1763
1698
|
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1699
|
+
.column {
|
|
1700
|
+
padding-top: 0;
|
|
1701
|
+
padding-bottom: 0px;
|
|
1702
|
+
}
|
|
1703
|
+
}
|
|
1767
1704
|
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
height: 0;
|
|
1774
|
-
transition: height .3s ease;
|
|
1775
|
-
z-index: 2147483647; // snackbar 10
|
|
1776
|
-
transform: translateZ(0);
|
|
1705
|
+
&__head-container {
|
|
1706
|
+
display: flex;
|
|
1707
|
+
justify-content: flex-end;
|
|
1708
|
+
align-items: center;
|
|
1709
|
+
margin: 30px 30px 20px 0;
|
|
1777
1710
|
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
left: 0;
|
|
1784
|
-
width: 100%;
|
|
1785
|
-
height: 3px;
|
|
1786
|
-
background-color: $img-main-color;
|
|
1787
|
-
z-index: 999;
|
|
1788
|
-
}
|
|
1711
|
+
&__btnGroup {
|
|
1712
|
+
margin-right: 13px;
|
|
1713
|
+
opacity: 0;
|
|
1714
|
+
visibility: hidden;
|
|
1715
|
+
transition: opacity .3s ease-in-out;
|
|
1789
1716
|
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1717
|
+
&__visible {
|
|
1718
|
+
opacity: 1;
|
|
1719
|
+
visibility: visible;
|
|
1720
|
+
}
|
|
1793
1721
|
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1722
|
+
&__removeBtn {
|
|
1723
|
+
margin-right: 13px;
|
|
1724
|
+
}
|
|
1725
|
+
}
|
|
1798
1726
|
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1727
|
+
&__close {
|
|
1728
|
+
cursor: pointer;
|
|
1729
|
+
font-size: 14px;
|
|
1730
|
+
color: $img-grey-color;
|
|
1731
|
+
line-height: 40px;
|
|
1732
|
+
}
|
|
1802
1733
|
}
|
|
1803
1734
|
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
padding-bottom: 6.25rem;
|
|
1735
|
+
&__container {
|
|
1736
|
+
padding: 0.75rem!important;
|
|
1737
|
+
display:flex;
|
|
1738
|
+
justify-content: center;
|
|
1739
|
+
align-items: center;
|
|
1740
|
+
background-color: $img-gray-background;
|
|
1741
|
+
margin: 0;
|
|
1742
|
+
transform: translateY(-16px);
|
|
1813
1743
|
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1744
|
+
&__toolsContainer {
|
|
1745
|
+
display: flex;
|
|
1746
|
+
justify-content: center;
|
|
1747
|
+
align-items: center;
|
|
1748
|
+
margin-bottom: 50px;
|
|
1818
1749
|
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
}
|
|
1825
|
-
}
|
|
1750
|
+
&__tool {
|
|
1751
|
+
color: $img-second-color;
|
|
1752
|
+
margin-right: 30px;
|
|
1753
|
+
text-align: center;
|
|
1754
|
+
cursor: pointer;
|
|
1826
1755
|
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1756
|
+
p {
|
|
1757
|
+
margin: 0!important;
|
|
1758
|
+
color: $img-main-text;
|
|
1759
|
+
font-size: rem(12);
|
|
1760
|
+
line-height: rem(14);
|
|
1761
|
+
}
|
|
1833
1762
|
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
background-color: $img-main-color;
|
|
1839
|
-
transition: background-color .3s ease;
|
|
1840
|
-
border: none;
|
|
1841
|
-
box-shadow: none;
|
|
1842
|
-
cursor: pointer;
|
|
1843
|
-
outline: none!important;
|
|
1763
|
+
i {
|
|
1764
|
+
font-size: rem(18);
|
|
1765
|
+
margin: 0 0 10px;
|
|
1766
|
+
}
|
|
1844
1767
|
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1768
|
+
&--button {
|
|
1769
|
+
background-color: $img-green-color;
|
|
1770
|
+
color: $img-white!important;
|
|
1771
|
+
padding: 10px;
|
|
1772
|
+
border-radius: 3px;
|
|
1773
|
+
transition: .3s ease;
|
|
1774
|
+
white-space: nowrap;
|
|
1775
|
+
display: flex;
|
|
1776
|
+
justify-content: center;
|
|
1777
|
+
align-items: center;
|
|
1778
|
+
position: absolute;
|
|
1779
|
+
top: 80px;
|
|
1780
|
+
left: 50%;
|
|
1781
|
+
transform: translateX(-50%);
|
|
1782
|
+
height: 35px;
|
|
1783
|
+
margin: 0;
|
|
1784
|
+
&:hover, &:focus {
|
|
1785
|
+
background-color: darken($img-green-color, 15%);
|
|
1786
|
+
color: $img-white!important;
|
|
1787
|
+
}
|
|
1788
|
+
p {
|
|
1789
|
+
color: $white!important;
|
|
1790
|
+
}
|
|
1791
|
+
i {
|
|
1792
|
+
margin: 0 5px 0 0;
|
|
1793
|
+
}
|
|
1794
|
+
}
|
|
1795
|
+
&:hover {
|
|
1796
|
+
color: $img-main-color;
|
|
1797
|
+
}
|
|
1848
1798
|
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1799
|
+
> * {
|
|
1800
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
1801
|
+
-webkit-user-select: none; /* Safari */
|
|
1802
|
+
-khtml-user-select: none; /* Konqueror HTML */
|
|
1803
|
+
-moz-user-select: none; /* Old versions of Firefox */
|
|
1804
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
1805
|
+
user-select: none; /* Non-prefixed version, currently
|
|
1806
|
+
supported by Chrome, Edge, Opera and Firefox */
|
|
1807
|
+
}
|
|
1808
|
+
}
|
|
1856
1809
|
|
|
1857
|
-
|
|
1858
|
-
|
|
1810
|
+
&__RotationDropdown {
|
|
1811
|
+
min-width: 16rem;
|
|
1812
|
+
}
|
|
1859
1813
|
}
|
|
1860
1814
|
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1815
|
+
&__name {
|
|
1816
|
+
font-size: 16px;
|
|
1817
|
+
max-width: 50%;
|
|
1818
|
+
color: $img-grey-color;
|
|
1819
|
+
text-align: center;
|
|
1820
|
+
white-space: nowrap;
|
|
1821
|
+
overflow: hidden;
|
|
1822
|
+
text-overflow: ellipsis;
|
|
1864
1823
|
}
|
|
1865
1824
|
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1825
|
+
.button {
|
|
1826
|
+
min-height: 35px;
|
|
1827
|
+
background-color: $img-primary-button;
|
|
1828
|
+
border-color: $img-primary-button-hover;
|
|
1829
|
+
color: #ffffff;
|
|
1870
1830
|
}
|
|
1871
|
-
}
|
|
1872
1831
|
}
|
|
1873
|
-
}
|
|
1874
|
-
}
|
|
1875
|
-
|
|
1876
|
-
.wz-img-manager__module .wz-block {
|
|
1877
|
-
background-color: #fff;
|
|
1878
|
-
box-shadow: 0 0.125rem 0.3125rem rgba(45,62,85,.1);
|
|
1879
|
-
padding: 0 0.575rem 0 1.075rem;
|
|
1880
1832
|
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
margin: 0 auto;
|
|
1833
|
+
&__image-cropper {
|
|
1834
|
+
--cropper-overlay-color: #f5f8fa;
|
|
1835
|
+
//--cropper-outline-color: #a5a5a573;
|
|
1836
|
+
padding-bottom: 30px;
|
|
1886
1837
|
}
|
|
1887
|
-
}
|
|
1888
1838
|
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1839
|
+
&__infoSection {
|
|
1840
|
+
font-size: 14px;
|
|
1841
|
+
max-width: 360px;
|
|
1842
|
+
padding: 0;
|
|
1843
|
+
margin: 0 rem(30) 0 0;
|
|
1892
1844
|
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1845
|
+
&__propertyEditable {
|
|
1846
|
+
margin-bottom: 31px;
|
|
1847
|
+
p {
|
|
1848
|
+
margin-bottom: 12px;
|
|
1849
|
+
font-size: 14px;
|
|
1850
|
+
}
|
|
1851
|
+
input, button {
|
|
1852
|
+
width: 100%;
|
|
1853
|
+
height: 40px;
|
|
1854
|
+
border: 1px solid #DEE2ED;
|
|
1855
|
+
border-radius: 3px;
|
|
1856
|
+
color: $img-main-text;
|
|
1857
|
+
padding-left: 20px;
|
|
1858
|
+
padding-right: 20px;
|
|
1859
|
+
display: flex;
|
|
1860
|
+
justify-content: space-between;
|
|
1861
|
+
font-size: 14px;
|
|
1896
1862
|
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
}.wz-img-manager .images-view {
|
|
1903
|
-
text-align: left;
|
|
1863
|
+
&:hover {
|
|
1864
|
+
color: $img-main-color;
|
|
1865
|
+
border-color: $img-main-color;
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1904
1868
|
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1869
|
+
button {
|
|
1870
|
+
align-items: center;
|
|
1871
|
+
background-color: transparent;
|
|
1872
|
+
cursor: pointer;
|
|
1873
|
+
}
|
|
1910
1874
|
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1875
|
+
&__span, &__input {
|
|
1876
|
+
text-overflow: ellipsis;
|
|
1877
|
+
overflow: hidden;
|
|
1878
|
+
white-space: nowrap;
|
|
1879
|
+
}
|
|
1915
1880
|
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1881
|
+
&__span {
|
|
1882
|
+
color: $img-bleu-color;
|
|
1883
|
+
& + i {
|
|
1884
|
+
color: $img-bleu-color;
|
|
1885
|
+
font-weight: 600;
|
|
1886
|
+
}
|
|
1887
|
+
}
|
|
1919
1888
|
}
|
|
1920
1889
|
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1890
|
+
&__property {
|
|
1891
|
+
&:nth-child(3), &:nth-child(4) {
|
|
1892
|
+
margin: 0;
|
|
1893
|
+
}
|
|
1894
|
+
p {
|
|
1895
|
+
font-size: 14px;
|
|
1896
|
+
display: inline-block;
|
|
1897
|
+
}
|
|
1924
1898
|
|
|
1925
|
-
|
|
1926
|
-
|
|
1899
|
+
.mainColor {
|
|
1900
|
+
margin: 0!important;
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
p:last-child {
|
|
1904
|
+
margin: 0 0 0 10px;
|
|
1905
|
+
color: #526384;
|
|
1906
|
+
}
|
|
1927
1907
|
}
|
|
1928
1908
|
|
|
1929
|
-
|
|
1930
|
-
|
|
1909
|
+
&__titleSEO {
|
|
1910
|
+
margin: 0 0 20px;
|
|
1911
|
+
|
|
1912
|
+
.mainColor {
|
|
1913
|
+
font-size: rem(18);
|
|
1914
|
+
font-weight: 500;
|
|
1915
|
+
}
|
|
1931
1916
|
}
|
|
1932
1917
|
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1918
|
+
&__propertySEO {
|
|
1919
|
+
margin-bottom: 12px;
|
|
1920
|
+
p {
|
|
1921
|
+
font-size: 14px;
|
|
1922
|
+
display: inline-block;
|
|
1923
|
+
margin: 0;
|
|
1939
1924
|
}
|
|
1940
|
-
|
|
1941
|
-
|
|
1925
|
+
|
|
1926
|
+
.mainColor {
|
|
1927
|
+
& ~ p {
|
|
1928
|
+
margin-left: 10px;
|
|
1929
|
+
color: $img-green-color;
|
|
1942
1930
|
}
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1943
1933
|
|
|
1934
|
+
&__divider {
|
|
1935
|
+
display: block;
|
|
1936
|
+
width: 100%;
|
|
1937
|
+
border-bottom: 2px dashed #EFF1F6;
|
|
1938
|
+
margin: 30px 0;
|
|
1944
1939
|
}
|
|
1945
1940
|
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1941
|
+
&__actions {
|
|
1942
|
+
height: 35px;
|
|
1943
|
+
|
|
1944
|
+
&__cancel {
|
|
1945
|
+
margin-right: 19px;
|
|
1946
|
+
background-color: white;
|
|
1947
|
+
border-color: #dbdbdb;
|
|
1948
|
+
color: $img-main-text;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
&__save {
|
|
1952
|
+
padding: 8px 18px;
|
|
1953
|
+
margin: 0!important;
|
|
1954
|
+
&--disable {
|
|
1955
|
+
cursor: not-allowed;
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1949
1958
|
}
|
|
1950
1959
|
}
|
|
1951
1960
|
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1961
|
+
.dropdown-menu {
|
|
1962
|
+
left: -50%;
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1956
1965
|
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
}
|
|
1963
|
-
}
|
|
1966
|
+
.wz-img-manager .marginBottom {
|
|
1967
|
+
margin-bottom: 20px;
|
|
1968
|
+
}
|
|
1969
|
+
//.wz-img-manager useful to keep the css priority
|
|
1970
|
+
.wz-img-manager .table-view {
|
|
1964
1971
|
|
|
1965
|
-
&--window {
|
|
1966
|
-
margin: rem(30) 0 rem(20);
|
|
1967
|
-
}
|
|
1968
1972
|
|
|
1969
|
-
|
|
1970
|
-
|
|
1973
|
+
&__row {
|
|
1974
|
+
td {
|
|
1975
|
+
vertical-align: middle;
|
|
1971
1976
|
}
|
|
1972
|
-
|
|
1973
|
-
&__boxAction {
|
|
1974
|
-
width: 525px;
|
|
1975
|
-
overflow: visible;
|
|
1977
|
+
&__container {
|
|
1976
1978
|
display: flex;
|
|
1977
|
-
position: relative;
|
|
1978
|
-
justify-content: flex-end;
|
|
1979
|
-
margin-right: 13px;
|
|
1980
|
-
height: 40px;
|
|
1981
1979
|
align-items: center;
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
&__confirmSup {
|
|
1985
|
-
display: flex;
|
|
1986
|
-
justify-content: space-between;
|
|
1987
|
-
align-items: center;
|
|
1988
|
-
border-left: solid 1px #d8d8d8;
|
|
1989
|
-
color: $img-grey-color;
|
|
1990
|
-
padding-left: 1rem;
|
|
1991
|
-
width: 0;
|
|
1992
|
-
position: absolute;
|
|
1993
|
-
opacity: 0;
|
|
1994
|
-
transition: 0s;
|
|
1995
|
-
visibility: hidden;
|
|
1996
|
-
z-index: 2;
|
|
1997
|
-
|
|
1998
|
-
&--visible {
|
|
1999
|
-
max-width: unset;
|
|
2000
|
-
width: auto;
|
|
2001
|
-
opacity: 1;
|
|
2002
|
-
transition: 0s;
|
|
2003
|
-
visibility: visible;
|
|
1980
|
+
width: 100%;
|
|
2004
1981
|
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
1982
|
+
&__imgContainer {
|
|
1983
|
+
margin-right: 20px;
|
|
1984
|
+
position: relative;
|
|
1985
|
+
display: block;
|
|
1986
|
+
min-width: 60px;
|
|
1987
|
+
cursor: pointer;
|
|
2013
1988
|
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
color: $img-main-text;
|
|
1989
|
+
&::before {
|
|
1990
|
+
content: '';
|
|
1991
|
+
display: block;
|
|
1992
|
+
padding-top: 100%;
|
|
2019
1993
|
}
|
|
2020
1994
|
|
|
2021
|
-
&
|
|
2022
|
-
|
|
1995
|
+
&__img {
|
|
1996
|
+
margin: 0!important;
|
|
2023
1997
|
position: absolute;
|
|
2024
|
-
|
|
2025
|
-
|
|
1998
|
+
top: 50%;
|
|
1999
|
+
left: 50%;
|
|
2000
|
+
max-width: 100%;
|
|
2001
|
+
max-height:100%;
|
|
2002
|
+
width: auto;
|
|
2003
|
+
height: auto;
|
|
2004
|
+
transform: translate(-50%, -50%);
|
|
2005
|
+
object-fit: contain;
|
|
2026
2006
|
}
|
|
2027
|
-
}
|
|
2028
2007
|
|
|
2029
|
-
|
|
2030
|
-
i {
|
|
2031
|
-
margin-right: 13px!important;
|
|
2032
|
-
}
|
|
2033
|
-
}
|
|
2008
|
+
&.imgSelected {
|
|
2034
2009
|
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2010
|
+
&:after {
|
|
2011
|
+
z-index: 1000;
|
|
2012
|
+
content: '';
|
|
2013
|
+
display: block;
|
|
2014
|
+
position: absolute;
|
|
2015
|
+
width: 100%;
|
|
2016
|
+
height: 4px;
|
|
2017
|
+
background-color: $img-main-color;
|
|
2018
|
+
bottom: 0;
|
|
2019
|
+
left: 0;
|
|
2020
|
+
transform: translateZ(0);
|
|
2021
|
+
}
|
|
2039
2022
|
}
|
|
2040
|
-
}
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
&__buttonBox {
|
|
2044
|
-
margin: 0;
|
|
2045
|
-
width: rem(40);
|
|
2046
|
-
height: rem(40);
|
|
2047
|
-
border: solid $img-light-white-color;
|
|
2048
|
-
border-width: 1px 0 1px 1px;
|
|
2049
2023
|
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
height: 40px;
|
|
2057
|
-
&:nth-child(2) {
|
|
2058
|
-
border: solid $img-light-white-color;
|
|
2059
|
-
border-width: 1px 1px 1px 0;
|
|
2060
|
-
transform: translateY(-1px);
|
|
2061
|
-
border-radius: 0 3px 3px 0;
|
|
2062
|
-
}
|
|
2063
|
-
div {
|
|
2064
|
-
height: 38px;
|
|
2065
|
-
margin: 0!important;
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2024
|
+
&__overlay {
|
|
2025
|
+
position: absolute;
|
|
2026
|
+
top: 25%;
|
|
2027
|
+
left: 25%;
|
|
2028
|
+
height: 100%;
|
|
2029
|
+
width: 100%;
|
|
2068
2030
|
|
|
2069
|
-
|
|
2070
|
-
|
|
2031
|
+
i {
|
|
2032
|
+
font-size: 30px;
|
|
2033
|
+
color: grey;
|
|
2034
|
+
}
|
|
2035
|
+
}
|
|
2071
2036
|
}
|
|
2072
2037
|
|
|
2073
|
-
|
|
2074
|
-
|
|
2038
|
+
&__name {
|
|
2039
|
+
display: inline-block;
|
|
2040
|
+
background-color: transparent;
|
|
2041
|
+
white-space: nowrap;
|
|
2042
|
+
overflow: hidden;
|
|
2043
|
+
text-overflow: ellipsis;
|
|
2044
|
+
color: $main-text;
|
|
2045
|
+
font-size: 14px;
|
|
2046
|
+
cursor: initial;
|
|
2075
2047
|
}
|
|
2076
2048
|
}
|
|
2049
|
+
}
|
|
2077
2050
|
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
margin-bottom: 30px;
|
|
2051
|
+
&__dropdown-options {
|
|
2052
|
+
&__label {
|
|
2053
|
+
&--disable {
|
|
2054
|
+
cursor: not-allowed;
|
|
2055
|
+
i {
|
|
2056
|
+
cursor: not-allowed;
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2087
2059
|
}
|
|
2088
2060
|
}
|
|
2061
|
+
}
|
|
2089
2062
|
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2063
|
+
.wz-img-manager .table-view .checked {
|
|
2064
|
+
color: $img-main-color;
|
|
2065
|
+
}
|
|
2093
2066
|
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
}
|
|
2067
|
+
.wz-img-manager .table-view .checked.disabled {
|
|
2068
|
+
color: grey;
|
|
2097
2069
|
}
|
|
2098
2070
|
|
|
2099
|
-
@media screen and (max-width: 768px) {
|
|
2100
|
-
.wz-img-manager .img-tabs__tabsFirst .img-tabs__tabsFirst__list .images-view__scroll {
|
|
2101
|
-
max-height: none!important;
|
|
2102
2071
|
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
min-width: 100%!important;
|
|
2106
|
-
width: 100%!important;
|
|
2107
|
-
}
|
|
2108
|
-
}
|
|
2072
|
+
.wz-img-manager .table-view .disabled {
|
|
2073
|
+
cursor: not-allowed;
|
|
2109
2074
|
}
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2075
|
+
|
|
2076
|
+
|
|
2077
|
+
.wz-img-manager .is-wizi-hoverable .dropdown-trigger:before {
|
|
2078
|
+
width: 5rem;
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
.table-view .wzImgMngInput {
|
|
2082
|
+
border-radius: 3px;
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
.table-view .wzImgMngInput:active.desabled, .table-view .wzImgMngInput:focus.desabled {
|
|
2086
|
+
border: solid transparent 1px;
|
|
2087
|
+
}
|
|
2088
|
+
|
|
2089
|
+
.wz-img-manager .table-view .dropdown-menu {
|
|
2090
|
+
left: -165px;
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
.grey {
|
|
2094
|
+
color: $img-grey-color;
|
|
2115
2095
|
}
|
|
2116
2096
|
// Warning: in webcomponent (for wizishop-com project) the following style are added by styles-handler.js script (hard-coded)
|
|
2117
2097
|
.wz-img-manager .img-selection {
|
|
@@ -2146,6 +2126,34 @@ image-cropper {
|
|
|
2146
2126
|
transition: opacity .3s ease .1s, transform .3s ease .1s, visibility 0s linear 0s;
|
|
2147
2127
|
}
|
|
2148
2128
|
}
|
|
2129
|
+
.delete-btn {
|
|
2130
|
+
position: absolute;
|
|
2131
|
+
top: 100%;
|
|
2132
|
+
left: 50%;
|
|
2133
|
+
transform: translateX(-50%) translateY(100%);
|
|
2134
|
+
opacity: 0;
|
|
2135
|
+
visibility: hidden;
|
|
2136
|
+
transition: opacity .3s ease, transform .3s ease, visibility 0s linear .31s;
|
|
2137
|
+
background-color: $img-red-color;
|
|
2138
|
+
color: $white;
|
|
2139
|
+
font-size: rem(13);
|
|
2140
|
+
height: rem(30);
|
|
2141
|
+
padding: 0 15px;
|
|
2142
|
+
line-height: rem(30);
|
|
2143
|
+
border-radius: 3px;
|
|
2144
|
+
font-weight: 600;
|
|
2145
|
+
}
|
|
2146
|
+
&:hover, &:focus {
|
|
2147
|
+
.delete-btn {
|
|
2148
|
+
opacity: 1;
|
|
2149
|
+
visibility: visible;
|
|
2150
|
+
transform: translateX(-50%) translateY(-40px);
|
|
2151
|
+
transition: opacity .3s ease .05s, transform .3s ease .05s, visibility 0s linear;
|
|
2152
|
+
&:hover, &:focus {
|
|
2153
|
+
background-color: darken($img-red-color, 15%);
|
|
2154
|
+
}
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2149
2157
|
}
|
|
2150
2158
|
|
|
2151
2159
|
.drag__tooltips {
|
|
@@ -2240,135 +2248,205 @@ image-cropper {
|
|
|
2240
2248
|
}
|
|
2241
2249
|
|
|
2242
2250
|
.trash {
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2251
|
+
display: none!important;
|
|
2252
|
+
}
|
|
2253
|
+
$default-color-p-alert: #1e5568;
|
|
2254
|
+
$success-color-p-alert: #11552e;
|
|
2255
|
+
$warning-color-p-alert: #3a0505;
|
|
2256
|
+
$primary-button: #e95656;
|
|
2257
|
+
$link-color: #52aecd;
|
|
2258
|
+
$green-color: #2ecc71;
|
|
2259
|
+
|
|
2260
|
+
.wz-alert {
|
|
2261
|
+
width: 100%;
|
|
2262
|
+
background-color: transparentize($link-color, 0.85);
|
|
2263
|
+
color: $link-color;
|
|
2264
|
+
border-radius: 3px;
|
|
2258
2265
|
display: flex;
|
|
2259
|
-
|
|
2260
|
-
justify-content:
|
|
2266
|
+
flex-wrap: nowrap;
|
|
2267
|
+
justify-content: space-between;
|
|
2268
|
+
padding: 20px;
|
|
2269
|
+
&.success {
|
|
2270
|
+
background-color: transparentize($green-color, 0.85);
|
|
2271
|
+
p {
|
|
2272
|
+
color: $success-color-p-alert;
|
|
2273
|
+
> * {
|
|
2274
|
+
color: $success-color-p-alert;
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
i {
|
|
2278
|
+
color: $green-color;
|
|
2279
|
+
}
|
|
2280
|
+
}
|
|
2281
|
+
&.warning {
|
|
2282
|
+
background-color: transparentize($primary-button, 0.85);
|
|
2283
|
+
p {
|
|
2284
|
+
color: $warning-color-p-alert;
|
|
2285
|
+
> * {
|
|
2286
|
+
color: $warning-color-p-alert;
|
|
2287
|
+
}
|
|
2288
|
+
}
|
|
2289
|
+
i {
|
|
2290
|
+
color: $primary-button;
|
|
2291
|
+
}
|
|
2292
|
+
}
|
|
2293
|
+
p {
|
|
2294
|
+
width: 100%;
|
|
2295
|
+
font-size: rem(14);
|
|
2296
|
+
line-height: rem(25);
|
|
2297
|
+
margin: 0;
|
|
2298
|
+
padding: 0;
|
|
2299
|
+
color: $default-color-p-alert;
|
|
2300
|
+
> * {
|
|
2301
|
+
color: $default-color-p-alert;
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
i {
|
|
2305
|
+
width: auto;
|
|
2306
|
+
margin: 0 10px 0 0;
|
|
2307
|
+
color: inherit;
|
|
2308
|
+
font-size: rem(14);
|
|
2309
|
+
line-height: rem(25);
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
.wz-img-manager {
|
|
2261
2313
|
|
|
2262
|
-
|
|
2263
|
-
|
|
2314
|
+
&__selectionHandler {
|
|
2315
|
+
margin-top: -50px;
|
|
2316
|
+
}
|
|
2317
|
+
|
|
2318
|
+
&__module {
|
|
2319
|
+
position: fixed;
|
|
2320
|
+
bottom: 0;
|
|
2321
|
+
left: 0;
|
|
2322
|
+
width: 100%;
|
|
2323
|
+
height: 0;
|
|
2324
|
+
transition: height .3s ease;
|
|
2325
|
+
z-index: 2147483647; // snackbar 10
|
|
2326
|
+
transform: translateZ(0);
|
|
2327
|
+
|
|
2328
|
+
&:before {
|
|
2329
|
+
content: '';
|
|
2330
|
+
display: block;
|
|
2331
|
+
position: absolute;
|
|
2332
|
+
top: 0;
|
|
2333
|
+
left: 0;
|
|
2334
|
+
width: 100%;
|
|
2335
|
+
height: 3px;
|
|
2336
|
+
background-color: $img-main-color;
|
|
2337
|
+
z-index: 999;
|
|
2264
2338
|
}
|
|
2265
2339
|
|
|
2266
|
-
|
|
2267
|
-
|
|
2340
|
+
&--closed {
|
|
2341
|
+
height: 0;
|
|
2268
2342
|
}
|
|
2269
2343
|
|
|
2270
|
-
|
|
2271
|
-
|
|
2344
|
+
// .wz-img-manager__module--small
|
|
2345
|
+
&--small {
|
|
2346
|
+
height: 320px;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
// .wz-img-manager__module--full
|
|
2350
|
+
&--full {
|
|
2351
|
+
height: calc(100vh - 50px);
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
// .wz-img-manager__module--window
|
|
2355
|
+
&--window {
|
|
2356
|
+
position: relative;
|
|
2357
|
+
width: auto;
|
|
2358
|
+
bottom: unset;
|
|
2359
|
+
left: unset;
|
|
2360
|
+
z-index: 29!important;
|
|
2361
|
+
height: auto!important;
|
|
2362
|
+
padding-bottom: 6.25rem;
|
|
2363
|
+
|
|
2364
|
+
&:before {
|
|
2365
|
+
content: none;
|
|
2366
|
+
height: 0px;
|
|
2367
|
+
}
|
|
2368
|
+
|
|
2369
|
+
// .wz-img-manager__module--edit
|
|
2370
|
+
&--edit {
|
|
2371
|
+
.wrapper-tabs {
|
|
2372
|
+
display: none;
|
|
2373
|
+
}
|
|
2374
|
+
}
|
|
2272
2375
|
}
|
|
2273
2376
|
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2377
|
+
// .wz-img-manager__module__header
|
|
2378
|
+
&__header {
|
|
2379
|
+
position: absolute;
|
|
2380
|
+
bottom: 100%;
|
|
2381
|
+
right: 30px;
|
|
2382
|
+
width: 101px;
|
|
2383
|
+
|
|
2384
|
+
// .wz-img-manager__module__header button
|
|
2385
|
+
button {
|
|
2386
|
+
width: 45px;
|
|
2387
|
+
height: 35px;
|
|
2388
|
+
background-color: $img-main-color;
|
|
2389
|
+
transition: background-color .3s ease;
|
|
2390
|
+
border: none;
|
|
2391
|
+
box-shadow: none;
|
|
2392
|
+
cursor: pointer;
|
|
2393
|
+
outline: none!important;
|
|
2394
|
+
|
|
2395
|
+
span {
|
|
2396
|
+
display: none;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
i {
|
|
2400
|
+
color: #fff;
|
|
2401
|
+
font-size: 20px;
|
|
2402
|
+
&:before {
|
|
2403
|
+
font-size: rem(20) !important;
|
|
2404
|
+
}
|
|
2405
|
+
}
|
|
2406
|
+
|
|
2407
|
+
&:hover, &:focus {
|
|
2408
|
+
background-color: darken($img-main-color, 15%);
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
// .wz-img-manager__module__header button:first-child
|
|
2412
|
+
&:first-child {
|
|
2413
|
+
border-radius: 3px 0 0 0;
|
|
2414
|
+
}
|
|
2277
2415
|
|
|
2278
|
-
|
|
2279
|
-
|
|
2416
|
+
// .wz-img-manager__module__header button:last-child
|
|
2417
|
+
&:last-child {
|
|
2418
|
+
margin: 0 0 0 1px;
|
|
2419
|
+
border-radius: 0 3px 0 0;
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2280
2422
|
}
|
|
2423
|
+
}
|
|
2281
2424
|
}
|
|
2282
2425
|
|
|
2283
|
-
.
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
0 3px 14px 2px rgba(255, 199, 199, 0.396);
|
|
2288
|
-
border: dashed 1px red;
|
|
2289
|
-
}
|
|
2290
|
-
$default-color-p-alert: #1e5568;
|
|
2291
|
-
$success-color-p-alert: #11552e;
|
|
2292
|
-
$warning-color-p-alert: #3a0505;
|
|
2293
|
-
$primary-button: #e95656;
|
|
2294
|
-
$link-color: #52aecd;
|
|
2295
|
-
$green-color: #2ecc71;
|
|
2426
|
+
.wz-img-manager__module .wz-block {
|
|
2427
|
+
background-color: #fff;
|
|
2428
|
+
box-shadow: 0 0.125rem 0.3125rem rgba(45,62,85,.1);
|
|
2429
|
+
padding: 0 0.575rem 0 1.075rem;
|
|
2296
2430
|
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
display: flex;
|
|
2303
|
-
flex-wrap: nowrap;
|
|
2304
|
-
justify-content: space-between;
|
|
2305
|
-
padding: 20px;
|
|
2306
|
-
&.success {
|
|
2307
|
-
background-color: transparentize($green-color, 0.85);
|
|
2308
|
-
p {
|
|
2309
|
-
color: $success-color-p-alert;
|
|
2310
|
-
> * {
|
|
2311
|
-
color: $success-color-p-alert;
|
|
2312
|
-
}
|
|
2313
|
-
}
|
|
2314
|
-
i {
|
|
2315
|
-
color: $green-color;
|
|
2316
|
-
}
|
|
2317
|
-
}
|
|
2318
|
-
&.warning {
|
|
2319
|
-
background-color: transparentize($primary-button, 0.85);
|
|
2320
|
-
p {
|
|
2321
|
-
color: $warning-color-p-alert;
|
|
2322
|
-
> * {
|
|
2323
|
-
color: $warning-color-p-alert;
|
|
2324
|
-
}
|
|
2325
|
-
}
|
|
2326
|
-
i {
|
|
2327
|
-
color: $primary-button;
|
|
2328
|
-
}
|
|
2329
|
-
}
|
|
2330
|
-
p {
|
|
2331
|
-
width: 100%;
|
|
2332
|
-
font-size: rem(14);
|
|
2333
|
-
line-height: rem(25);
|
|
2334
|
-
margin: 0;
|
|
2335
|
-
padding: 0;
|
|
2336
|
-
color: $default-color-p-alert;
|
|
2337
|
-
> * {
|
|
2338
|
-
color: $default-color-p-alert;
|
|
2431
|
+
&--window {
|
|
2432
|
+
padding: rem(30);
|
|
2433
|
+
overflow: hidden;
|
|
2434
|
+
max-width: 1450px;
|
|
2435
|
+
margin: 0 auto;
|
|
2339
2436
|
}
|
|
2340
|
-
}
|
|
2341
|
-
i {
|
|
2342
|
-
width: auto;
|
|
2343
|
-
margin: 0 10px 0 0;
|
|
2344
|
-
color: inherit;
|
|
2345
|
-
font-size: rem(14);
|
|
2346
|
-
line-height: rem(25);
|
|
2347
|
-
}
|
|
2348
2437
|
}
|
|
2349
|
-
$green: $really-bad-bad-bad-green !default;
|
|
2350
|
-
$primary: $primary-button !default;
|
|
2351
|
-
$light: $img-placeholder !default;
|
|
2352
|
-
$info: $wizishop-blue !default;
|
|
2353
|
-
$danger: $img-red-color !default;
|
|
2354
|
-
$dark: $img-dark !default;
|
|
2355
2438
|
|
|
2356
|
-
|
|
2357
|
-
|
|
2439
|
+
.wz-img-manager__module .wz-block:hover {
|
|
2440
|
+
box-shadow: 0 0.125rem 0.3125rem rgba(45, 62, 85, 0.2);
|
|
2441
|
+
}
|
|
2358
2442
|
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
$button-active-color: white !default;
|
|
2363
|
-
$button-background-color: $primary !default;
|
|
2364
|
-
$button-disabled-background-color: $primary !default;
|
|
2365
|
-
$button-border-color: $primary-button-hover !default;
|
|
2366
|
-
$button-hover-border-color: $primary-button-hover !default;
|
|
2367
|
-
$button-active-border-color: $primary-button-hover !default;
|
|
2368
|
-
$button-focus-border-color: $primary-button-hover !default;
|
|
2369
|
-
$button-disabled-border-color: $primary-button-hover !default;
|
|
2443
|
+
.nwb-snack-bar .notification {
|
|
2444
|
+
z-index: 10002!important;
|
|
2445
|
+
}
|
|
2370
2446
|
|
|
2371
|
-
|
|
2447
|
+
.nwb-snack-bar .column {
|
|
2448
|
+
box-sizing: border-box;
|
|
2449
|
+
}
|
|
2372
2450
|
.wz-img-manager .is-checkradio[type='checkbox'] {
|
|
2373
2451
|
outline: 0 !important;
|
|
2374
2452
|
& + label {
|
|
@@ -2696,6 +2774,7 @@ $tag-radius: rem(20px)!default;
|
|
|
2696
2774
|
.wz-img-manager .canva.dropdown {
|
|
2697
2775
|
z-index: 9999;
|
|
2698
2776
|
.dropdown-menu {
|
|
2777
|
+
display: none!important;
|
|
2699
2778
|
margin-top: 10px!important;
|
|
2700
2779
|
&:before {
|
|
2701
2780
|
content: '';
|
|
@@ -2708,12 +2787,8 @@ $tag-radius: rem(20px)!default;
|
|
|
2708
2787
|
}
|
|
2709
2788
|
}
|
|
2710
2789
|
|
|
2711
|
-
.dropdown-menu:hover {
|
|
2712
|
-
display: block;
|
|
2713
|
-
}
|
|
2714
|
-
|
|
2715
2790
|
.displayDropDownMenu {
|
|
2716
|
-
display: block;
|
|
2791
|
+
display: block!important;
|
|
2717
2792
|
}
|
|
2718
2793
|
|
|
2719
2794
|
.dropdown-menu.dropDownShadow {
|
|
@@ -3217,308 +3292,213 @@ $tag-radius: rem(20px)!default;
|
|
|
3217
3292
|
|
|
3218
3293
|
.dropdownWizi:not(.is-hoverable) {
|
|
3219
3294
|
cursor: not-allowed;
|
|
3220
|
-
}.wz-img-manager .
|
|
3295
|
+
}.wz-img-manager .images-view {
|
|
3296
|
+
text-align: left;
|
|
3297
|
+
|
|
3298
|
+
&.fullSize {
|
|
3299
|
+
& + .images-view__scroll {
|
|
3300
|
+
max-height: 1160px;
|
|
3301
|
+
}
|
|
3302
|
+
}
|
|
3303
|
+
|
|
3221
3304
|
&__scroll {
|
|
3222
3305
|
position: relative;
|
|
3223
3306
|
height: 100%;
|
|
3307
|
+
z-index: 1;
|
|
3224
3308
|
|
|
3225
3309
|
&--full {
|
|
3226
|
-
max-height: calc(100vh -
|
|
3227
|
-
min-height: calc(100vh -
|
|
3310
|
+
max-height: calc(100vh - 160px)!important;
|
|
3311
|
+
min-height: calc(100vh - 160px) !important;
|
|
3228
3312
|
}
|
|
3229
3313
|
|
|
3230
3314
|
&--smallDisplay {
|
|
3231
3315
|
max-height: 275px!important;
|
|
3232
3316
|
}
|
|
3233
3317
|
|
|
3234
|
-
&--
|
|
3235
|
-
max-height:
|
|
3236
|
-
}
|
|
3237
|
-
|
|
3238
|
-
.ng-scroll-content {
|
|
3239
|
-
margin-left: 0 !important;
|
|
3240
|
-
margin-right: 0 !important;
|
|
3241
|
-
min-width: calc(100% - 1rem) !important;
|
|
3242
|
-
width: calc(100% - 1rem) !important;
|
|
3243
|
-
}
|
|
3244
|
-
}
|
|
3245
|
-
|
|
3246
|
-
.columns {
|
|
3247
|
-
margin-right: 0.8rem;
|
|
3248
|
-
margin-left: rem(12);
|
|
3249
|
-
margin-top: 12px;
|
|
3250
|
-
margin-bottom: 0;
|
|
3251
|
-
width: calc(100% + 11px);
|
|
3252
|
-
|
|
3253
|
-
.column {
|
|
3254
|
-
padding-top: 0;
|
|
3255
|
-
padding-bottom: 0px;
|
|
3256
|
-
}
|
|
3257
|
-
}
|
|
3258
|
-
|
|
3259
|
-
&__head-container {
|
|
3260
|
-
display: flex;
|
|
3261
|
-
justify-content: flex-end;
|
|
3262
|
-
align-items: center;
|
|
3263
|
-
margin: 30px 30px 20px 0;
|
|
3264
|
-
|
|
3265
|
-
&__btnGroup {
|
|
3266
|
-
margin-right: 13px;
|
|
3267
|
-
opacity: 0;
|
|
3268
|
-
visibility: hidden;
|
|
3269
|
-
transition: opacity .3s ease-in-out;
|
|
3270
|
-
|
|
3271
|
-
&__visible {
|
|
3272
|
-
opacity: 1;
|
|
3273
|
-
visibility: visible;
|
|
3274
|
-
}
|
|
3275
|
-
|
|
3276
|
-
&__removeBtn {
|
|
3277
|
-
margin-right: 13px;
|
|
3278
|
-
}
|
|
3318
|
+
&--smallUploadDisplay {
|
|
3319
|
+
max-height: 230px!important;
|
|
3279
3320
|
}
|
|
3280
3321
|
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
font-size: 14px;
|
|
3284
|
-
color: $img-grey-color;
|
|
3285
|
-
line-height: 40px;
|
|
3322
|
+
&--window {
|
|
3323
|
+
max-height: unset!important;
|
|
3286
3324
|
}
|
|
3287
|
-
}
|
|
3288
|
-
|
|
3289
|
-
&__container {
|
|
3290
|
-
padding: 0.75rem!important;
|
|
3291
|
-
display:flex;
|
|
3292
|
-
justify-content: center;
|
|
3293
|
-
align-items: center;
|
|
3294
|
-
background-color: $img-gray-background;
|
|
3295
|
-
margin: 0;
|
|
3296
|
-
transform: translateY(-16px);
|
|
3297
|
-
|
|
3298
|
-
&__toolsContainer {
|
|
3299
|
-
display: flex;
|
|
3300
|
-
justify-content: center;
|
|
3301
|
-
align-items: center;
|
|
3302
|
-
margin-bottom: 50px;
|
|
3303
|
-
|
|
3304
|
-
&__tool {
|
|
3305
|
-
color: $img-second-color;
|
|
3306
|
-
margin-right: 30px;
|
|
3307
|
-
text-align: center;
|
|
3308
|
-
cursor: pointer;
|
|
3309
|
-
|
|
3310
|
-
p {
|
|
3311
|
-
margin: 0!important;
|
|
3312
|
-
color: $img-main-text;
|
|
3313
|
-
font-size: rem(12);
|
|
3314
|
-
line-height: rem(14);
|
|
3315
|
-
}
|
|
3316
|
-
|
|
3317
|
-
i {
|
|
3318
|
-
font-size: rem(18);
|
|
3319
|
-
margin: 0 0 10px;
|
|
3320
|
-
}
|
|
3321
|
-
|
|
3322
|
-
&--button {
|
|
3323
|
-
background-color: $img-green-color;
|
|
3324
|
-
color: $img-white!important;
|
|
3325
|
-
padding: 10px;
|
|
3326
|
-
border-radius: 3px;
|
|
3327
|
-
transition: .3s ease;
|
|
3328
|
-
white-space: nowrap;
|
|
3329
|
-
display: flex;
|
|
3330
|
-
justify-content: center;
|
|
3331
|
-
align-items: center;
|
|
3332
|
-
position: absolute;
|
|
3333
|
-
top: 80px;
|
|
3334
|
-
left: 50%;
|
|
3335
|
-
transform: translateX(-50%);
|
|
3336
|
-
height: 35px;
|
|
3337
|
-
margin: 0;
|
|
3338
|
-
&:hover, &:focus {
|
|
3339
|
-
background-color: darken($img-green-color, 15%);
|
|
3340
|
-
color: $img-white!important;
|
|
3341
|
-
}
|
|
3342
|
-
p {
|
|
3343
|
-
color: $white!important;
|
|
3344
|
-
}
|
|
3345
|
-
i {
|
|
3346
|
-
margin: 0 5px 0 0;
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
&:hover {
|
|
3350
|
-
color: $img-main-color;
|
|
3351
|
-
}
|
|
3352
3325
|
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
-
|
|
3358
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
3359
|
-
user-select: none; /* Non-prefixed version, currently
|
|
3360
|
-
supported by Chrome, Edge, Opera and Firefox */
|
|
3326
|
+
&--hide {
|
|
3327
|
+
&--mosaic {
|
|
3328
|
+
min-height: 100px !important;
|
|
3329
|
+
&--small {
|
|
3330
|
+
min-height: unset !important;
|
|
3361
3331
|
}
|
|
3362
3332
|
}
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
min-width: 16rem;
|
|
3333
|
+
&--table {
|
|
3334
|
+
min-height: 170px !important;
|
|
3366
3335
|
}
|
|
3367
|
-
}
|
|
3368
3336
|
|
|
3369
|
-
&__name {
|
|
3370
|
-
font-size: 16px;
|
|
3371
|
-
max-width: 50%;
|
|
3372
|
-
color: $img-grey-color;
|
|
3373
|
-
text-align: center;
|
|
3374
|
-
white-space: nowrap;
|
|
3375
|
-
overflow: hidden;
|
|
3376
|
-
text-overflow: ellipsis;
|
|
3377
3337
|
}
|
|
3378
3338
|
|
|
3379
|
-
.
|
|
3380
|
-
min-
|
|
3381
|
-
|
|
3382
|
-
border-color: $img-primary-button-hover;
|
|
3383
|
-
color: #ffffff;
|
|
3339
|
+
.ng-scroll-content {
|
|
3340
|
+
min-width: calc(100% - 1rem) !important;
|
|
3341
|
+
width: calc(100% - 1rem) !important;
|
|
3384
3342
|
}
|
|
3385
3343
|
}
|
|
3386
3344
|
|
|
3387
|
-
&
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
}
|
|
3345
|
+
&__container {
|
|
3346
|
+
display: flex;
|
|
3347
|
+
justify-content: space-between;
|
|
3348
|
+
margin: 0 0 rem(20);
|
|
3392
3349
|
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3350
|
+
> div {
|
|
3351
|
+
display: flex;
|
|
3352
|
+
align-items: center;
|
|
3353
|
+
.mainColor {
|
|
3354
|
+
margin: 0;
|
|
3355
|
+
}
|
|
3356
|
+
}
|
|
3398
3357
|
|
|
3399
|
-
|
|
3400
|
-
margin
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3358
|
+
&--window {
|
|
3359
|
+
margin: rem(30) 0 rem(20);
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
|
+
&--uploadTab {
|
|
3363
|
+
margin: 0 0 rem(20);
|
|
3364
|
+
}
|
|
3365
|
+
|
|
3366
|
+
&__boxAction {
|
|
3367
|
+
width: 525px;
|
|
3368
|
+
overflow: visible;
|
|
3369
|
+
display: flex;
|
|
3370
|
+
position: relative;
|
|
3371
|
+
justify-content: flex-end;
|
|
3372
|
+
margin-right: 13px;
|
|
3373
|
+
height: 40px;
|
|
3374
|
+
align-items: center;
|
|
3375
|
+
transform: translate(-41px,-3px);
|
|
3376
|
+
|
|
3377
|
+
&__confirmSup {
|
|
3413
3378
|
display: flex;
|
|
3414
3379
|
justify-content: space-between;
|
|
3415
|
-
|
|
3380
|
+
align-items: center;
|
|
3381
|
+
border-left: solid 1px #d8d8d8;
|
|
3382
|
+
color: $img-grey-color;
|
|
3383
|
+
padding-left: 1rem;
|
|
3384
|
+
width: 0;
|
|
3385
|
+
position: absolute;
|
|
3386
|
+
opacity: 0;
|
|
3387
|
+
transition: 0s;
|
|
3388
|
+
visibility: hidden;
|
|
3389
|
+
z-index: 2;
|
|
3416
3390
|
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
|
|
3391
|
+
&--visible {
|
|
3392
|
+
max-width: unset;
|
|
3393
|
+
width: auto;
|
|
3394
|
+
opacity: 1;
|
|
3395
|
+
transition: 0s;
|
|
3396
|
+
visibility: visible;
|
|
3397
|
+
|
|
3398
|
+
p {
|
|
3399
|
+
transition: left .3s ease-in-out;
|
|
3400
|
+
right: 100%;
|
|
3401
|
+
left: auto;
|
|
3402
|
+
white-space: nowrap;
|
|
3403
|
+
margin-right: 30px;
|
|
3404
|
+
}
|
|
3420
3405
|
}
|
|
3421
|
-
}
|
|
3422
3406
|
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3407
|
+
&__cancel {
|
|
3408
|
+
margin-right: 14px;
|
|
3409
|
+
background-color: white;
|
|
3410
|
+
border-color: #dbdbdb;
|
|
3411
|
+
color: $img-main-text;
|
|
3412
|
+
}
|
|
3413
|
+
|
|
3414
|
+
&__text {
|
|
3415
|
+
font-size: 14px;
|
|
3416
|
+
position: absolute;
|
|
3417
|
+
left: -126%;
|
|
3418
|
+
transition: font-size .3s ease-in-out, left .3s ease-in-out;
|
|
3419
|
+
}
|
|
3427
3420
|
}
|
|
3428
3421
|
|
|
3429
|
-
&
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
|
|
3422
|
+
&__delBtn {
|
|
3423
|
+
i {
|
|
3424
|
+
margin-right: 13px!important;
|
|
3425
|
+
}
|
|
3433
3426
|
}
|
|
3434
3427
|
|
|
3435
|
-
&
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
}
|
|
3428
|
+
&__import {
|
|
3429
|
+
margin-right: 13px;
|
|
3430
|
+
i {
|
|
3431
|
+
margin-right: 13px!important;
|
|
3432
|
+
}
|
|
3441
3433
|
}
|
|
3442
3434
|
}
|
|
3443
3435
|
|
|
3444
|
-
&
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
display: inline-block;
|
|
3451
|
-
}
|
|
3436
|
+
&__buttonBox {
|
|
3437
|
+
margin: 0;
|
|
3438
|
+
width: rem(40);
|
|
3439
|
+
height: rem(40);
|
|
3440
|
+
border: solid $img-light-white-color;
|
|
3441
|
+
border-width: 1px 0 1px 1px;
|
|
3452
3442
|
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
}
|
|
3443
|
+
border-radius: 3px 0 0 3px;
|
|
3444
|
+
outline: none!important;
|
|
3456
3445
|
|
|
3457
|
-
|
|
3458
|
-
margin: 0
|
|
3459
|
-
|
|
3446
|
+
> div {
|
|
3447
|
+
margin-top: 0;
|
|
3448
|
+
margin-bottom: 0;
|
|
3449
|
+
height: 40px;
|
|
3450
|
+
&:nth-child(2) {
|
|
3451
|
+
border: solid $img-light-white-color;
|
|
3452
|
+
border-width: 1px 1px 1px 0;
|
|
3453
|
+
transform: translateY(-1px);
|
|
3454
|
+
border-radius: 0 3px 3px 0;
|
|
3455
|
+
}
|
|
3456
|
+
div {
|
|
3457
|
+
height: 38px;
|
|
3458
|
+
margin: 0!important;
|
|
3459
|
+
}
|
|
3460
3460
|
}
|
|
3461
|
-
}
|
|
3462
|
-
|
|
3463
|
-
&__titleSEO {
|
|
3464
|
-
margin: 0 0 20px;
|
|
3465
3461
|
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
font-weight: 500;
|
|
3469
|
-
}
|
|
3470
|
-
}
|
|
3471
|
-
|
|
3472
|
-
&__propertySEO {
|
|
3473
|
-
margin-bottom: 12px;
|
|
3474
|
-
p {
|
|
3475
|
-
font-size: 14px;
|
|
3476
|
-
display: inline-block;
|
|
3477
|
-
margin: 0;
|
|
3462
|
+
.actifDisplayed {
|
|
3463
|
+
color:$img-main-color;
|
|
3478
3464
|
}
|
|
3479
3465
|
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
margin-left: 10px;
|
|
3483
|
-
color: $img-green-color;
|
|
3466
|
+
i {
|
|
3467
|
+
margin: 0;
|
|
3484
3468
|
}
|
|
3485
|
-
}
|
|
3486
3469
|
}
|
|
3487
3470
|
|
|
3488
|
-
&
|
|
3489
|
-
display:
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3471
|
+
&__cards {
|
|
3472
|
+
display: flex;
|
|
3473
|
+
justify-content: space-between;
|
|
3474
|
+
flex-wrap: wrap;
|
|
3475
|
+
align-items: center;
|
|
3476
|
+
padding-top: 30px;
|
|
3477
|
+
margin-right: calc(0.8rem - 20px);
|
|
3478
|
+
margin-left: 0.3rem;
|
|
3479
|
+
margin-bottom: 30px;
|
|
3493
3480
|
}
|
|
3481
|
+
}
|
|
3494
3482
|
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
&__cancel {
|
|
3499
|
-
margin-right: 19px;
|
|
3500
|
-
background-color: white;
|
|
3501
|
-
border-color: #dbdbdb;
|
|
3502
|
-
color: $img-main-text;
|
|
3503
|
-
}
|
|
3504
|
-
|
|
3505
|
-
&__save {
|
|
3506
|
-
padding: 8px 18px;
|
|
3507
|
-
margin: 0!important;
|
|
3508
|
-
&--disable {
|
|
3509
|
-
cursor: not-allowed;
|
|
3510
|
-
}
|
|
3511
|
-
}
|
|
3512
|
-
}
|
|
3483
|
+
&--pexels {
|
|
3484
|
+
margin-top: -30px;
|
|
3513
3485
|
}
|
|
3514
3486
|
|
|
3515
|
-
.
|
|
3516
|
-
|
|
3487
|
+
.subHeaderActions .button i {
|
|
3488
|
+
margin-right: 0;
|
|
3517
3489
|
}
|
|
3518
3490
|
}
|
|
3519
3491
|
|
|
3520
|
-
|
|
3521
|
-
|
|
3492
|
+
@media screen and (max-width: 768px) {
|
|
3493
|
+
.wz-img-manager .img-tabs__tabsFirst .img-tabs__tabsFirst__list .images-view__scroll {
|
|
3494
|
+
max-height: none!important;
|
|
3495
|
+
|
|
3496
|
+
.ng-scroll-content {
|
|
3497
|
+
margin: 0 !important;
|
|
3498
|
+
min-width: 100%!important;
|
|
3499
|
+
width: 100%!important;
|
|
3500
|
+
}
|
|
3501
|
+
}
|
|
3522
3502
|
}
|
|
3523
3503
|
//.wz-img-manager useful to keep the css priority
|
|
3524
3504
|
.wz-img-manager .upload-list {
|