@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.
@@ -1053,169 +1053,9 @@ $base-font: 'Work Sans', helvetica !default;@mixin simple_transition($type: null
1053
1053
  }
1054
1054
  }
1055
1055
  }
1056
- .mosaic {
1057
- width: 100%;
1058
- display: flex;
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
- //.wz-img-manager useful to keep the css priority
1636
- .wz-img-manager .table-view {
1637
-
1638
-
1639
- &__row {
1640
- td {
1641
- vertical-align: middle;
1642
- }
1643
- &__container {
1644
- display: flex;
1645
- align-items: center;
1646
- width: 100%;
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
- &__img {
1662
- margin: 0!important;
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
- &.imgSelected {
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
- &:after {
1677
- z-index: 1000;
1678
- content: '';
1679
- display: block;
1680
- position: absolute;
1681
- width: 100%;
1682
- height: 4px;
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
- &__overlay {
1691
- position: absolute;
1692
- top: 25%;
1693
- left: 25%;
1694
- height: 100%;
1695
- width: 100%;
1511
+ &--displayPexelsImg {
1512
+ min-height: unset;
1513
+ }
1696
1514
 
1697
- i {
1698
- font-size: 30px;
1699
- color: grey;
1700
- }
1701
- }
1702
- }
1703
-
1704
- &__name {
1705
- display: inline-block;
1706
- background-color: transparent;
1707
- white-space: nowrap;
1708
- overflow: hidden;
1709
- text-overflow: ellipsis;
1710
- color: $main-text;
1711
- font-size: 14px;
1712
- cursor: initial;
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
- &__dropdown-options {
1718
- &__label {
1719
- &--disable {
1720
- cursor: not-allowed;
1721
- i {
1722
- cursor: not-allowed;
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
- .wz-img-manager .table-view .checked {
1730
- color: $img-main-color;
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
- .table-view .wzImgMngInput {
1748
- border-radius: 3px;
1749
- }
1676
+ &--smallDisplay {
1677
+ max-height: 275px!important;
1678
+ }
1750
1679
 
1751
- .table-view .wzImgMngInput:active.desabled, .table-view .wzImgMngInput:focus.desabled {
1752
- border: solid transparent 1px;
1753
- }
1680
+ &--window {
1681
+ max-height: none;
1682
+ }
1754
1683
 
1755
- .wz-img-manager .table-view .dropdown-menu {
1756
- left: -165px;
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
- .grey {
1760
- color: $img-grey-color;
1761
- }
1762
- .wz-img-manager {
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
- &__selectionHandler {
1765
- margin-top: -50px;
1766
- }
1699
+ .column {
1700
+ padding-top: 0;
1701
+ padding-bottom: 0px;
1702
+ }
1703
+ }
1767
1704
 
1768
- &__module {
1769
- position: fixed;
1770
- bottom: 0;
1771
- left: 0;
1772
- width: 100%;
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
- &:before {
1779
- content: '';
1780
- display: block;
1781
- position: absolute;
1782
- top: 0;
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
- &--closed {
1791
- height: 0;
1792
- }
1717
+ &__visible {
1718
+ opacity: 1;
1719
+ visibility: visible;
1720
+ }
1793
1721
 
1794
- // .wz-img-manager__module--small
1795
- &--small {
1796
- height: 320px;
1797
- }
1722
+ &__removeBtn {
1723
+ margin-right: 13px;
1724
+ }
1725
+ }
1798
1726
 
1799
- // .wz-img-manager__module--full
1800
- &--full {
1801
- height: calc(100vh - 50px);
1727
+ &__close {
1728
+ cursor: pointer;
1729
+ font-size: 14px;
1730
+ color: $img-grey-color;
1731
+ line-height: 40px;
1732
+ }
1802
1733
  }
1803
1734
 
1804
- // .wz-img-manager__module--window
1805
- &--window {
1806
- position: relative;
1807
- width: auto;
1808
- bottom: unset;
1809
- left: unset;
1810
- z-index: 29!important;
1811
- height: auto!important;
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
- &:before {
1815
- content: none;
1816
- height: 0px;
1817
- }
1744
+ &__toolsContainer {
1745
+ display: flex;
1746
+ justify-content: center;
1747
+ align-items: center;
1748
+ margin-bottom: 50px;
1818
1749
 
1819
- // .wz-img-manager__module--edit
1820
- &--edit {
1821
- .wrapper-tabs {
1822
- display: none;
1823
- }
1824
- }
1825
- }
1750
+ &__tool {
1751
+ color: $img-second-color;
1752
+ margin-right: 30px;
1753
+ text-align: center;
1754
+ cursor: pointer;
1826
1755
 
1827
- // .wz-img-manager__module__header
1828
- &__header {
1829
- position: absolute;
1830
- bottom: 100%;
1831
- right: 30px;
1832
- width: 101px;
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
- // .wz-img-manager__module__header button
1835
- button {
1836
- width: 45px;
1837
- height: 35px;
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
- span {
1846
- display: none;
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
- i {
1850
- color: #fff;
1851
- font-size: 20px;
1852
- &:before {
1853
- font-size: rem(20) !important;
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
- &:hover, &:focus {
1858
- background-color: darken($img-main-color, 15%);
1810
+ &__RotationDropdown {
1811
+ min-width: 16rem;
1812
+ }
1859
1813
  }
1860
1814
 
1861
- // .wz-img-manager__module__header button:first-child
1862
- &:first-child {
1863
- border-radius: 3px 0 0 0;
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
- // .wz-img-manager__module__header button:last-child
1867
- &:last-child {
1868
- margin: 0 0 0 1px;
1869
- border-radius: 0 3px 0 0;
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
- &--window {
1882
- padding: rem(30);
1883
- overflow: hidden;
1884
- max-width: 1450px;
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
- .wz-img-manager__module .wz-block:hover {
1890
- box-shadow: 0 0.125rem 0.3125rem rgba(45, 62, 85, 0.2);
1891
- }
1839
+ &__infoSection {
1840
+ font-size: 14px;
1841
+ max-width: 360px;
1842
+ padding: 0;
1843
+ margin: 0 rem(30) 0 0;
1892
1844
 
1893
- .nwb-snack-bar .notification {
1894
- z-index: 10002!important;
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
- .nwb-snack-bar .column {
1898
- box-sizing: border-box;
1899
- }
1900
- image-cropper {
1901
- max-height: 60vh;
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
- &.fullSize {
1906
- & + .images-view__scroll {
1907
- max-height: 1160px;
1908
- }
1909
- }
1869
+ button {
1870
+ align-items: center;
1871
+ background-color: transparent;
1872
+ cursor: pointer;
1873
+ }
1910
1874
 
1911
- &__scroll {
1912
- position: relative;
1913
- height: 100%;
1914
- z-index: 1;
1875
+ &__span, &__input {
1876
+ text-overflow: ellipsis;
1877
+ overflow: hidden;
1878
+ white-space: nowrap;
1879
+ }
1915
1880
 
1916
- &--full {
1917
- max-height: calc(100vh - 160px)!important;
1918
- min-height: calc(100vh - 160px) !important;
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
- &--smallDisplay {
1922
- max-height: 275px!important;
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
- &--smallUploadDisplay {
1926
- max-height: 230px!important;
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
- &--window {
1930
- max-height: unset!important;
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
- &--hide {
1934
- &--mosaic {
1935
- min-height: 100px !important;
1936
- &--small {
1937
- min-height: unset !important;
1938
- }
1918
+ &__propertySEO {
1919
+ margin-bottom: 12px;
1920
+ p {
1921
+ font-size: 14px;
1922
+ display: inline-block;
1923
+ margin: 0;
1939
1924
  }
1940
- &--table {
1941
- min-height: 170px !important;
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
- .ng-scroll-content {
1947
- min-width: calc(100% - 1rem) !important;
1948
- width: calc(100% - 1rem) !important;
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
- &__container {
1953
- display: flex;
1954
- justify-content: space-between;
1955
- margin: 0 0 rem(20);
1961
+ .dropdown-menu {
1962
+ left: -50%;
1963
+ }
1964
+ }
1956
1965
 
1957
- > div {
1958
- display: flex;
1959
- align-items: center;
1960
- .mainColor {
1961
- margin: 0;
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
- &--uploadTab {
1970
- margin: 0 0 rem(20);
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
- transform: translate(-41px,-3px);
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
- p {
2006
- transition: left .3s ease-in-out;
2007
- right: 100%;
2008
- left: auto;
2009
- white-space: nowrap;
2010
- margin-right: 30px;
2011
- }
2012
- }
1982
+ &__imgContainer {
1983
+ margin-right: 20px;
1984
+ position: relative;
1985
+ display: block;
1986
+ min-width: 60px;
1987
+ cursor: pointer;
2013
1988
 
2014
- &__cancel {
2015
- margin-right: 14px;
2016
- background-color: white;
2017
- border-color: #dbdbdb;
2018
- color: $img-main-text;
1989
+ &::before {
1990
+ content: '';
1991
+ display: block;
1992
+ padding-top: 100%;
2019
1993
  }
2020
1994
 
2021
- &__text {
2022
- font-size: 14px;
1995
+ &__img {
1996
+ margin: 0!important;
2023
1997
  position: absolute;
2024
- left: -126%;
2025
- transition: font-size .3s ease-in-out, left .3s ease-in-out;
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
- &__delBtn {
2030
- i {
2031
- margin-right: 13px!important;
2032
- }
2033
- }
2008
+ &.imgSelected {
2034
2009
 
2035
- &__import {
2036
- margin-right: 13px;
2037
- i {
2038
- margin-right: 13px!important;
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
- border-radius: 3px 0 0 3px;
2051
- outline: none!important;
2052
-
2053
- > div {
2054
- margin-top: 0;
2055
- margin-bottom: 0;
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
- .actifDisplayed {
2070
- color:$img-main-color;
2031
+ i {
2032
+ font-size: 30px;
2033
+ color: grey;
2034
+ }
2035
+ }
2071
2036
  }
2072
2037
 
2073
- i {
2074
- margin: 0;
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
- &__cards {
2079
- display: flex;
2080
- justify-content: space-between;
2081
- flex-wrap: wrap;
2082
- align-items: center;
2083
- padding-top: 30px;
2084
- margin-right: calc(0.8rem - 20px);
2085
- margin-left: 0.3rem;
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
- &--pexels {
2091
- margin-top: -30px;
2092
- }
2063
+ .wz-img-manager .table-view .checked {
2064
+ color: $img-main-color;
2065
+ }
2093
2066
 
2094
- .subHeaderActions .button i {
2095
- margin-right: 0;
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
- .ng-scroll-content {
2104
- margin: 0 !important;
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
- .img-editor__infoSection__propertySEO__tooltips {
2111
- i {
2112
- font-size: rem(16);
2113
- color: $main-text;
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
- opacity: 0;
2244
- width: 50%;
2245
- height: 50px;
2246
- position: relative;
2247
- left: 50%;
2248
- transform: translateX(-50%);
2249
- bottom: -10px;
2250
- background-color: white;
2251
- color: red;
2252
- border-radius: 4px;
2253
- white-space: nowrap;
2254
- transition: all .3s ease-in-out;
2255
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
2256
- 0 8px 10px 1px rgba(0, 0, 0, 0.14),
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
- align-items: center;
2260
- justify-content: center;
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
- &--visible {
2263
- opacity: 1;
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
- i {
2267
- margin-right: 13px;
2340
+ &--closed {
2341
+ height: 0;
2268
2342
  }
2269
2343
 
2270
- p {
2271
- color: red;
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
- &.trash--bottom {
2275
- transform: translateX(-50%);
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
- .cdk-drag-placeholder {
2279
- position: absolute;
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
- .trash:hover {
2284
- background-color: #fae5e5;
2285
- box-shadow: 0 5px 5px -3px rgba(255, 199, 199, 0.396),
2286
- 0 8px 10px 1px rgba(255, 199, 199, 0.396),
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
- .wz-alert {
2298
- width: 100%;
2299
- background-color: transparentize($link-color, 0.85);
2300
- color: $link-color;
2301
- border-radius: 3px;
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
- $button-padding-vertical: rem(7) !default;
2357
- $radius: rem(3) !default;
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
- $button-color: white!default;
2360
- $button-hover-color: white !default;
2361
- $button-focus-color: white !default;
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
- $tag-radius: rem(20px)!default;
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 .img-editor {
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 - 90px)!important;
3227
- min-height: calc(100vh - 90px) !important;
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
- &--window {
3235
- max-height: none;
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
- &__close {
3282
- cursor: pointer;
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
- -webkit-touch-callout: none; /* iOS Safari */
3355
- -webkit-user-select: none; /* Safari */
3356
- -khtml-user-select: none; /* Konqueror HTML */
3357
- -moz-user-select: none; /* Old versions of Firefox */
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
- &__RotationDropdown {
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
- .button {
3380
- min-height: 35px;
3381
- background-color: $img-primary-button;
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
- &__image-cropper {
3388
- --cropper-overlay-color: #f5f8fa;
3389
- //--cropper-outline-color: #a5a5a573;
3390
- padding-bottom: 30px;
3391
- }
3345
+ &__container {
3346
+ display: flex;
3347
+ justify-content: space-between;
3348
+ margin: 0 0 rem(20);
3392
3349
 
3393
- &__infoSection {
3394
- font-size: 14px;
3395
- max-width: 360px;
3396
- padding: 0;
3397
- margin: 0 rem(30) 0 0;
3350
+ > div {
3351
+ display: flex;
3352
+ align-items: center;
3353
+ .mainColor {
3354
+ margin: 0;
3355
+ }
3356
+ }
3398
3357
 
3399
- &__propertyEditable {
3400
- margin-bottom: 31px;
3401
- p {
3402
- margin-bottom: 12px;
3403
- font-size: 14px;
3404
- }
3405
- input, button {
3406
- width: 100%;
3407
- height: 40px;
3408
- border: 1px solid #DEE2ED;
3409
- border-radius: 3px;
3410
- color: $img-main-text;
3411
- padding-left: 20px;
3412
- padding-right: 20px;
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
- font-size: 14px;
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
- &:hover {
3418
- color: $img-main-color;
3419
- border-color: $img-main-color;
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
- button {
3424
- align-items: center;
3425
- background-color: transparent;
3426
- cursor: pointer;
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
- &__span, &__input {
3430
- text-overflow: ellipsis;
3431
- overflow: hidden;
3432
- white-space: nowrap;
3422
+ &__delBtn {
3423
+ i {
3424
+ margin-right: 13px!important;
3425
+ }
3433
3426
  }
3434
3427
 
3435
- &__span {
3436
- color: $img-bleu-color;
3437
- & + i {
3438
- color: $img-bleu-color;
3439
- font-weight: 600;
3440
- }
3428
+ &__import {
3429
+ margin-right: 13px;
3430
+ i {
3431
+ margin-right: 13px!important;
3432
+ }
3441
3433
  }
3442
3434
  }
3443
3435
 
3444
- &__property {
3445
- &:nth-child(3), &:nth-child(4) {
3446
- margin: 0;
3447
- }
3448
- p {
3449
- font-size: 14px;
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
- .mainColor {
3454
- margin: 0!important;
3455
- }
3443
+ border-radius: 3px 0 0 3px;
3444
+ outline: none!important;
3456
3445
 
3457
- p:last-child {
3458
- margin: 0 0 0 10px;
3459
- color: #526384;
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
- .mainColor {
3467
- font-size: rem(18);
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
- .mainColor {
3481
- & ~ p {
3482
- margin-left: 10px;
3483
- color: $img-green-color;
3466
+ i {
3467
+ margin: 0;
3484
3468
  }
3485
- }
3486
3469
  }
3487
3470
 
3488
- &__divider {
3489
- display: block;
3490
- width: 100%;
3491
- border-bottom: 2px dashed #EFF1F6;
3492
- margin: 30px 0;
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
- &__actions {
3496
- height: 35px;
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
- .dropdown-menu {
3516
- left: -50%;
3487
+ .subHeaderActions .button i {
3488
+ margin-right: 0;
3517
3489
  }
3518
3490
  }
3519
3491
 
3520
- .wz-img-manager .marginBottom {
3521
- margin-bottom: 20px;
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 {