@wizishop/img-manager 19.0.0-beta.3 → 19.0.3
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/README.md +383 -13
- package/package.json +1 -1
- package/wizishop-img-manager-19.0.3.tgz +0 -0
- package/wz-img-manager.scss +773 -767
- package/wizishop-img-manager-19.0.0-beta.3.tgz +0 -0
package/wz-img-manager.scss
CHANGED
|
@@ -608,29 +608,6 @@ $base-font: 'Work Sans', helvetica !default;@mixin simple_transition($type: null
|
|
|
608
608
|
}
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
|
-
$green: $really-bad-bad-bad-green !default;
|
|
612
|
-
$primary: $primary-button !default;
|
|
613
|
-
$light: $img-placeholder !default;
|
|
614
|
-
$info: $wizishop-blue !default;
|
|
615
|
-
$danger: $img-red-color !default;
|
|
616
|
-
$dark: $img-dark !default;
|
|
617
|
-
|
|
618
|
-
$button-padding-vertical: 0.4375rem !default;
|
|
619
|
-
$radius: 0.1875rem !default;
|
|
620
|
-
|
|
621
|
-
$button-color: white!default;
|
|
622
|
-
$button-hover-color: white !default;
|
|
623
|
-
$button-focus-color: white !default;
|
|
624
|
-
$button-active-color: white !default;
|
|
625
|
-
$button-background-color: $primary !default;
|
|
626
|
-
$button-disabled-background-color: $primary !default;
|
|
627
|
-
$button-border-color: $primary-button-hover !default;
|
|
628
|
-
$button-hover-border-color: $primary-button-hover !default;
|
|
629
|
-
$button-active-border-color: $primary-button-hover !default;
|
|
630
|
-
$button-focus-border-color: $primary-button-hover !default;
|
|
631
|
-
$button-disabled-border-color: $primary-button-hover !default;
|
|
632
|
-
|
|
633
|
-
$tag-radius: rem(20px)!default;
|
|
634
611
|
.wz-img-manager {
|
|
635
612
|
|
|
636
613
|
&__selectionHandler {
|
|
@@ -803,6 +780,29 @@ $tag-radius: rem(20px)!default;
|
|
|
803
780
|
.nwb-snack-bar .column {
|
|
804
781
|
box-sizing: border-box;
|
|
805
782
|
}
|
|
783
|
+
$green: $really-bad-bad-bad-green !default;
|
|
784
|
+
$primary: $primary-button !default;
|
|
785
|
+
$light: $img-placeholder !default;
|
|
786
|
+
$info: $wizishop-blue !default;
|
|
787
|
+
$danger: $img-red-color !default;
|
|
788
|
+
$dark: $img-dark !default;
|
|
789
|
+
|
|
790
|
+
$button-padding-vertical: 0.4375rem !default;
|
|
791
|
+
$radius: 0.1875rem !default;
|
|
792
|
+
|
|
793
|
+
$button-color: white!default;
|
|
794
|
+
$button-hover-color: white !default;
|
|
795
|
+
$button-focus-color: white !default;
|
|
796
|
+
$button-active-color: white !default;
|
|
797
|
+
$button-background-color: $primary !default;
|
|
798
|
+
$button-disabled-background-color: $primary !default;
|
|
799
|
+
$button-border-color: $primary-button-hover !default;
|
|
800
|
+
$button-hover-border-color: $primary-button-hover !default;
|
|
801
|
+
$button-active-border-color: $primary-button-hover !default;
|
|
802
|
+
$button-focus-border-color: $primary-button-hover !default;
|
|
803
|
+
$button-disabled-border-color: $primary-button-hover !default;
|
|
804
|
+
|
|
805
|
+
$tag-radius: rem(20px)!default;
|
|
806
806
|
//.wz-img-manager useful to keep the css priority
|
|
807
807
|
.wz-img-manager .canva-btn {
|
|
808
808
|
background-color: $img-main-color;
|
|
@@ -942,24 +942,15 @@ $tag-radius: rem(20px)!default;
|
|
|
942
942
|
.noTooltip .tooltip.is-tooltip-left:hover::before, .noTooltip .tooltip.is-tooltip-left:hover:not(.is-loading)::after {
|
|
943
943
|
display: none;
|
|
944
944
|
}
|
|
945
|
-
.wz-img-manager .
|
|
946
|
-
text-align: left;
|
|
947
|
-
|
|
948
|
-
&.fullSize {
|
|
949
|
-
& + .images-view__scroll {
|
|
950
|
-
max-height: 830px!important;
|
|
951
|
-
}
|
|
952
|
-
}
|
|
953
|
-
|
|
945
|
+
.wz-img-manager .img-editor {
|
|
954
946
|
&__scroll {
|
|
955
947
|
position: relative;
|
|
956
948
|
height: 100%;
|
|
957
|
-
z-index: 1;
|
|
958
949
|
|
|
959
950
|
&--full {
|
|
960
|
-
max-height: calc(100vh -
|
|
961
|
-
height: calc(100vh -
|
|
962
|
-
min-height: calc(100vh -
|
|
951
|
+
max-height: calc(100vh - 90px)!important;
|
|
952
|
+
height: calc(100vh - 90px)!important;
|
|
953
|
+
min-height: calc(100vh - 90px) !important;
|
|
963
954
|
}
|
|
964
955
|
|
|
965
956
|
&--smallDisplay {
|
|
@@ -972,379 +963,138 @@ $tag-radius: rem(20px)!default;
|
|
|
972
963
|
}
|
|
973
964
|
}
|
|
974
965
|
|
|
975
|
-
&--smallUploadDisplay {
|
|
976
|
-
max-height: 230px!important;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
966
|
&--window {
|
|
980
|
-
max-height:
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
&--hide {
|
|
984
|
-
&--mosaic {
|
|
985
|
-
min-height: 100px !important;
|
|
986
|
-
height: 0px;
|
|
987
|
-
}
|
|
988
|
-
&--table {
|
|
989
|
-
min-height: 170px !important;
|
|
990
|
-
height: 0px;
|
|
991
|
-
}
|
|
967
|
+
max-height: none;
|
|
992
968
|
}
|
|
993
969
|
|
|
994
970
|
.ng-scroll-content {
|
|
971
|
+
margin-left: 0 !important;
|
|
972
|
+
margin-right: 0 !important;
|
|
995
973
|
min-width: calc(100% - 1rem) !important;
|
|
996
974
|
width: calc(100% - 1rem) !important;
|
|
997
|
-
@include media('<tablet') {
|
|
998
|
-
min-width: 100%!important;
|
|
999
|
-
}
|
|
1000
975
|
}
|
|
1001
976
|
}
|
|
1002
977
|
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
margin:
|
|
978
|
+
.columns {
|
|
979
|
+
margin-right: 0.8rem;
|
|
980
|
+
margin-left: 0.75rem;
|
|
981
|
+
margin-top: 12px;
|
|
982
|
+
margin-bottom: 0;
|
|
983
|
+
width: calc(100% + 11px);
|
|
1007
984
|
|
|
1008
|
-
|
|
985
|
+
.column {
|
|
986
|
+
padding-top: 0;
|
|
987
|
+
padding-bottom: 0px;
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
&__head-container {
|
|
1009
992
|
display: flex;
|
|
993
|
+
justify-content: flex-end;
|
|
1010
994
|
align-items: center;
|
|
1011
|
-
|
|
1012
|
-
margin: 0;
|
|
1013
|
-
}
|
|
1014
|
-
}
|
|
995
|
+
margin: 30px 30px 20px 0;
|
|
1015
996
|
|
|
1016
|
-
|
|
1017
|
-
margin:
|
|
997
|
+
&__btnGroup {
|
|
998
|
+
margin-right: 13px;
|
|
999
|
+
opacity: 0;
|
|
1000
|
+
visibility: hidden;
|
|
1001
|
+
transition: opacity .3s ease-in-out;
|
|
1002
|
+
|
|
1003
|
+
&__visible {
|
|
1004
|
+
opacity: 1;
|
|
1005
|
+
visibility: visible;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
&__removeBtn {
|
|
1009
|
+
margin-right: 13px;
|
|
1010
|
+
}
|
|
1018
1011
|
}
|
|
1019
1012
|
|
|
1020
|
-
|
|
1021
|
-
|
|
1013
|
+
&__close {
|
|
1014
|
+
cursor: pointer;
|
|
1015
|
+
font-size: 14px;
|
|
1016
|
+
color: $img-grey-color;
|
|
1017
|
+
line-height: 40px;
|
|
1022
1018
|
}
|
|
1019
|
+
}
|
|
1023
1020
|
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1021
|
+
&__container {
|
|
1022
|
+
padding: 0.75rem!important;
|
|
1023
|
+
display:flex;
|
|
1024
|
+
justify-content: center;
|
|
1025
|
+
align-items: stretch;
|
|
1026
|
+
background-color: $img-gray-background;
|
|
1027
|
+
margin: 0;
|
|
1028
|
+
transform: translateY(-16px);
|
|
1029
|
+
|
|
1030
|
+
&__toolsContainer {
|
|
1027
1031
|
display: flex;
|
|
1028
|
-
|
|
1029
|
-
justify-content: flex-end;
|
|
1030
|
-
margin-right: 13px;
|
|
1031
|
-
height: 40px;
|
|
1032
|
+
justify-content: center;
|
|
1032
1033
|
align-items: center;
|
|
1033
|
-
|
|
1034
|
+
margin-bottom: 50px;
|
|
1034
1035
|
|
|
1035
|
-
&
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
align
|
|
1039
|
-
|
|
1040
|
-
color: $img-grey-color;
|
|
1041
|
-
padding-left: 1rem;
|
|
1042
|
-
width: 0;
|
|
1043
|
-
position: absolute;
|
|
1044
|
-
opacity: 0;
|
|
1045
|
-
transition: 0s;
|
|
1046
|
-
visibility: hidden;
|
|
1047
|
-
z-index: 2;
|
|
1036
|
+
&__tool {
|
|
1037
|
+
color: $img-second-color;
|
|
1038
|
+
margin-right: 30px;
|
|
1039
|
+
text-align: center;
|
|
1040
|
+
cursor: pointer;
|
|
1048
1041
|
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1042
|
+
p {
|
|
1043
|
+
margin: 0!important;
|
|
1044
|
+
color: $img-main-text;
|
|
1045
|
+
font-size: 0.75rem;
|
|
1046
|
+
line-height: 0.875rem;
|
|
1047
|
+
}
|
|
1055
1048
|
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
white-space: nowrap;
|
|
1061
|
-
margin-right: 30px;
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1049
|
+
i {
|
|
1050
|
+
font-size: 1.125rem;
|
|
1051
|
+
margin: 0 0 10px;
|
|
1052
|
+
}
|
|
1064
1053
|
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1054
|
+
&--button {
|
|
1055
|
+
background-color: $img-green-color;
|
|
1056
|
+
color: $img-white!important;
|
|
1057
|
+
padding: 10px;
|
|
1058
|
+
border-radius: 3px;
|
|
1059
|
+
transition: .3s ease;
|
|
1060
|
+
white-space: nowrap;
|
|
1061
|
+
display: flex;
|
|
1062
|
+
justify-content: center;
|
|
1063
|
+
align-items: center;
|
|
1064
|
+
position: absolute;
|
|
1065
|
+
top: 80px;
|
|
1066
|
+
left: 50%;
|
|
1067
|
+
transform: translateX(-50%);
|
|
1068
|
+
height: 35px;
|
|
1069
|
+
margin: 0;
|
|
1070
|
+
&:hover, &:focus {
|
|
1071
|
+
background-color: darken($img-green-color, 15%);
|
|
1072
|
+
color: $img-white!important;
|
|
1073
|
+
}
|
|
1074
|
+
p {
|
|
1075
|
+
color: $white!important;
|
|
1076
|
+
}
|
|
1077
|
+
i {
|
|
1078
|
+
margin: 0 5px 0 0;
|
|
1079
|
+
}
|
|
1070
1080
|
}
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
font-size: 14px;
|
|
1074
|
-
position: absolute;
|
|
1075
|
-
left: -126%;
|
|
1076
|
-
transition: font-size .3s ease-in-out, left .3s ease-in-out;
|
|
1081
|
+
&:hover {
|
|
1082
|
+
color: $img-main-color;
|
|
1077
1083
|
}
|
|
1078
|
-
}
|
|
1079
1084
|
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1085
|
+
> * {
|
|
1086
|
+
-webkit-touch-callout: none; /* iOS Safari */
|
|
1087
|
+
-webkit-user-select: none; /* Safari */
|
|
1088
|
+
-khtml-user-select: none; /* Konqueror HTML */
|
|
1089
|
+
-moz-user-select: none; /* Old versions of Firefox */
|
|
1090
|
+
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
1091
|
+
user-select: none; /* Non-prefixed version, currently
|
|
1092
|
+
supported by Chrome, Edge, Opera and Firefox */
|
|
1083
1093
|
}
|
|
1084
1094
|
}
|
|
1085
1095
|
|
|
1086
|
-
&
|
|
1087
|
-
|
|
1088
|
-
i {
|
|
1089
|
-
margin-right: 13px!important;
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
&__buttonBox {
|
|
1095
|
-
margin: 0;
|
|
1096
|
-
width: 2.5rem;
|
|
1097
|
-
height: 2.5rem;
|
|
1098
|
-
border: solid $img-light-white-color;
|
|
1099
|
-
border-width: 1px 0 1px 1px;
|
|
1100
|
-
|
|
1101
|
-
border-radius: 3px 0 0 3px;
|
|
1102
|
-
outline: none!important;
|
|
1103
|
-
|
|
1104
|
-
> div {
|
|
1105
|
-
margin-top: 0;
|
|
1106
|
-
margin-bottom: 0;
|
|
1107
|
-
height: 40px;
|
|
1108
|
-
&:nth-child(2) {
|
|
1109
|
-
border: solid $img-light-white-color;
|
|
1110
|
-
border-width: 1px 1px 1px 0;
|
|
1111
|
-
transform: translateY(-1px);
|
|
1112
|
-
border-radius: 0 3px 3px 0;
|
|
1113
|
-
}
|
|
1114
|
-
div {
|
|
1115
|
-
height: 38px;
|
|
1116
|
-
margin: 0!important;
|
|
1117
|
-
}
|
|
1118
|
-
}
|
|
1119
|
-
|
|
1120
|
-
.actifDisplayed {
|
|
1121
|
-
color:$img-main-color;
|
|
1122
|
-
}
|
|
1123
|
-
|
|
1124
|
-
i {
|
|
1125
|
-
margin: 0;
|
|
1126
|
-
}
|
|
1127
|
-
}
|
|
1128
|
-
|
|
1129
|
-
&__cards {
|
|
1130
|
-
display: flex;
|
|
1131
|
-
justify-content: space-between;
|
|
1132
|
-
flex-wrap: wrap;
|
|
1133
|
-
align-items: center;
|
|
1134
|
-
padding-top: 30px;
|
|
1135
|
-
margin-right: calc(0.8rem - 20px);
|
|
1136
|
-
margin-left: 0.3rem;
|
|
1137
|
-
margin-bottom: 30px;
|
|
1138
|
-
|
|
1139
|
-
}
|
|
1140
|
-
|
|
1141
|
-
&__total {
|
|
1142
|
-
&--hide {
|
|
1143
|
-
visibility: hidden;
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
&--pexels {
|
|
1149
|
-
margin-top: -30px;
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
.subHeaderActions .button i {
|
|
1153
|
-
margin-right: 0;
|
|
1154
|
-
}
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
@media screen and (max-width: 768px) {
|
|
1158
|
-
.wz-img-manager .img-tabs__tabsFirst .img-tabs__tabsFirst__list .images-view__scroll {
|
|
1159
|
-
max-height: none!important;
|
|
1160
|
-
min-height: calc(100vh - 440px);
|
|
1161
|
-
|
|
1162
|
-
.ng-scroll-content {
|
|
1163
|
-
margin: 0 !important;
|
|
1164
|
-
min-width: 100%!important;
|
|
1165
|
-
width: 100%!important;
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
.filter-video {
|
|
1171
|
-
width: 100%;
|
|
1172
|
-
margin: 0 0 20px;
|
|
1173
|
-
label {
|
|
1174
|
-
display: flex;
|
|
1175
|
-
gap: 10px;
|
|
1176
|
-
width: fit-content;
|
|
1177
|
-
align-items: center;
|
|
1178
|
-
}
|
|
1179
|
-
span {
|
|
1180
|
-
font-weight: 500;
|
|
1181
|
-
}
|
|
1182
|
-
select {
|
|
1183
|
-
padding: 0 10px;
|
|
1184
|
-
min-height: 25px;
|
|
1185
|
-
line-height: 25px;
|
|
1186
|
-
border: 1px solid $img-input-border;
|
|
1187
|
-
appearance: none;
|
|
1188
|
-
-webkit-appearance: none;
|
|
1189
|
-
-moz-appearance: none;
|
|
1190
|
-
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='black' fill='none'/%3E%3C/svg%3E");
|
|
1191
|
-
background-repeat: no-repeat;
|
|
1192
|
-
background-position: right 10px center;
|
|
1193
|
-
}
|
|
1194
|
-
}
|
|
1195
|
-
.wz-img-manager .img-editor {
|
|
1196
|
-
&__scroll {
|
|
1197
|
-
position: relative;
|
|
1198
|
-
height: 100%;
|
|
1199
|
-
|
|
1200
|
-
&--full {
|
|
1201
|
-
max-height: calc(100vh - 90px)!important;
|
|
1202
|
-
height: calc(100vh - 90px)!important;
|
|
1203
|
-
min-height: calc(100vh - 90px) !important;
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
&--smallDisplay {
|
|
1207
|
-
max-height: 275px!important;
|
|
1208
|
-
height: 275px!important;
|
|
1209
|
-
@include media('<tablet') {
|
|
1210
|
-
max-height: calc(100vh - 90px)!important;
|
|
1211
|
-
height: calc(100vh - 90px)!important;
|
|
1212
|
-
min-height: calc(100vh - 90px) !important;
|
|
1213
|
-
}
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
&--window {
|
|
1217
|
-
max-height: none;
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
.ng-scroll-content {
|
|
1221
|
-
margin-left: 0 !important;
|
|
1222
|
-
margin-right: 0 !important;
|
|
1223
|
-
min-width: calc(100% - 1rem) !important;
|
|
1224
|
-
width: calc(100% - 1rem) !important;
|
|
1225
|
-
}
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
.columns {
|
|
1229
|
-
margin-right: 0.8rem;
|
|
1230
|
-
margin-left: 0.75rem;
|
|
1231
|
-
margin-top: 12px;
|
|
1232
|
-
margin-bottom: 0;
|
|
1233
|
-
width: calc(100% + 11px);
|
|
1234
|
-
|
|
1235
|
-
.column {
|
|
1236
|
-
padding-top: 0;
|
|
1237
|
-
padding-bottom: 0px;
|
|
1238
|
-
}
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
&__head-container {
|
|
1242
|
-
display: flex;
|
|
1243
|
-
justify-content: flex-end;
|
|
1244
|
-
align-items: center;
|
|
1245
|
-
margin: 30px 30px 20px 0;
|
|
1246
|
-
|
|
1247
|
-
&__btnGroup {
|
|
1248
|
-
margin-right: 13px;
|
|
1249
|
-
opacity: 0;
|
|
1250
|
-
visibility: hidden;
|
|
1251
|
-
transition: opacity .3s ease-in-out;
|
|
1252
|
-
|
|
1253
|
-
&__visible {
|
|
1254
|
-
opacity: 1;
|
|
1255
|
-
visibility: visible;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
&__removeBtn {
|
|
1259
|
-
margin-right: 13px;
|
|
1260
|
-
}
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
&__close {
|
|
1264
|
-
cursor: pointer;
|
|
1265
|
-
font-size: 14px;
|
|
1266
|
-
color: $img-grey-color;
|
|
1267
|
-
line-height: 40px;
|
|
1268
|
-
}
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
&__container {
|
|
1272
|
-
padding: 0.75rem!important;
|
|
1273
|
-
display:flex;
|
|
1274
|
-
justify-content: center;
|
|
1275
|
-
align-items: stretch;
|
|
1276
|
-
background-color: $img-gray-background;
|
|
1277
|
-
margin: 0;
|
|
1278
|
-
transform: translateY(-16px);
|
|
1279
|
-
|
|
1280
|
-
&__toolsContainer {
|
|
1281
|
-
display: flex;
|
|
1282
|
-
justify-content: center;
|
|
1283
|
-
align-items: center;
|
|
1284
|
-
margin-bottom: 50px;
|
|
1285
|
-
|
|
1286
|
-
&__tool {
|
|
1287
|
-
color: $img-second-color;
|
|
1288
|
-
margin-right: 30px;
|
|
1289
|
-
text-align: center;
|
|
1290
|
-
cursor: pointer;
|
|
1291
|
-
|
|
1292
|
-
p {
|
|
1293
|
-
margin: 0!important;
|
|
1294
|
-
color: $img-main-text;
|
|
1295
|
-
font-size: 0.75rem;
|
|
1296
|
-
line-height: 0.875rem;
|
|
1297
|
-
}
|
|
1298
|
-
|
|
1299
|
-
i {
|
|
1300
|
-
font-size: 1.125rem;
|
|
1301
|
-
margin: 0 0 10px;
|
|
1302
|
-
}
|
|
1303
|
-
|
|
1304
|
-
&--button {
|
|
1305
|
-
background-color: $img-green-color;
|
|
1306
|
-
color: $img-white!important;
|
|
1307
|
-
padding: 10px;
|
|
1308
|
-
border-radius: 3px;
|
|
1309
|
-
transition: .3s ease;
|
|
1310
|
-
white-space: nowrap;
|
|
1311
|
-
display: flex;
|
|
1312
|
-
justify-content: center;
|
|
1313
|
-
align-items: center;
|
|
1314
|
-
position: absolute;
|
|
1315
|
-
top: 80px;
|
|
1316
|
-
left: 50%;
|
|
1317
|
-
transform: translateX(-50%);
|
|
1318
|
-
height: 35px;
|
|
1319
|
-
margin: 0;
|
|
1320
|
-
&:hover, &:focus {
|
|
1321
|
-
background-color: darken($img-green-color, 15%);
|
|
1322
|
-
color: $img-white!important;
|
|
1323
|
-
}
|
|
1324
|
-
p {
|
|
1325
|
-
color: $white!important;
|
|
1326
|
-
}
|
|
1327
|
-
i {
|
|
1328
|
-
margin: 0 5px 0 0;
|
|
1329
|
-
}
|
|
1330
|
-
}
|
|
1331
|
-
&:hover {
|
|
1332
|
-
color: $img-main-color;
|
|
1333
|
-
}
|
|
1334
|
-
|
|
1335
|
-
> * {
|
|
1336
|
-
-webkit-touch-callout: none; /* iOS Safari */
|
|
1337
|
-
-webkit-user-select: none; /* Safari */
|
|
1338
|
-
-khtml-user-select: none; /* Konqueror HTML */
|
|
1339
|
-
-moz-user-select: none; /* Old versions of Firefox */
|
|
1340
|
-
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
1341
|
-
user-select: none; /* Non-prefixed version, currently
|
|
1342
|
-
supported by Chrome, Edge, Opera and Firefox */
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
&__RotationDropdown {
|
|
1347
|
-
min-width: 16rem;
|
|
1096
|
+
&__RotationDropdown {
|
|
1097
|
+
min-width: 16rem;
|
|
1348
1098
|
}
|
|
1349
1099
|
}
|
|
1350
1100
|
|
|
@@ -1506,37 +1256,293 @@ $tag-radius: rem(20px)!default;
|
|
|
1506
1256
|
}
|
|
1507
1257
|
}
|
|
1508
1258
|
|
|
1509
|
-
.dropdown-menu {
|
|
1510
|
-
left: -50%;
|
|
1259
|
+
.dropdown-menu {
|
|
1260
|
+
left: -50%;
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.wz-img-manager .marginBottom {
|
|
1265
|
+
margin-bottom: 20px;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.img-editorVideo__tabs {
|
|
1269
|
+
display: flex;
|
|
1270
|
+
justify-content: flex-start;
|
|
1271
|
+
align-items: center;
|
|
1272
|
+
gap: 20px;
|
|
1273
|
+
list-style-type: none;
|
|
1274
|
+
width: 100%;
|
|
1275
|
+
margin: 0 0 30px;
|
|
1276
|
+
li {
|
|
1277
|
+
cursor: pointer;
|
|
1278
|
+
padding-bottom: 8px;
|
|
1279
|
+
font-size: 0.875rem;
|
|
1280
|
+
color: $img-second-color;
|
|
1281
|
+
border-bottom: 1px solid transparent;
|
|
1282
|
+
transition: .3s ease;
|
|
1283
|
+
&:hover {
|
|
1284
|
+
color: $main-text;
|
|
1285
|
+
}
|
|
1286
|
+
&.active {
|
|
1287
|
+
color: $main-text;
|
|
1288
|
+
border-bottom: 1px solid $img-main-color;
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
}
|
|
1292
|
+
.wz-img-manager .images-view {
|
|
1293
|
+
text-align: left;
|
|
1294
|
+
|
|
1295
|
+
&.fullSize {
|
|
1296
|
+
& + .images-view__scroll {
|
|
1297
|
+
max-height: 830px!important;
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
&__scroll {
|
|
1302
|
+
position: relative;
|
|
1303
|
+
height: 100%;
|
|
1304
|
+
z-index: 1;
|
|
1305
|
+
|
|
1306
|
+
&--full {
|
|
1307
|
+
max-height: calc(100vh - 160px);
|
|
1308
|
+
height: calc(100vh - 160px);
|
|
1309
|
+
min-height: calc(100vh - 160px) ;
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
&--smallDisplay {
|
|
1313
|
+
max-height: 275px!important;
|
|
1314
|
+
height: 275px!important;
|
|
1315
|
+
@include media('<tablet') {
|
|
1316
|
+
max-height: calc(100vh - 90px)!important;
|
|
1317
|
+
height: calc(100vh - 90px)!important;
|
|
1318
|
+
min-height: calc(100vh - 90px) !important;
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1321
|
+
|
|
1322
|
+
&--smallUploadDisplay {
|
|
1323
|
+
max-height: 230px!important;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
&--window {
|
|
1327
|
+
max-height: unset!important;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
&--hide {
|
|
1331
|
+
&--mosaic {
|
|
1332
|
+
min-height: 100px !important;
|
|
1333
|
+
height: 0px;
|
|
1334
|
+
}
|
|
1335
|
+
&--table {
|
|
1336
|
+
min-height: 170px !important;
|
|
1337
|
+
height: 0px;
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
.ng-scroll-content {
|
|
1342
|
+
// #32372: ngx-scrollbar v18 renders the scrollbar INSIDE .ng-scroll-content, which has
|
|
1343
|
+
// contain: content (paint clipping). Narrowing the content width pushed the bar into the
|
|
1344
|
+
// reserved gutter OUTSIDE the painted box, so it got clipped (invisible). We keep the
|
|
1345
|
+
// content full width and reserve the bar's space with padding instead (like the Pexels list).
|
|
1346
|
+
min-width: 100% !important;
|
|
1347
|
+
width: 100% !important;
|
|
1348
|
+
padding-right: 1rem;
|
|
1349
|
+
@include media('<tablet') {
|
|
1350
|
+
min-width: 100%!important;
|
|
1351
|
+
padding-right: 0;
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
&__container {
|
|
1357
|
+
display: flex;
|
|
1358
|
+
justify-content: space-between;
|
|
1359
|
+
margin: 0 0;
|
|
1360
|
+
|
|
1361
|
+
> div {
|
|
1362
|
+
display: flex;
|
|
1363
|
+
align-items: center;
|
|
1364
|
+
.mainColor {
|
|
1365
|
+
margin: 0;
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
&--window {
|
|
1370
|
+
margin: 1.875rem 0 0;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
&--uploadTab {
|
|
1374
|
+
margin: 0 0 1.25rem;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
&__boxAction {
|
|
1378
|
+
width: 525px;
|
|
1379
|
+
overflow: visible;
|
|
1380
|
+
display: flex;
|
|
1381
|
+
position: relative;
|
|
1382
|
+
justify-content: flex-end;
|
|
1383
|
+
margin-right: 13px;
|
|
1384
|
+
height: 40px;
|
|
1385
|
+
align-items: center;
|
|
1386
|
+
transform: translate(-41px,-3px);
|
|
1387
|
+
|
|
1388
|
+
&__confirmSup {
|
|
1389
|
+
display: flex;
|
|
1390
|
+
justify-content: space-between;
|
|
1391
|
+
align-items: center;
|
|
1392
|
+
border-left: solid 1px #d8d8d8;
|
|
1393
|
+
color: $img-grey-color;
|
|
1394
|
+
padding-left: 1rem;
|
|
1395
|
+
width: 0;
|
|
1396
|
+
position: absolute;
|
|
1397
|
+
opacity: 0;
|
|
1398
|
+
transition: 0s;
|
|
1399
|
+
visibility: hidden;
|
|
1400
|
+
z-index: 2;
|
|
1401
|
+
|
|
1402
|
+
&--visible {
|
|
1403
|
+
max-width: unset;
|
|
1404
|
+
width: auto;
|
|
1405
|
+
opacity: 1;
|
|
1406
|
+
transition: 0s;
|
|
1407
|
+
visibility: visible;
|
|
1408
|
+
|
|
1409
|
+
p {
|
|
1410
|
+
transition: left .3s ease-in-out;
|
|
1411
|
+
right: 100%;
|
|
1412
|
+
left: auto;
|
|
1413
|
+
white-space: nowrap;
|
|
1414
|
+
margin-right: 30px;
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
&__cancel {
|
|
1419
|
+
margin-right: 14px;
|
|
1420
|
+
background-color: white;
|
|
1421
|
+
border-color: #dbdbdb;
|
|
1422
|
+
color: $img-main-text;
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
&__text {
|
|
1426
|
+
font-size: 14px;
|
|
1427
|
+
position: absolute;
|
|
1428
|
+
left: -126%;
|
|
1429
|
+
transition: font-size .3s ease-in-out, left .3s ease-in-out;
|
|
1430
|
+
}
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
&__delBtn {
|
|
1434
|
+
i {
|
|
1435
|
+
margin-right: 13px!important;
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
&__import {
|
|
1440
|
+
margin-right: 13px;
|
|
1441
|
+
i {
|
|
1442
|
+
margin-right: 13px!important;
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
&__buttonBox {
|
|
1448
|
+
margin: 0;
|
|
1449
|
+
width: 2.5rem;
|
|
1450
|
+
height: 2.5rem;
|
|
1451
|
+
border: solid $img-light-white-color;
|
|
1452
|
+
border-width: 1px 0 1px 1px;
|
|
1453
|
+
|
|
1454
|
+
border-radius: 3px 0 0 3px;
|
|
1455
|
+
outline: none!important;
|
|
1456
|
+
|
|
1457
|
+
> div {
|
|
1458
|
+
margin-top: 0;
|
|
1459
|
+
margin-bottom: 0;
|
|
1460
|
+
height: 40px;
|
|
1461
|
+
&:nth-child(2) {
|
|
1462
|
+
border: solid $img-light-white-color;
|
|
1463
|
+
border-width: 1px 1px 1px 0;
|
|
1464
|
+
transform: translateY(-1px);
|
|
1465
|
+
border-radius: 0 3px 3px 0;
|
|
1466
|
+
}
|
|
1467
|
+
div {
|
|
1468
|
+
height: 38px;
|
|
1469
|
+
margin: 0!important;
|
|
1470
|
+
}
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
.actifDisplayed {
|
|
1474
|
+
color:$img-main-color;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
i {
|
|
1478
|
+
margin: 0;
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
&__cards {
|
|
1483
|
+
display: flex;
|
|
1484
|
+
justify-content: space-between;
|
|
1485
|
+
flex-wrap: wrap;
|
|
1486
|
+
align-items: center;
|
|
1487
|
+
padding-top: 30px;
|
|
1488
|
+
margin-right: calc(0.8rem - 20px);
|
|
1489
|
+
margin-left: 0.3rem;
|
|
1490
|
+
margin-bottom: 30px;
|
|
1491
|
+
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
&__total {
|
|
1495
|
+
&--hide {
|
|
1496
|
+
visibility: hidden;
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
&--pexels {
|
|
1502
|
+
margin-top: -30px;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
.subHeaderActions .button i {
|
|
1506
|
+
margin-right: 0;
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1510
|
+
@media screen and (max-width: 768px) {
|
|
1511
|
+
.wz-img-manager .img-tabs__tabsFirst .img-tabs__tabsFirst__list .images-view__scroll {
|
|
1512
|
+
max-height: none!important;
|
|
1513
|
+
min-height: calc(100vh - 440px);
|
|
1514
|
+
|
|
1515
|
+
.ng-scroll-content {
|
|
1516
|
+
margin: 0 !important;
|
|
1517
|
+
min-width: 100%!important;
|
|
1518
|
+
width: 100%!important;
|
|
1519
|
+
}
|
|
1511
1520
|
}
|
|
1512
1521
|
}
|
|
1513
1522
|
|
|
1514
|
-
.
|
|
1515
|
-
margin-bottom: 20px;
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
.img-editorVideo__tabs {
|
|
1519
|
-
display: flex;
|
|
1520
|
-
justify-content: flex-start;
|
|
1521
|
-
align-items: center;
|
|
1522
|
-
gap: 20px;
|
|
1523
|
-
list-style-type: none;
|
|
1523
|
+
.filter-video {
|
|
1524
1524
|
width: 100%;
|
|
1525
|
-
margin: 0 0
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1525
|
+
margin: 0 0 20px;
|
|
1526
|
+
label {
|
|
1527
|
+
display: flex;
|
|
1528
|
+
gap: 10px;
|
|
1529
|
+
width: fit-content;
|
|
1530
|
+
align-items: center;
|
|
1531
|
+
}
|
|
1532
|
+
span {
|
|
1533
|
+
font-weight: 500;
|
|
1534
|
+
}
|
|
1535
|
+
select {
|
|
1536
|
+
padding: 0 10px;
|
|
1537
|
+
min-height: 25px;
|
|
1538
|
+
line-height: 25px;
|
|
1539
|
+
border: 1px solid $img-input-border;
|
|
1540
|
+
appearance: none;
|
|
1541
|
+
-webkit-appearance: none;
|
|
1542
|
+
-moz-appearance: none;
|
|
1543
|
+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='black' fill='none'/%3E%3C/svg%3E");
|
|
1544
|
+
background-repeat: no-repeat;
|
|
1545
|
+
background-position: right 10px center;
|
|
1540
1546
|
}
|
|
1541
1547
|
}
|
|
1542
1548
|
// Warning: in webcomponent (for wizishop-com project) the following style are added by styles-handler.js script (hard-coded)
|
|
@@ -1920,221 +1926,71 @@ $tag-radius: rem(20px)!default;
|
|
|
1920
1926
|
top: 50%;
|
|
1921
1927
|
left: 50%;
|
|
1922
1928
|
transform: translate(-50%,-50%);
|
|
1923
|
-
max-width: 300px;
|
|
1924
|
-
max-height: 300px;
|
|
1925
|
-
display: flex;
|
|
1926
|
-
flex-wrap: wrap;
|
|
1927
|
-
flex-direction: column;
|
|
1928
|
-
justify-content: center;
|
|
1929
|
-
align-items: center;
|
|
1930
|
-
}
|
|
1931
|
-
&__dropImgIconDiv {
|
|
1932
|
-
@include media('<720px') {
|
|
1933
|
-
p {
|
|
1934
|
-
display: none;
|
|
1935
|
-
}
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
&__or {
|
|
1939
|
-
@include media('<720px') {
|
|
1940
|
-
display: none;
|
|
1941
|
-
}
|
|
1942
|
-
}
|
|
1943
|
-
.blueColor {
|
|
1944
|
-
img {
|
|
1945
|
-
min-width: 4.0625rem;
|
|
1946
|
-
display: block;
|
|
1947
|
-
max-width: 4.0625rem;
|
|
1948
|
-
margin: 0 auto 0.9375rem;
|
|
1949
|
-
transform: translate(10px);
|
|
1950
|
-
}
|
|
1951
|
-
p {
|
|
1952
|
-
color: $border-upload-color;
|
|
1953
|
-
font-size: 1rem;
|
|
1954
|
-
line-height: 1.1875rem;
|
|
1955
|
-
font-weight: 500;
|
|
1956
|
-
margin: 0 auto 1.25rem;
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
|
-
&__or {
|
|
1960
|
-
font-size: 0.875rem;
|
|
1961
|
-
line-height: 1rem;
|
|
1962
|
-
margin: 0 0 1.25rem !important;
|
|
1963
|
-
}
|
|
1964
|
-
&__text {
|
|
1965
|
-
display: flex;
|
|
1966
|
-
align-items: center;
|
|
1967
|
-
justify-content: center;
|
|
1968
|
-
width: auto;
|
|
1969
|
-
border-radius: 3px;
|
|
1970
|
-
padding: 0.75rem 1.25rem;
|
|
1971
|
-
color: $white;
|
|
1972
|
-
font-size: 0.875rem;
|
|
1973
|
-
line-height: 1rem;
|
|
1974
|
-
white-space: nowrap;
|
|
1975
|
-
background-color: $img-green-color;
|
|
1976
|
-
transition: .3s ease;
|
|
1977
|
-
font-weight: 500;
|
|
1978
|
-
cursor: pointer;
|
|
1979
|
-
i {
|
|
1980
|
-
margin: 0 0.375rem 0 0;
|
|
1981
|
-
font-weight: 500;
|
|
1982
|
-
}
|
|
1983
|
-
&:hover, &:focus {
|
|
1984
|
-
background-color: darken($img-green-color, 15%);
|
|
1985
|
-
}
|
|
1986
|
-
}
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
//.wz-img-manager useful to keep the css priority
|
|
1990
|
-
.wz-img-manager .upload-list {
|
|
1991
|
-
text-align: left;
|
|
1992
|
-
font-size: 14px;
|
|
1993
|
-
color: #23272B;
|
|
1994
|
-
|
|
1995
|
-
&.smallDisplay {
|
|
1996
|
-
.upload-list__box__cards__card {
|
|
1997
|
-
width: 125px;
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
|
-
&__scroll {
|
|
2002
|
-
position: relative;
|
|
2003
|
-
max-height: 1160px!important;
|
|
2004
|
-
height: 1160px!important;
|
|
2005
|
-
|
|
2006
|
-
&--smallDisplay {
|
|
2007
|
-
max-height: 260px!important;
|
|
2008
|
-
height: 260px!important;
|
|
2009
|
-
|
|
2010
|
-
.upload-list__box {
|
|
2011
|
-
margin-bottom: 20px;
|
|
2012
|
-
}
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
&--window {
|
|
2016
|
-
max-height: none;
|
|
2017
|
-
height: 500px;
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
.ng-scroll-content {
|
|
2021
|
-
margin-left: 0.5rem !important;
|
|
2022
|
-
margin-right: 0.5rem !important;
|
|
2023
|
-
min-width: calc(100% - 1rem) !important;
|
|
2024
|
-
width: calc(100% - 1rem) !important;
|
|
2025
|
-
}
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
&__box {
|
|
2029
|
-
margin: 0 0.8rem 30px 0.3rem;
|
|
2030
|
-
padding: 30px;
|
|
2031
|
-
background-color: $img-gray-background;
|
|
2032
|
-
margin-right: 12px;
|
|
2033
|
-
margin-left: 5px;
|
|
2034
|
-
border-radius: 3px;
|
|
2035
|
-
|
|
2036
|
-
&__container {
|
|
2037
|
-
display: flex;
|
|
2038
|
-
justify-content: space-between;
|
|
2039
|
-
align-items: center;
|
|
2040
|
-
|
|
2041
|
-
p {
|
|
2042
|
-
display: inline;
|
|
2043
|
-
}
|
|
2044
|
-
|
|
2045
|
-
.dropdown {
|
|
2046
|
-
vertical-align: baseline;
|
|
2047
|
-
&:hover {
|
|
2048
|
-
.dropdown-trigger i {
|
|
2049
|
-
color: $img-main-color;
|
|
2050
|
-
}
|
|
2051
|
-
}
|
|
2052
|
-
.dropdown-trigger {
|
|
2053
|
-
display: inline;
|
|
2054
|
-
i {
|
|
2055
|
-
color: $img-secondary-text;
|
|
2056
|
-
margin-left: 10px;
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
.dropdown-menu {
|
|
2061
|
-
padding: 0;
|
|
2062
|
-
width: 370px;
|
|
2063
|
-
left: -190px;
|
|
2064
|
-
margin-top: 3px;
|
|
2065
|
-
|
|
2066
|
-
.dropdown-item {
|
|
2067
|
-
display: flex;
|
|
2068
|
-
justify-content: left;
|
|
2069
|
-
align-items: center;
|
|
2070
|
-
|
|
2071
|
-
p {
|
|
2072
|
-
margin: 0;
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
p:first-child {
|
|
2076
|
-
color: $img-main-text;
|
|
2077
|
-
font-size: 14px;
|
|
2078
|
-
}
|
|
2079
|
-
|
|
2080
|
-
p:last-child {
|
|
2081
|
-
color: $img-green-color;
|
|
2082
|
-
font-size: 14px;
|
|
2083
|
-
margin-left: 10px;
|
|
2084
|
-
}
|
|
2085
|
-
}
|
|
2086
|
-
}
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
&__cards {
|
|
2091
|
-
padding-top: 15px;
|
|
2092
|
-
margin-left: 5px;
|
|
2093
|
-
display: flex;
|
|
2094
|
-
justify-content: left;
|
|
2095
|
-
flex-wrap: wrap;
|
|
2096
|
-
align-items: center;
|
|
2097
|
-
margin-right: -9px;
|
|
2098
|
-
width: calc(100% + 24px);
|
|
2099
|
-
transform: translateX(-12px);
|
|
2100
|
-
&__card {
|
|
2101
|
-
width: 198px;
|
|
2102
|
-
margin: 0 12px 12px;
|
|
2103
|
-
& > * {
|
|
2104
|
-
width: 100%;
|
|
2105
|
-
}
|
|
2106
|
-
|
|
2107
|
-
&__btnBox {
|
|
2108
|
-
text-align: center;
|
|
2109
|
-
margin: 0.625rem auto 0;
|
|
2110
|
-
|
|
2111
|
-
&__btn {
|
|
2112
|
-
height: 30px;
|
|
2113
|
-
width: 30px;
|
|
2114
|
-
font-size: 14px!important;
|
|
2115
|
-
|
|
2116
|
-
cursor: default;
|
|
2117
|
-
|
|
2118
|
-
&:focus {
|
|
2119
|
-
box-shadow: none;
|
|
2120
|
-
}
|
|
2121
|
-
}
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
}
|
|
1929
|
+
max-width: 300px;
|
|
1930
|
+
max-height: 300px;
|
|
1931
|
+
display: flex;
|
|
1932
|
+
flex-wrap: wrap;
|
|
1933
|
+
flex-direction: column;
|
|
1934
|
+
justify-content: center;
|
|
1935
|
+
align-items: center;
|
|
2125
1936
|
}
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
max-height: none!important;
|
|
2131
|
-
|
|
2132
|
-
.ng-scroll-content {
|
|
2133
|
-
margin: 0 !important;
|
|
2134
|
-
min-width: 100%!important;
|
|
2135
|
-
width: 100%!important;
|
|
1937
|
+
&__dropImgIconDiv {
|
|
1938
|
+
@include media('<720px') {
|
|
1939
|
+
p {
|
|
1940
|
+
display: none;
|
|
2136
1941
|
}
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
&__or {
|
|
1945
|
+
@include media('<720px') {
|
|
1946
|
+
display: none;
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
.blueColor {
|
|
1950
|
+
img {
|
|
1951
|
+
min-width: 4.0625rem;
|
|
1952
|
+
display: block;
|
|
1953
|
+
max-width: 4.0625rem;
|
|
1954
|
+
margin: 0 auto 0.9375rem;
|
|
1955
|
+
transform: translate(10px);
|
|
1956
|
+
}
|
|
1957
|
+
p {
|
|
1958
|
+
color: $border-upload-color;
|
|
1959
|
+
font-size: 1rem;
|
|
1960
|
+
line-height: 1.1875rem;
|
|
1961
|
+
font-weight: 500;
|
|
1962
|
+
margin: 0 auto 1.25rem;
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
&__or {
|
|
1966
|
+
font-size: 0.875rem;
|
|
1967
|
+
line-height: 1rem;
|
|
1968
|
+
margin: 0 0 1.25rem !important;
|
|
1969
|
+
}
|
|
1970
|
+
&__text {
|
|
1971
|
+
display: flex;
|
|
1972
|
+
align-items: center;
|
|
1973
|
+
justify-content: center;
|
|
1974
|
+
width: auto;
|
|
1975
|
+
border-radius: 3px;
|
|
1976
|
+
padding: 0.75rem 1.25rem;
|
|
1977
|
+
color: $white;
|
|
1978
|
+
font-size: 0.875rem;
|
|
1979
|
+
line-height: 1rem;
|
|
1980
|
+
white-space: nowrap;
|
|
1981
|
+
background-color: $img-green-color;
|
|
1982
|
+
transition: .3s ease;
|
|
1983
|
+
font-weight: 500;
|
|
1984
|
+
cursor: pointer;
|
|
1985
|
+
i {
|
|
1986
|
+
margin: 0 0.375rem 0 0;
|
|
1987
|
+
font-weight: 500;
|
|
1988
|
+
}
|
|
1989
|
+
&:hover, &:focus {
|
|
1990
|
+
background-color: darken($img-green-color, 15%);
|
|
1991
|
+
}
|
|
2137
1992
|
}
|
|
1993
|
+
}
|
|
2138
1994
|
}
|
|
2139
1995
|
//.wz-img-manager useful to keep the css priority
|
|
2140
1996
|
.wz-img-manager .wz-loader {
|
|
@@ -2404,36 +2260,315 @@ $tag-radius: rem(20px)!default;
|
|
|
2404
2260
|
}
|
|
2405
2261
|
}
|
|
2406
2262
|
}
|
|
2407
|
-
|
|
2408
|
-
// .pexels-lib__wrapper__result-nb
|
|
2409
|
-
&-nb {
|
|
2410
|
-
font-size: 14px;
|
|
2411
|
-
margin-top: 30px;
|
|
2412
|
-
margin-bottom: 15px;
|
|
2263
|
+
|
|
2264
|
+
// .pexels-lib__wrapper__result-nb
|
|
2265
|
+
&-nb {
|
|
2266
|
+
font-size: 14px;
|
|
2267
|
+
margin-top: 30px;
|
|
2268
|
+
margin-bottom: 15px;
|
|
2269
|
+
font-weight: 600;
|
|
2270
|
+
line-height: 40px;
|
|
2271
|
+
@include media('<tablet') {
|
|
2272
|
+
margin: 20px auto;
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
&__alert {
|
|
2279
|
+
margin-right: 0.8rem;
|
|
2280
|
+
margin-left: 0.3rem;
|
|
2281
|
+
margin-top: 10px;
|
|
2282
|
+
}
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
.wz-img-manager .pexels-lib .dropdown .dropdown-menu{
|
|
2286
|
+
min-width: 0;
|
|
2287
|
+
width: 100%;
|
|
2288
|
+
.dropdown-item:hover {
|
|
2289
|
+
background-color: #fafafa;
|
|
2290
|
+
cursor: pointer;
|
|
2291
|
+
}
|
|
2292
|
+
}
|
|
2293
|
+
//.wz-img-manager useful to keep the css priority
|
|
2294
|
+
.wz-img-manager .upload-list {
|
|
2295
|
+
text-align: left;
|
|
2296
|
+
font-size: 14px;
|
|
2297
|
+
color: #23272B;
|
|
2298
|
+
|
|
2299
|
+
&.smallDisplay {
|
|
2300
|
+
.upload-list__box__cards__card {
|
|
2301
|
+
width: 125px;
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
&__scroll {
|
|
2306
|
+
position: relative;
|
|
2307
|
+
max-height: 1160px!important;
|
|
2308
|
+
height: 1160px!important;
|
|
2309
|
+
|
|
2310
|
+
&--smallDisplay {
|
|
2311
|
+
max-height: 260px!important;
|
|
2312
|
+
height: 260px!important;
|
|
2313
|
+
|
|
2314
|
+
.upload-list__box {
|
|
2315
|
+
margin-bottom: 20px;
|
|
2316
|
+
}
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
&--window {
|
|
2320
|
+
max-height: none;
|
|
2321
|
+
height: 500px;
|
|
2322
|
+
}
|
|
2323
|
+
|
|
2324
|
+
.ng-scroll-content {
|
|
2325
|
+
margin-left: 0.5rem !important;
|
|
2326
|
+
margin-right: 0.5rem !important;
|
|
2327
|
+
min-width: calc(100% - 1rem) !important;
|
|
2328
|
+
width: calc(100% - 1rem) !important;
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
&__box {
|
|
2333
|
+
margin: 0 0.8rem 30px 0.3rem;
|
|
2334
|
+
padding: 30px;
|
|
2335
|
+
background-color: $img-gray-background;
|
|
2336
|
+
margin-right: 12px;
|
|
2337
|
+
margin-left: 5px;
|
|
2338
|
+
border-radius: 3px;
|
|
2339
|
+
|
|
2340
|
+
&__container {
|
|
2341
|
+
display: flex;
|
|
2342
|
+
justify-content: space-between;
|
|
2343
|
+
align-items: center;
|
|
2344
|
+
|
|
2345
|
+
p {
|
|
2346
|
+
display: inline;
|
|
2347
|
+
}
|
|
2348
|
+
|
|
2349
|
+
.dropdown {
|
|
2350
|
+
vertical-align: baseline;
|
|
2351
|
+
&:hover {
|
|
2352
|
+
.dropdown-trigger i {
|
|
2353
|
+
color: $img-main-color;
|
|
2354
|
+
}
|
|
2355
|
+
}
|
|
2356
|
+
.dropdown-trigger {
|
|
2357
|
+
display: inline;
|
|
2358
|
+
i {
|
|
2359
|
+
color: $img-secondary-text;
|
|
2360
|
+
margin-left: 10px;
|
|
2361
|
+
}
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
.dropdown-menu {
|
|
2365
|
+
padding: 0;
|
|
2366
|
+
width: 370px;
|
|
2367
|
+
left: -190px;
|
|
2368
|
+
margin-top: 3px;
|
|
2369
|
+
|
|
2370
|
+
.dropdown-item {
|
|
2371
|
+
display: flex;
|
|
2372
|
+
justify-content: left;
|
|
2373
|
+
align-items: center;
|
|
2374
|
+
|
|
2375
|
+
p {
|
|
2376
|
+
margin: 0;
|
|
2377
|
+
}
|
|
2378
|
+
|
|
2379
|
+
p:first-child {
|
|
2380
|
+
color: $img-main-text;
|
|
2381
|
+
font-size: 14px;
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2384
|
+
p:last-child {
|
|
2385
|
+
color: $img-green-color;
|
|
2386
|
+
font-size: 14px;
|
|
2387
|
+
margin-left: 10px;
|
|
2388
|
+
}
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
}
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
&__cards {
|
|
2395
|
+
padding-top: 15px;
|
|
2396
|
+
margin-left: 5px;
|
|
2397
|
+
display: flex;
|
|
2398
|
+
justify-content: left;
|
|
2399
|
+
flex-wrap: wrap;
|
|
2400
|
+
align-items: center;
|
|
2401
|
+
margin-right: -9px;
|
|
2402
|
+
width: calc(100% + 24px);
|
|
2403
|
+
transform: translateX(-12px);
|
|
2404
|
+
&__card {
|
|
2405
|
+
width: 198px;
|
|
2406
|
+
margin: 0 12px 12px;
|
|
2407
|
+
& > * {
|
|
2408
|
+
width: 100%;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
&__btnBox {
|
|
2412
|
+
text-align: center;
|
|
2413
|
+
margin: 0.625rem auto 0;
|
|
2414
|
+
|
|
2415
|
+
&__btn {
|
|
2416
|
+
height: 30px;
|
|
2417
|
+
width: 30px;
|
|
2418
|
+
font-size: 14px!important;
|
|
2419
|
+
|
|
2420
|
+
cursor: default;
|
|
2421
|
+
|
|
2422
|
+
&:focus {
|
|
2423
|
+
box-shadow: none;
|
|
2424
|
+
}
|
|
2425
|
+
}
|
|
2426
|
+
}
|
|
2427
|
+
}
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
@media screen and (max-width: 768px) {
|
|
2433
|
+
.wz-img-manager .img-tabs__tabsFirst .img-tabs__tabsFirst__list .upload-list__scroll {
|
|
2434
|
+
max-height: none!important;
|
|
2435
|
+
|
|
2436
|
+
.ng-scroll-content {
|
|
2437
|
+
margin: 0 !important;
|
|
2438
|
+
min-width: 100%!important;
|
|
2439
|
+
width: 100%!important;
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
.img-editor__infoSection__propertySEO__tooltips {
|
|
2444
|
+
i {
|
|
2445
|
+
font-size: 1rem;
|
|
2446
|
+
color: $main-text;
|
|
2447
|
+
}
|
|
2448
|
+
}image-cropper {
|
|
2449
|
+
max-height: 60vh;
|
|
2450
|
+
}.info-video {
|
|
2451
|
+
width: 100%;
|
|
2452
|
+
&, * {
|
|
2453
|
+
box-sizing: border-box;
|
|
2454
|
+
}
|
|
2455
|
+
&__wrapper {
|
|
2456
|
+
width: 100%;
|
|
2457
|
+
display: flex;
|
|
2458
|
+
flex-direction: column;
|
|
2459
|
+
justify-content: flex-start;
|
|
2460
|
+
align-items: flex-start;
|
|
2461
|
+
gap: 30px;
|
|
2462
|
+
&__top {
|
|
2463
|
+
width: 100%;
|
|
2464
|
+
display: flex;
|
|
2465
|
+
flex-direction: column;
|
|
2466
|
+
justify-content: flex-start;
|
|
2467
|
+
align-items: flex-start;
|
|
2468
|
+
gap: 12px;
|
|
2469
|
+
> label {
|
|
2470
|
+
font-size: 0.875rem;
|
|
2471
|
+
font-weight: 500;
|
|
2472
|
+
color: $main-text;
|
|
2473
|
+
i {
|
|
2474
|
+
font-size: 0.875rem;
|
|
2475
|
+
font-weight: 400;
|
|
2476
|
+
color: $img-second-color;
|
|
2477
|
+
margin: 0 0 0 5px;
|
|
2478
|
+
}
|
|
2479
|
+
}
|
|
2480
|
+
> span {
|
|
2481
|
+
font-size: 0.75rem;
|
|
2482
|
+
color: $img-second-color;
|
|
2483
|
+
margin-top: -2px;
|
|
2484
|
+
}
|
|
2485
|
+
> input {
|
|
2486
|
+
width: 100%;
|
|
2487
|
+
height: 2.5rem;
|
|
2488
|
+
border: 1px solid $img-input-border;
|
|
2489
|
+
border-radius: 0.1875rem;
|
|
2490
|
+
color: $img-main-text;
|
|
2491
|
+
padding: 0 1.25rem;
|
|
2492
|
+
font-size: 0.875rem;
|
|
2493
|
+
&:hover, &:focus {
|
|
2494
|
+
color: $main-text;
|
|
2495
|
+
border-color: $main-text;
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
}
|
|
2499
|
+
&__bottom {
|
|
2500
|
+
width: 100%;
|
|
2501
|
+
display: flex;
|
|
2502
|
+
flex-direction: column;
|
|
2503
|
+
justify-content: flex-start;
|
|
2504
|
+
align-items: flex-start;
|
|
2505
|
+
gap: 15px;
|
|
2506
|
+
&.has-border {
|
|
2507
|
+
padding-bottom: 32px;
|
|
2508
|
+
border-bottom: 2px solid $img-input-border;
|
|
2509
|
+
}
|
|
2510
|
+
> strong {
|
|
2511
|
+
font-size: 1rem;
|
|
2413
2512
|
font-weight: 600;
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2513
|
+
color: $main-text;
|
|
2514
|
+
}
|
|
2515
|
+
> p {
|
|
2516
|
+
font-size: 0.875rem;
|
|
2517
|
+
font-weight: 400;
|
|
2518
|
+
color: $main-text;
|
|
2519
|
+
display: flex;
|
|
2520
|
+
align-items: center;
|
|
2521
|
+
width: 100%;
|
|
2522
|
+
> span {
|
|
2523
|
+
white-space: nowrap;
|
|
2524
|
+
&:first-child {
|
|
2525
|
+
width: 100%;
|
|
2526
|
+
}
|
|
2527
|
+
&:last-child {
|
|
2528
|
+
width: auto;
|
|
2529
|
+
}
|
|
2417
2530
|
}
|
|
2418
2531
|
}
|
|
2419
2532
|
}
|
|
2533
|
+
& > a {
|
|
2534
|
+
color: $img-bright-red-color;
|
|
2535
|
+
text-decoration: underline;
|
|
2536
|
+
transition: .3s ease;
|
|
2537
|
+
cursor: pointer;
|
|
2538
|
+
font-size: 0.875rem;
|
|
2539
|
+
font-weight: 400;
|
|
2540
|
+
&:hover, &:focus {
|
|
2541
|
+
color: darken($img-bright-red-color, 10%);
|
|
2542
|
+
text-decoration: none;
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2420
2545
|
}
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2546
|
+
}
|
|
2547
|
+
.show-iframe {
|
|
2548
|
+
box-sizing: border-box;
|
|
2549
|
+
padding: 20px;
|
|
2550
|
+
&__none {
|
|
2551
|
+
width: 100%;
|
|
2552
|
+
text-align: center;
|
|
2553
|
+
font-size: 1rem;
|
|
2554
|
+
font-weight: 600;
|
|
2555
|
+
color: $main-text;
|
|
2556
|
+
padding: 20px 0;
|
|
2426
2557
|
}
|
|
2427
2558
|
}
|
|
2428
2559
|
|
|
2429
|
-
.
|
|
2430
|
-
min-width: 0;
|
|
2560
|
+
.video-container {
|
|
2431
2561
|
width: 100%;
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2562
|
+
max-width: 600px;
|
|
2563
|
+
aspect-ratio: 16 / 9;
|
|
2564
|
+
margin: 0 auto;
|
|
2565
|
+
iframe {
|
|
2566
|
+
width: 100%;
|
|
2567
|
+
height: 100%;
|
|
2568
|
+
border: 0;
|
|
2435
2569
|
}
|
|
2436
2570
|
}
|
|
2571
|
+
|
|
2437
2572
|
.mosaic {
|
|
2438
2573
|
width: 100%;
|
|
2439
2574
|
display: flex;
|
|
@@ -2820,135 +2955,6 @@ $tag-radius: rem(20px)!default;
|
|
|
2820
2955
|
}
|
|
2821
2956
|
}
|
|
2822
2957
|
}
|
|
2823
|
-
image-cropper {
|
|
2824
|
-
max-height: 60vh;
|
|
2825
|
-
}.img-editor__infoSection__propertySEO__tooltips {
|
|
2826
|
-
i {
|
|
2827
|
-
font-size: 1rem;
|
|
2828
|
-
color: $main-text;
|
|
2829
|
-
}
|
|
2830
|
-
}.info-video {
|
|
2831
|
-
width: 100%;
|
|
2832
|
-
&, * {
|
|
2833
|
-
box-sizing: border-box;
|
|
2834
|
-
}
|
|
2835
|
-
&__wrapper {
|
|
2836
|
-
width: 100%;
|
|
2837
|
-
display: flex;
|
|
2838
|
-
flex-direction: column;
|
|
2839
|
-
justify-content: flex-start;
|
|
2840
|
-
align-items: flex-start;
|
|
2841
|
-
gap: 30px;
|
|
2842
|
-
&__top {
|
|
2843
|
-
width: 100%;
|
|
2844
|
-
display: flex;
|
|
2845
|
-
flex-direction: column;
|
|
2846
|
-
justify-content: flex-start;
|
|
2847
|
-
align-items: flex-start;
|
|
2848
|
-
gap: 12px;
|
|
2849
|
-
> label {
|
|
2850
|
-
font-size: 0.875rem;
|
|
2851
|
-
font-weight: 500;
|
|
2852
|
-
color: $main-text;
|
|
2853
|
-
i {
|
|
2854
|
-
font-size: 0.875rem;
|
|
2855
|
-
font-weight: 400;
|
|
2856
|
-
color: $img-second-color;
|
|
2857
|
-
margin: 0 0 0 5px;
|
|
2858
|
-
}
|
|
2859
|
-
}
|
|
2860
|
-
> span {
|
|
2861
|
-
font-size: 0.75rem;
|
|
2862
|
-
color: $img-second-color;
|
|
2863
|
-
margin-top: -2px;
|
|
2864
|
-
}
|
|
2865
|
-
> input {
|
|
2866
|
-
width: 100%;
|
|
2867
|
-
height: 2.5rem;
|
|
2868
|
-
border: 1px solid $img-input-border;
|
|
2869
|
-
border-radius: 0.1875rem;
|
|
2870
|
-
color: $img-main-text;
|
|
2871
|
-
padding: 0 1.25rem;
|
|
2872
|
-
font-size: 0.875rem;
|
|
2873
|
-
&:hover, &:focus {
|
|
2874
|
-
color: $main-text;
|
|
2875
|
-
border-color: $main-text;
|
|
2876
|
-
}
|
|
2877
|
-
}
|
|
2878
|
-
}
|
|
2879
|
-
&__bottom {
|
|
2880
|
-
width: 100%;
|
|
2881
|
-
display: flex;
|
|
2882
|
-
flex-direction: column;
|
|
2883
|
-
justify-content: flex-start;
|
|
2884
|
-
align-items: flex-start;
|
|
2885
|
-
gap: 15px;
|
|
2886
|
-
&.has-border {
|
|
2887
|
-
padding-bottom: 32px;
|
|
2888
|
-
border-bottom: 2px solid $img-input-border;
|
|
2889
|
-
}
|
|
2890
|
-
> strong {
|
|
2891
|
-
font-size: 1rem;
|
|
2892
|
-
font-weight: 600;
|
|
2893
|
-
color: $main-text;
|
|
2894
|
-
}
|
|
2895
|
-
> p {
|
|
2896
|
-
font-size: 0.875rem;
|
|
2897
|
-
font-weight: 400;
|
|
2898
|
-
color: $main-text;
|
|
2899
|
-
display: flex;
|
|
2900
|
-
align-items: center;
|
|
2901
|
-
width: 100%;
|
|
2902
|
-
> span {
|
|
2903
|
-
white-space: nowrap;
|
|
2904
|
-
&:first-child {
|
|
2905
|
-
width: 100%;
|
|
2906
|
-
}
|
|
2907
|
-
&:last-child {
|
|
2908
|
-
width: auto;
|
|
2909
|
-
}
|
|
2910
|
-
}
|
|
2911
|
-
}
|
|
2912
|
-
}
|
|
2913
|
-
& > a {
|
|
2914
|
-
color: $img-bright-red-color;
|
|
2915
|
-
text-decoration: underline;
|
|
2916
|
-
transition: .3s ease;
|
|
2917
|
-
cursor: pointer;
|
|
2918
|
-
font-size: 0.875rem;
|
|
2919
|
-
font-weight: 400;
|
|
2920
|
-
&:hover, &:focus {
|
|
2921
|
-
color: darken($img-bright-red-color, 10%);
|
|
2922
|
-
text-decoration: none;
|
|
2923
|
-
}
|
|
2924
|
-
}
|
|
2925
|
-
}
|
|
2926
|
-
}
|
|
2927
|
-
.show-iframe {
|
|
2928
|
-
box-sizing: border-box;
|
|
2929
|
-
padding: 20px;
|
|
2930
|
-
&__none {
|
|
2931
|
-
width: 100%;
|
|
2932
|
-
text-align: center;
|
|
2933
|
-
font-size: 1rem;
|
|
2934
|
-
font-weight: 600;
|
|
2935
|
-
color: $main-text;
|
|
2936
|
-
padding: 20px 0;
|
|
2937
|
-
}
|
|
2938
|
-
}
|
|
2939
|
-
|
|
2940
|
-
.video-container {
|
|
2941
|
-
width: 100%;
|
|
2942
|
-
max-width: 600px;
|
|
2943
|
-
aspect-ratio: 16 / 9;
|
|
2944
|
-
margin: 0 auto;
|
|
2945
|
-
iframe {
|
|
2946
|
-
width: 100%;
|
|
2947
|
-
height: 100%;
|
|
2948
|
-
border: 0;
|
|
2949
|
-
}
|
|
2950
|
-
}
|
|
2951
|
-
|
|
2952
2958
|
$default-color-p-alert: #1e5568;
|
|
2953
2959
|
$success-color-p-alert: #11552e;
|
|
2954
2960
|
$warning-color-p-alert: #3a0505;
|