@wizishop/img-manager 19.0.0 → 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/wz-img-manager.scss
CHANGED
|
@@ -942,256 +942,6 @@ $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 .images-view {
|
|
946
|
-
text-align: left;
|
|
947
|
-
|
|
948
|
-
&.fullSize {
|
|
949
|
-
& + .images-view__scroll {
|
|
950
|
-
max-height: 830px!important;
|
|
951
|
-
}
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
&__scroll {
|
|
955
|
-
position: relative;
|
|
956
|
-
height: 100%;
|
|
957
|
-
z-index: 1;
|
|
958
|
-
|
|
959
|
-
&--full {
|
|
960
|
-
max-height: calc(100vh - 160px);
|
|
961
|
-
height: calc(100vh - 160px);
|
|
962
|
-
min-height: calc(100vh - 160px) ;
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
&--smallDisplay {
|
|
966
|
-
max-height: 275px!important;
|
|
967
|
-
height: 275px!important;
|
|
968
|
-
@include media('<tablet') {
|
|
969
|
-
max-height: calc(100vh - 90px)!important;
|
|
970
|
-
height: calc(100vh - 90px)!important;
|
|
971
|
-
min-height: calc(100vh - 90px) !important;
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
&--smallUploadDisplay {
|
|
976
|
-
max-height: 230px!important;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
&--window {
|
|
980
|
-
max-height: unset!important;
|
|
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
|
-
}
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
.ng-scroll-content {
|
|
995
|
-
min-width: calc(100% - 1rem) !important;
|
|
996
|
-
width: calc(100% - 1rem) !important;
|
|
997
|
-
@include media('<tablet') {
|
|
998
|
-
min-width: 100%!important;
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
&__container {
|
|
1004
|
-
display: flex;
|
|
1005
|
-
justify-content: space-between;
|
|
1006
|
-
margin: 0 0;
|
|
1007
|
-
|
|
1008
|
-
> div {
|
|
1009
|
-
display: flex;
|
|
1010
|
-
align-items: center;
|
|
1011
|
-
.mainColor {
|
|
1012
|
-
margin: 0;
|
|
1013
|
-
}
|
|
1014
|
-
}
|
|
1015
|
-
|
|
1016
|
-
&--window {
|
|
1017
|
-
margin: 1.875rem 0 0;
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
&--uploadTab {
|
|
1021
|
-
margin: 0 0 1.25rem;
|
|
1022
|
-
}
|
|
1023
|
-
|
|
1024
|
-
&__boxAction {
|
|
1025
|
-
width: 525px;
|
|
1026
|
-
overflow: visible;
|
|
1027
|
-
display: flex;
|
|
1028
|
-
position: relative;
|
|
1029
|
-
justify-content: flex-end;
|
|
1030
|
-
margin-right: 13px;
|
|
1031
|
-
height: 40px;
|
|
1032
|
-
align-items: center;
|
|
1033
|
-
transform: translate(-41px,-3px);
|
|
1034
|
-
|
|
1035
|
-
&__confirmSup {
|
|
1036
|
-
display: flex;
|
|
1037
|
-
justify-content: space-between;
|
|
1038
|
-
align-items: center;
|
|
1039
|
-
border-left: solid 1px #d8d8d8;
|
|
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;
|
|
1048
|
-
|
|
1049
|
-
&--visible {
|
|
1050
|
-
max-width: unset;
|
|
1051
|
-
width: auto;
|
|
1052
|
-
opacity: 1;
|
|
1053
|
-
transition: 0s;
|
|
1054
|
-
visibility: visible;
|
|
1055
|
-
|
|
1056
|
-
p {
|
|
1057
|
-
transition: left .3s ease-in-out;
|
|
1058
|
-
right: 100%;
|
|
1059
|
-
left: auto;
|
|
1060
|
-
white-space: nowrap;
|
|
1061
|
-
margin-right: 30px;
|
|
1062
|
-
}
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
&__cancel {
|
|
1066
|
-
margin-right: 14px;
|
|
1067
|
-
background-color: white;
|
|
1068
|
-
border-color: #dbdbdb;
|
|
1069
|
-
color: $img-main-text;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
&__text {
|
|
1073
|
-
font-size: 14px;
|
|
1074
|
-
position: absolute;
|
|
1075
|
-
left: -126%;
|
|
1076
|
-
transition: font-size .3s ease-in-out, left .3s ease-in-out;
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
|
|
1080
|
-
&__delBtn {
|
|
1081
|
-
i {
|
|
1082
|
-
margin-right: 13px!important;
|
|
1083
|
-
}
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
&__import {
|
|
1087
|
-
margin-right: 13px;
|
|
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
945
|
.wz-img-manager .img-editor {
|
|
1196
946
|
&__scroll {
|
|
1197
947
|
position: relative;
|
|
@@ -1539,12 +1289,268 @@ $tag-radius: rem(20px)!default;
|
|
|
1539
1289
|
}
|
|
1540
1290
|
}
|
|
1541
1291
|
}
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
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
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
.filter-video {
|
|
1524
|
+
width: 100%;
|
|
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;
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
// Warning: in webcomponent (for wizishop-com project) the following style are added by styles-handler.js script (hard-coded)
|
|
1549
|
+
.wz-img-manager .img-selection {
|
|
1550
|
+
background-color: white;
|
|
1551
|
+
margin-left: 1.875rem;
|
|
1552
|
+
margin-right: 1.875rem;
|
|
1553
|
+
transition: height .3s ease;
|
|
1548
1554
|
//height: 0;
|
|
1549
1555
|
display: flex;
|
|
1550
1556
|
align-items: center;
|
|
@@ -1664,170 +1670,59 @@ $tag-radius: rem(20px)!default;
|
|
|
1664
1670
|
height: fit-content;
|
|
1665
1671
|
position: relative;
|
|
1666
1672
|
padding: 0;
|
|
1667
|
-
margin: 0 20px 0 0;
|
|
1668
|
-
min-width: 150px;
|
|
1669
|
-
max-width: 150px;
|
|
1670
|
-
&:before {
|
|
1671
|
-
content: '';
|
|
1672
|
-
display: block;
|
|
1673
|
-
padding-top: 100%;
|
|
1674
|
-
}
|
|
1675
|
-
&:first-child {
|
|
1676
|
-
min-width: 200px;
|
|
1677
|
-
max-width: 200px;
|
|
1678
|
-
}
|
|
1679
|
-
img {
|
|
1680
|
-
position: absolute;
|
|
1681
|
-
top: 50%;
|
|
1682
|
-
left: 50%;
|
|
1683
|
-
transform: translate(-50%, -50%);
|
|
1684
|
-
max-width: 100%!important;
|
|
1685
|
-
max-height: 100%;
|
|
1686
|
-
object-fit: contain;
|
|
1687
|
-
width: auto!important;
|
|
1688
|
-
height: auto;
|
|
1689
|
-
}
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
.cdk-drag-preview {
|
|
1694
|
-
box-sizing: border-box;
|
|
1695
|
-
border-radius: 4px;
|
|
1696
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
|
|
1697
|
-
0 8px 10px 1px rgba(0, 0, 0, 0.14),
|
|
1698
|
-
0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1699
|
-
img {
|
|
1700
|
-
width: 100%!important;
|
|
1701
|
-
height: auto!important;
|
|
1702
|
-
}
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
.cdk-drag-placeholder {
|
|
1706
|
-
opacity: 0;
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
.cdk-drag-animating {
|
|
1710
|
-
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.list_img_selection.cdk-drop-list-dragging .img_box:not(.cdk-drag-placeholder) {
|
|
1714
|
-
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
.trash {
|
|
1718
|
-
display: none!important;
|
|
1719
|
-
}
|
|
1720
|
-
.img-upload {
|
|
1721
|
-
position: relative;
|
|
1722
|
-
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='3' ry='3' stroke='%2352AECD' stroke-width='2' stroke-dasharray='4%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
1723
|
-
border-radius: 3px;
|
|
1724
|
-
&:before {
|
|
1725
|
-
content: '';
|
|
1726
|
-
display: block;
|
|
1727
|
-
padding-top: 110.82%;
|
|
1728
|
-
}
|
|
1729
|
-
&--small {
|
|
1730
|
-
&:before {
|
|
1731
|
-
padding-top: 202px;
|
|
1732
|
-
}
|
|
1733
|
-
.img-upload {
|
|
1734
|
-
&__container {
|
|
1735
|
-
.blueColor {
|
|
1736
|
-
img {
|
|
1737
|
-
min-width: 1.875rem;
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
&__or {
|
|
1741
|
-
margin: 0.625rem 0;
|
|
1742
|
-
}
|
|
1743
|
-
&__text {
|
|
1744
|
-
padding: 0.5rem 1.25rem;
|
|
1745
|
-
}
|
|
1746
|
-
}
|
|
1747
|
-
}
|
|
1748
|
-
}
|
|
1749
|
-
&__container {
|
|
1750
|
-
position: absolute;
|
|
1751
|
-
top: 0;
|
|
1752
|
-
left: 0;
|
|
1753
|
-
width: 100%;
|
|
1754
|
-
height: 100%;
|
|
1755
|
-
display: flex;
|
|
1756
|
-
flex-wrap: wrap;
|
|
1757
|
-
flex-direction: column;
|
|
1758
|
-
justify-content: center;
|
|
1759
|
-
align-items: center;
|
|
1760
|
-
&__loader {
|
|
1761
|
-
position: absolute;
|
|
1762
|
-
top: 50%;
|
|
1763
|
-
left: 50%;
|
|
1764
|
-
transform: translate(-50%,-50%);
|
|
1765
|
-
max-width: 300px;
|
|
1766
|
-
max-height: 300px;
|
|
1767
|
-
display: flex;
|
|
1768
|
-
flex-wrap: wrap;
|
|
1769
|
-
flex-direction: column;
|
|
1770
|
-
justify-content: center;
|
|
1771
|
-
align-items: center;
|
|
1772
|
-
}
|
|
1773
|
-
&__dropImgIconDiv {
|
|
1774
|
-
@include media('<720px') {
|
|
1775
|
-
p {
|
|
1776
|
-
display: none;
|
|
1777
|
-
}
|
|
1778
|
-
}
|
|
1779
|
-
}
|
|
1780
|
-
&__or {
|
|
1781
|
-
@include media('<720px') {
|
|
1782
|
-
display: none;
|
|
1783
|
-
}
|
|
1784
|
-
}
|
|
1785
|
-
.blueColor {
|
|
1786
|
-
img {
|
|
1787
|
-
min-width: 4.0625rem;
|
|
1788
|
-
display: block;
|
|
1789
|
-
max-width: 4.0625rem;
|
|
1790
|
-
margin: 0 auto 0.9375rem;
|
|
1791
|
-
transform: translate(10px);
|
|
1792
|
-
}
|
|
1793
|
-
p {
|
|
1794
|
-
color: $border-upload-color;
|
|
1795
|
-
font-size: 1rem;
|
|
1796
|
-
line-height: 1.1875rem;
|
|
1797
|
-
font-weight: 500;
|
|
1798
|
-
margin: 0 auto 1.25rem;
|
|
1799
|
-
}
|
|
1800
|
-
}
|
|
1801
|
-
&__or {
|
|
1802
|
-
font-size: 0.875rem;
|
|
1803
|
-
line-height: 1rem;
|
|
1804
|
-
margin: 0 0 1.25rem !important;
|
|
1805
|
-
}
|
|
1806
|
-
&__text {
|
|
1807
|
-
display: flex;
|
|
1808
|
-
align-items: center;
|
|
1809
|
-
justify-content: center;
|
|
1810
|
-
width: auto;
|
|
1811
|
-
border-radius: 3px;
|
|
1812
|
-
padding: 0.75rem 1.25rem;
|
|
1813
|
-
color: $white;
|
|
1814
|
-
font-size: 0.875rem;
|
|
1815
|
-
line-height: 1rem;
|
|
1816
|
-
white-space: nowrap;
|
|
1817
|
-
background-color: $img-green-color;
|
|
1818
|
-
transition: .3s ease;
|
|
1819
|
-
font-weight: 500;
|
|
1820
|
-
cursor: pointer;
|
|
1821
|
-
i {
|
|
1822
|
-
margin: 0 0.375rem 0 0;
|
|
1823
|
-
font-weight: 500;
|
|
1824
|
-
}
|
|
1825
|
-
&:hover, &:focus {
|
|
1826
|
-
background-color: darken($img-green-color, 15%);
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1673
|
+
margin: 0 20px 0 0;
|
|
1674
|
+
min-width: 150px;
|
|
1675
|
+
max-width: 150px;
|
|
1676
|
+
&:before {
|
|
1677
|
+
content: '';
|
|
1678
|
+
display: block;
|
|
1679
|
+
padding-top: 100%;
|
|
1680
|
+
}
|
|
1681
|
+
&:first-child {
|
|
1682
|
+
min-width: 200px;
|
|
1683
|
+
max-width: 200px;
|
|
1684
|
+
}
|
|
1685
|
+
img {
|
|
1686
|
+
position: absolute;
|
|
1687
|
+
top: 50%;
|
|
1688
|
+
left: 50%;
|
|
1689
|
+
transform: translate(-50%, -50%);
|
|
1690
|
+
max-width: 100%!important;
|
|
1691
|
+
max-height: 100%;
|
|
1692
|
+
object-fit: contain;
|
|
1693
|
+
width: auto!important;
|
|
1694
|
+
height: auto;
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
.cdk-drag-preview {
|
|
1700
|
+
box-sizing: border-box;
|
|
1701
|
+
border-radius: 4px;
|
|
1702
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
|
|
1703
|
+
0 8px 10px 1px rgba(0, 0, 0, 0.14),
|
|
1704
|
+
0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1705
|
+
img {
|
|
1706
|
+
width: 100%!important;
|
|
1707
|
+
height: auto!important;
|
|
1829
1708
|
}
|
|
1830
1709
|
}
|
|
1710
|
+
|
|
1711
|
+
.cdk-drag-placeholder {
|
|
1712
|
+
opacity: 0;
|
|
1713
|
+
}
|
|
1714
|
+
|
|
1715
|
+
.cdk-drag-animating {
|
|
1716
|
+
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
|
1717
|
+
}
|
|
1718
|
+
|
|
1719
|
+
.list_img_selection.cdk-drop-list-dragging .img_box:not(.cdk-drag-placeholder) {
|
|
1720
|
+
transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
.trash {
|
|
1724
|
+
display: none!important;
|
|
1725
|
+
}
|
|
1831
1726
|
//.wz-img-manager useful to keep the css priority
|
|
1832
1727
|
.wz-img-manager .img-tabs {
|
|
1833
1728
|
background-color: white;
|
|
@@ -1986,6 +1881,117 @@ $tag-radius: rem(20px)!default;
|
|
|
1986
1881
|
padding: 20px 0;
|
|
1987
1882
|
}
|
|
1988
1883
|
}
|
|
1884
|
+
.img-upload {
|
|
1885
|
+
position: relative;
|
|
1886
|
+
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='3' ry='3' stroke='%2352AECD' stroke-width='2' stroke-dasharray='4%2c 8' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
|
|
1887
|
+
border-radius: 3px;
|
|
1888
|
+
&:before {
|
|
1889
|
+
content: '';
|
|
1890
|
+
display: block;
|
|
1891
|
+
padding-top: 110.82%;
|
|
1892
|
+
}
|
|
1893
|
+
&--small {
|
|
1894
|
+
&:before {
|
|
1895
|
+
padding-top: 202px;
|
|
1896
|
+
}
|
|
1897
|
+
.img-upload {
|
|
1898
|
+
&__container {
|
|
1899
|
+
.blueColor {
|
|
1900
|
+
img {
|
|
1901
|
+
min-width: 1.875rem;
|
|
1902
|
+
}
|
|
1903
|
+
}
|
|
1904
|
+
&__or {
|
|
1905
|
+
margin: 0.625rem 0;
|
|
1906
|
+
}
|
|
1907
|
+
&__text {
|
|
1908
|
+
padding: 0.5rem 1.25rem;
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
&__container {
|
|
1914
|
+
position: absolute;
|
|
1915
|
+
top: 0;
|
|
1916
|
+
left: 0;
|
|
1917
|
+
width: 100%;
|
|
1918
|
+
height: 100%;
|
|
1919
|
+
display: flex;
|
|
1920
|
+
flex-wrap: wrap;
|
|
1921
|
+
flex-direction: column;
|
|
1922
|
+
justify-content: center;
|
|
1923
|
+
align-items: center;
|
|
1924
|
+
&__loader {
|
|
1925
|
+
position: absolute;
|
|
1926
|
+
top: 50%;
|
|
1927
|
+
left: 50%;
|
|
1928
|
+
transform: translate(-50%,-50%);
|
|
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;
|
|
1936
|
+
}
|
|
1937
|
+
&__dropImgIconDiv {
|
|
1938
|
+
@include media('<720px') {
|
|
1939
|
+
p {
|
|
1940
|
+
display: none;
|
|
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
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1989
1995
|
//.wz-img-manager useful to keep the css priority
|
|
1990
1996
|
.wz-img-manager .wz-loader {
|
|
1991
1997
|
&.is-small {
|
|
@@ -2384,56 +2390,185 @@ $tag-radius: rem(20px)!default;
|
|
|
2384
2390
|
}
|
|
2385
2391
|
}
|
|
2386
2392
|
}
|
|
2387
|
-
|
|
2388
|
-
&__cards {
|
|
2389
|
-
padding-top: 15px;
|
|
2390
|
-
margin-left: 5px;
|
|
2391
|
-
display: flex;
|
|
2392
|
-
justify-content: left;
|
|
2393
|
-
flex-wrap: wrap;
|
|
2394
|
-
align-items: center;
|
|
2395
|
-
margin-right: -9px;
|
|
2396
|
-
width: calc(100% + 24px);
|
|
2397
|
-
transform: translateX(-12px);
|
|
2398
|
-
&__card {
|
|
2399
|
-
width: 198px;
|
|
2400
|
-
margin: 0 12px 12px;
|
|
2401
|
-
& > * {
|
|
2402
|
-
width: 100%;
|
|
2403
|
-
}
|
|
2404
|
-
|
|
2405
|
-
&__btnBox {
|
|
2406
|
-
text-align: center;
|
|
2407
|
-
margin: 0.625rem auto 0;
|
|
2408
|
-
|
|
2409
|
-
&__btn {
|
|
2410
|
-
height: 30px;
|
|
2411
|
-
width: 30px;
|
|
2412
|
-
font-size: 14px!important;
|
|
2413
|
-
|
|
2414
|
-
cursor: default;
|
|
2415
|
-
|
|
2416
|
-
&:focus {
|
|
2417
|
-
box-shadow: none;
|
|
2418
|
-
}
|
|
2419
|
-
}
|
|
2420
|
-
}
|
|
2421
|
-
}
|
|
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;
|
|
2512
|
+
font-weight: 600;
|
|
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
|
+
}
|
|
2422
2530
|
}
|
|
2531
|
+
}
|
|
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
|
+
}
|
|
2423
2544
|
}
|
|
2545
|
+
}
|
|
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;
|
|
2557
|
+
}
|
|
2424
2558
|
}
|
|
2425
2559
|
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2560
|
+
.video-container {
|
|
2561
|
+
width: 100%;
|
|
2562
|
+
max-width: 600px;
|
|
2563
|
+
aspect-ratio: 16 / 9;
|
|
2564
|
+
margin: 0 auto;
|
|
2565
|
+
iframe {
|
|
2566
|
+
width: 100%;
|
|
2567
|
+
height: 100%;
|
|
2568
|
+
border: 0;
|
|
2569
|
+
}
|
|
2436
2570
|
}
|
|
2571
|
+
|
|
2437
2572
|
.mosaic {
|
|
2438
2573
|
width: 100%;
|
|
2439
2574
|
display: flex;
|
|
@@ -2820,135 +2955,65 @@ $tag-radius: rem(20px)!default;
|
|
|
2820
2955
|
}
|
|
2821
2956
|
}
|
|
2822
2957
|
}
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2958
|
+
$default-color-p-alert: #1e5568;
|
|
2959
|
+
$success-color-p-alert: #11552e;
|
|
2960
|
+
$warning-color-p-alert: #3a0505;
|
|
2961
|
+
$primary-button: #e95656;
|
|
2962
|
+
$link-color: #52aecd;
|
|
2963
|
+
$green-color: #2ecc71;
|
|
2964
|
+
|
|
2965
|
+
.wz-alert {
|
|
2831
2966
|
width: 100%;
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
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
|
-
}
|
|
2967
|
+
background-color: transparentize($link-color, 0.85);
|
|
2968
|
+
color: $link-color;
|
|
2969
|
+
border-radius: 3px;
|
|
2970
|
+
display: flex;
|
|
2971
|
+
flex-wrap: nowrap;
|
|
2972
|
+
justify-content: space-between;
|
|
2973
|
+
padding: 20px;
|
|
2974
|
+
&.success {
|
|
2975
|
+
background-color: transparentize($green-color, 0.85);
|
|
2976
|
+
p {
|
|
2977
|
+
color: $success-color-p-alert;
|
|
2978
|
+
> * {
|
|
2979
|
+
color: $success-color-p-alert;
|
|
2911
2980
|
}
|
|
2912
2981
|
}
|
|
2913
|
-
|
|
2914
|
-
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
|
-
}
|
|
2982
|
+
i {
|
|
2983
|
+
color: $green-color;
|
|
2924
2984
|
}
|
|
2925
2985
|
}
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2986
|
+
&.warning {
|
|
2987
|
+
background-color: transparentize($primary-button, 0.85);
|
|
2988
|
+
p {
|
|
2989
|
+
color: $warning-color-p-alert;
|
|
2990
|
+
> * {
|
|
2991
|
+
color: $warning-color-p-alert;
|
|
2992
|
+
}
|
|
2993
|
+
}
|
|
2994
|
+
i {
|
|
2995
|
+
color: $primary-button;
|
|
2996
|
+
}
|
|
2937
2997
|
}
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
.video-container {
|
|
2941
|
-
width: 100%;
|
|
2942
|
-
max-width: 600px;
|
|
2943
|
-
aspect-ratio: 16 / 9;
|
|
2944
|
-
margin: 0 auto;
|
|
2945
|
-
iframe {
|
|
2998
|
+
p {
|
|
2946
2999
|
width: 100%;
|
|
2947
|
-
|
|
2948
|
-
|
|
3000
|
+
font-size: 0.875rem;
|
|
3001
|
+
line-height: 1.5625rem;
|
|
3002
|
+
margin: 0;
|
|
3003
|
+
padding: 0;
|
|
3004
|
+
color: $default-color-p-alert;
|
|
3005
|
+
> * {
|
|
3006
|
+
color: $default-color-p-alert;
|
|
3007
|
+
}
|
|
3008
|
+
}
|
|
3009
|
+
i {
|
|
3010
|
+
width: auto;
|
|
3011
|
+
margin: 0 10px 0 0;
|
|
3012
|
+
color: inherit;
|
|
3013
|
+
font-size: 0.875rem;
|
|
3014
|
+
line-height: 1.5625rem;
|
|
2949
3015
|
}
|
|
2950
3016
|
}
|
|
2951
|
-
|
|
2952
3017
|
.wz-img-manager .is-checkradio[type='checkbox'] {
|
|
2953
3018
|
outline: 0 !important;
|
|
2954
3019
|
& + label {
|
|
@@ -3256,290 +3321,86 @@ image-cropper {
|
|
|
3256
3321
|
p {
|
|
3257
3322
|
margin: 4px 11px 4px 0;
|
|
3258
3323
|
font-size: 14px;
|
|
3259
|
-
line-height: 24px;
|
|
3260
|
-
color: $second-color;
|
|
3261
|
-
}
|
|
3262
|
-
|
|
3263
|
-
select {
|
|
3264
|
-
width: 50px;
|
|
3265
|
-
font-size: 14px;
|
|
3266
|
-
line-height: 24px;
|
|
3267
|
-
color: $second-color;
|
|
3268
|
-
padding: 3px 26px 3px 15px;
|
|
3269
|
-
border: 1px solid $border-form;
|
|
3270
|
-
border-radius: 3px;
|
|
3271
|
-
-webkit-appearance: none;
|
|
3272
|
-
-moz-appearance: none;
|
|
3273
|
-
text-indent: 0;
|
|
3274
|
-
text-overflow: '';
|
|
3275
|
-
background: transparent
|
|
3276
|
-
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
|
|
3277
|
-
top 8px right 12px / 10px 10px no-repeat;
|
|
3278
|
-
}
|
|
3279
|
-
|
|
3280
|
-
select::-ms-expand {
|
|
3281
|
-
display: none;
|
|
3282
|
-
}
|
|
3283
|
-
}
|
|
3284
|
-
|
|
3285
|
-
&__elements {
|
|
3286
|
-
margin-right: 30px;
|
|
3287
|
-
@include media('<tablet') {
|
|
3288
|
-
display: none;
|
|
3289
|
-
}
|
|
3290
|
-
|
|
3291
|
-
p {
|
|
3292
|
-
margin: 8px 0 9px 0;
|
|
3293
|
-
font-size: 14px;
|
|
3294
|
-
line-height: 24px;
|
|
3295
|
-
color: $dark;
|
|
3296
|
-
}
|
|
3297
|
-
}
|
|
3298
|
-
|
|
3299
|
-
&__arrows {
|
|
3300
|
-
@include flexbox();
|
|
3301
|
-
|
|
3302
|
-
&__arrow {
|
|
3303
|
-
width: 40px;
|
|
3304
|
-
height: 40px;
|
|
3305
|
-
padding: 9px 14px;
|
|
3306
|
-
border: 1px solid $border-form;
|
|
3307
|
-
border-radius: 3px;
|
|
3308
|
-
cursor: pointer;
|
|
3309
|
-
display: flex;
|
|
3310
|
-
align-items: center;
|
|
3311
|
-
|
|
3312
|
-
span {
|
|
3313
|
-
display: inline-block;
|
|
3314
|
-
width: 10px;
|
|
3315
|
-
height: 15px;
|
|
3316
|
-
}
|
|
3317
|
-
|
|
3318
|
-
&--left {
|
|
3319
|
-
margin-right: 10px;
|
|
3320
|
-
|
|
3321
|
-
span {
|
|
3322
|
-
background: transparent
|
|
3323
|
-
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
|
|
3324
|
-
center center / 10px 12px no-repeat;
|
|
3325
|
-
}
|
|
3326
|
-
}
|
|
3327
|
-
|
|
3328
|
-
&--right {
|
|
3329
|
-
span {
|
|
3330
|
-
background: transparent
|
|
3331
|
-
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
|
|
3332
|
-
center center / 10px 12px no-repeat;
|
|
3333
|
-
}
|
|
3334
|
-
}
|
|
3335
|
-
|
|
3336
|
-
&--disabled {
|
|
3337
|
-
border-color: $background-color;
|
|
3338
|
-
background-color: $background-color;
|
|
3339
|
-
}
|
|
3340
|
-
}
|
|
3341
|
-
}
|
|
3342
|
-
}
|
|
3343
|
-
}
|
|
3344
|
-
$default-color-p-alert: #1e5568;
|
|
3345
|
-
$success-color-p-alert: #11552e;
|
|
3346
|
-
$warning-color-p-alert: #3a0505;
|
|
3347
|
-
$primary-button: #e95656;
|
|
3348
|
-
$link-color: #52aecd;
|
|
3349
|
-
$green-color: #2ecc71;
|
|
3350
|
-
|
|
3351
|
-
.wz-alert {
|
|
3352
|
-
width: 100%;
|
|
3353
|
-
background-color: transparentize($link-color, 0.85);
|
|
3354
|
-
color: $link-color;
|
|
3355
|
-
border-radius: 3px;
|
|
3356
|
-
display: flex;
|
|
3357
|
-
flex-wrap: nowrap;
|
|
3358
|
-
justify-content: space-between;
|
|
3359
|
-
padding: 20px;
|
|
3360
|
-
&.success {
|
|
3361
|
-
background-color: transparentize($green-color, 0.85);
|
|
3362
|
-
p {
|
|
3363
|
-
color: $success-color-p-alert;
|
|
3364
|
-
> * {
|
|
3365
|
-
color: $success-color-p-alert;
|
|
3366
|
-
}
|
|
3367
|
-
}
|
|
3368
|
-
i {
|
|
3369
|
-
color: $green-color;
|
|
3370
|
-
}
|
|
3371
|
-
}
|
|
3372
|
-
&.warning {
|
|
3373
|
-
background-color: transparentize($primary-button, 0.85);
|
|
3374
|
-
p {
|
|
3375
|
-
color: $warning-color-p-alert;
|
|
3376
|
-
> * {
|
|
3377
|
-
color: $warning-color-p-alert;
|
|
3378
|
-
}
|
|
3379
|
-
}
|
|
3380
|
-
i {
|
|
3381
|
-
color: $primary-button;
|
|
3382
|
-
}
|
|
3383
|
-
}
|
|
3384
|
-
p {
|
|
3385
|
-
width: 100%;
|
|
3386
|
-
font-size: 0.875rem;
|
|
3387
|
-
line-height: 1.5625rem;
|
|
3388
|
-
margin: 0;
|
|
3389
|
-
padding: 0;
|
|
3390
|
-
color: $default-color-p-alert;
|
|
3391
|
-
> * {
|
|
3392
|
-
color: $default-color-p-alert;
|
|
3393
|
-
}
|
|
3394
|
-
}
|
|
3395
|
-
i {
|
|
3396
|
-
width: auto;
|
|
3397
|
-
margin: 0 10px 0 0;
|
|
3398
|
-
color: inherit;
|
|
3399
|
-
font-size: 0.875rem;
|
|
3400
|
-
line-height: 1.5625rem;
|
|
3401
|
-
}
|
|
3402
|
-
}
|
|
3403
|
-
.wz-img-manager .wz-table {
|
|
3404
|
-
width: 100%;
|
|
3405
|
-
|
|
3406
|
-
&__head {
|
|
3407
|
-
@include flexbox();
|
|
3408
|
-
@include flex-flow(row nowrap);
|
|
3409
|
-
width: 100%;
|
|
3410
|
-
border-top: 1px solid $textarea-border-color;
|
|
3411
|
-
border-bottom: 1px solid $textarea-border-color;
|
|
3412
|
-
background-color: $gray-background;
|
|
3413
|
-
|
|
3414
|
-
&__cell {
|
|
3415
|
-
@include flexbox();
|
|
3416
|
-
@include flex(1);
|
|
3417
|
-
padding: 15px 20px;
|
|
3418
|
-
font-size: 14px;
|
|
3419
|
-
line-height: 20px;
|
|
3420
|
-
color: $main-text;
|
|
3421
|
-
font-weight: 600;
|
|
3422
|
-
|
|
3423
|
-
&--checkbox {
|
|
3424
|
-
@include flex(none);
|
|
3425
|
-
width: 80px;
|
|
3426
|
-
padding: 10px 20px 6px 20px;
|
|
3427
|
-
> * {
|
|
3428
|
-
transform: translateX(15px);
|
|
3429
|
-
}
|
|
3430
|
-
}
|
|
3431
|
-
|
|
3432
|
-
&__search {
|
|
3433
|
-
color: $main-text;
|
|
3434
|
-
padding-right: 23px;
|
|
3435
|
-
transition: background-image 0.3s ease-in-out;
|
|
3436
|
-
cursor: text;
|
|
3437
|
-
|
|
3438
|
-
&:hover {
|
|
3439
|
-
color: $main-text;
|
|
3440
|
-
}
|
|
3441
|
-
|
|
3442
|
-
&--idle {
|
|
3443
|
-
background: transparent
|
|
3444
|
-
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
|
|
3445
|
-
center right / 14px 14px no-repeat;
|
|
3446
|
-
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
3447
|
-
cursor: pointer;
|
|
3448
|
-
|
|
3449
|
-
&:hover {
|
|
3450
|
-
transition: color 0.3s ease-in-out;
|
|
3451
|
-
}
|
|
3452
|
-
}
|
|
3453
|
-
|
|
3454
|
-
&--up {
|
|
3455
|
-
background: transparent
|
|
3456
|
-
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
|
|
3457
|
-
center right / 14px 14px no-repeat;
|
|
3458
|
-
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
3459
|
-
cursor: pointer;
|
|
3460
|
-
|
|
3461
|
-
&:hover {
|
|
3462
|
-
transition: color 0.3s ease-in-out;
|
|
3463
|
-
}
|
|
3464
|
-
}
|
|
3465
|
-
|
|
3466
|
-
&--down {
|
|
3467
|
-
background: transparent
|
|
3468
|
-
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
|
|
3469
|
-
center right / 14px 14px no-repeat;
|
|
3470
|
-
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
3471
|
-
cursor: pointer;
|
|
3472
|
-
|
|
3473
|
-
&:hover {
|
|
3474
|
-
transition: color 0.3s ease-in-out;
|
|
3475
|
-
}
|
|
3476
|
-
}
|
|
3477
|
-
}
|
|
3478
|
-
|
|
3479
|
-
&--center--left {
|
|
3480
|
-
@include align-items(center);
|
|
3481
|
-
@include justify-content(left);
|
|
3324
|
+
line-height: 24px;
|
|
3325
|
+
color: $second-color;
|
|
3482
3326
|
}
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3327
|
+
|
|
3328
|
+
select {
|
|
3329
|
+
width: 50px;
|
|
3330
|
+
font-size: 14px;
|
|
3331
|
+
line-height: 24px;
|
|
3332
|
+
color: $second-color;
|
|
3333
|
+
padding: 3px 26px 3px 15px;
|
|
3334
|
+
border: 1px solid $border-form;
|
|
3335
|
+
border-radius: 3px;
|
|
3336
|
+
-webkit-appearance: none;
|
|
3337
|
+
-moz-appearance: none;
|
|
3338
|
+
text-indent: 0;
|
|
3339
|
+
text-overflow: '';
|
|
3340
|
+
background: transparent
|
|
3341
|
+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
|
|
3342
|
+
top 8px right 12px / 10px 10px no-repeat;
|
|
3486
3343
|
}
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3344
|
+
|
|
3345
|
+
select::-ms-expand {
|
|
3346
|
+
display: none;
|
|
3490
3347
|
}
|
|
3491
3348
|
}
|
|
3492
|
-
}
|
|
3493
|
-
|
|
3494
|
-
// TODO delete __search
|
|
3495
|
-
&__search {
|
|
3496
|
-
height: 100px;
|
|
3497
|
-
margin-top: 10px;
|
|
3498
|
-
}
|
|
3499
3349
|
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3350
|
+
&__elements {
|
|
3351
|
+
margin-right: 30px;
|
|
3352
|
+
@include media('<tablet') {
|
|
3353
|
+
display: none;
|
|
3354
|
+
}
|
|
3503
3355
|
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3356
|
+
p {
|
|
3357
|
+
margin: 8px 0 9px 0;
|
|
3358
|
+
font-size: 14px;
|
|
3359
|
+
line-height: 24px;
|
|
3360
|
+
color: $dark;
|
|
3361
|
+
}
|
|
3507
3362
|
}
|
|
3508
3363
|
|
|
3509
|
-
&
|
|
3364
|
+
&__arrows {
|
|
3510
3365
|
@include flexbox();
|
|
3511
|
-
@include flex-flow(row nowrap);
|
|
3512
|
-
width: 100%;
|
|
3513
|
-
border-bottom: 1px solid $textarea-border-color;
|
|
3514
3366
|
|
|
3515
|
-
&
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
padding:
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3367
|
+
&__arrow {
|
|
3368
|
+
width: 40px;
|
|
3369
|
+
height: 40px;
|
|
3370
|
+
padding: 9px 14px;
|
|
3371
|
+
border: 1px solid $border-form;
|
|
3372
|
+
border-radius: 3px;
|
|
3373
|
+
cursor: pointer;
|
|
3374
|
+
display: flex;
|
|
3375
|
+
align-items: center;
|
|
3522
3376
|
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
@include align-items(center);
|
|
3528
|
-
width: 80px;
|
|
3529
|
-
padding: 8px 20px;
|
|
3377
|
+
span {
|
|
3378
|
+
display: inline-block;
|
|
3379
|
+
width: 10px;
|
|
3380
|
+
height: 15px;
|
|
3530
3381
|
}
|
|
3531
3382
|
|
|
3532
|
-
&--
|
|
3533
|
-
|
|
3534
|
-
|
|
3383
|
+
&--left {
|
|
3384
|
+
margin-right: 10px;
|
|
3385
|
+
|
|
3386
|
+
span {
|
|
3387
|
+
background: transparent
|
|
3388
|
+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
|
|
3389
|
+
center center / 10px 12px no-repeat;
|
|
3390
|
+
}
|
|
3535
3391
|
}
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
3392
|
+
|
|
3393
|
+
&--right {
|
|
3394
|
+
span {
|
|
3395
|
+
background: transparent
|
|
3396
|
+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
|
|
3397
|
+
center center / 10px 12px no-repeat;
|
|
3398
|
+
}
|
|
3539
3399
|
}
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
|
|
3400
|
+
|
|
3401
|
+
&--disabled {
|
|
3402
|
+
border-color: $background-color;
|
|
3403
|
+
background-color: $background-color;
|
|
3543
3404
|
}
|
|
3544
3405
|
}
|
|
3545
3406
|
}
|
|
@@ -3838,6 +3699,151 @@ $green-color: #2ecc71;
|
|
|
3838
3699
|
}
|
|
3839
3700
|
}
|
|
3840
3701
|
}
|
|
3702
|
+
.wz-img-manager .wz-table {
|
|
3703
|
+
width: 100%;
|
|
3704
|
+
|
|
3705
|
+
&__head {
|
|
3706
|
+
@include flexbox();
|
|
3707
|
+
@include flex-flow(row nowrap);
|
|
3708
|
+
width: 100%;
|
|
3709
|
+
border-top: 1px solid $textarea-border-color;
|
|
3710
|
+
border-bottom: 1px solid $textarea-border-color;
|
|
3711
|
+
background-color: $gray-background;
|
|
3712
|
+
|
|
3713
|
+
&__cell {
|
|
3714
|
+
@include flexbox();
|
|
3715
|
+
@include flex(1);
|
|
3716
|
+
padding: 15px 20px;
|
|
3717
|
+
font-size: 14px;
|
|
3718
|
+
line-height: 20px;
|
|
3719
|
+
color: $main-text;
|
|
3720
|
+
font-weight: 600;
|
|
3721
|
+
|
|
3722
|
+
&--checkbox {
|
|
3723
|
+
@include flex(none);
|
|
3724
|
+
width: 80px;
|
|
3725
|
+
padding: 10px 20px 6px 20px;
|
|
3726
|
+
> * {
|
|
3727
|
+
transform: translateX(15px);
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3730
|
+
|
|
3731
|
+
&__search {
|
|
3732
|
+
color: $main-text;
|
|
3733
|
+
padding-right: 23px;
|
|
3734
|
+
transition: background-image 0.3s ease-in-out;
|
|
3735
|
+
cursor: text;
|
|
3736
|
+
|
|
3737
|
+
&:hover {
|
|
3738
|
+
color: $main-text;
|
|
3739
|
+
}
|
|
3740
|
+
|
|
3741
|
+
&--idle {
|
|
3742
|
+
background: transparent
|
|
3743
|
+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort' viewBox='0 0 320 512' class='svg-inline--fa fa-sort fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z'/%3E%3C/svg%3E")
|
|
3744
|
+
center right / 14px 14px no-repeat;
|
|
3745
|
+
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
3746
|
+
cursor: pointer;
|
|
3747
|
+
|
|
3748
|
+
&:hover {
|
|
3749
|
+
transition: color 0.3s ease-in-out;
|
|
3750
|
+
}
|
|
3751
|
+
}
|
|
3752
|
+
|
|
3753
|
+
&--up {
|
|
3754
|
+
background: transparent
|
|
3755
|
+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-up' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-up fa-w-10 fa-5x'%3E%3Cpath fill='currentColor' d='M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z'/%3E%3C/svg%3E")
|
|
3756
|
+
center right / 14px 14px no-repeat;
|
|
3757
|
+
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
3758
|
+
cursor: pointer;
|
|
3759
|
+
|
|
3760
|
+
&:hover {
|
|
3761
|
+
transition: color 0.3s ease-in-out;
|
|
3762
|
+
}
|
|
3763
|
+
}
|
|
3764
|
+
|
|
3765
|
+
&--down {
|
|
3766
|
+
background: transparent
|
|
3767
|
+
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='currentColor' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
|
|
3768
|
+
center right / 14px 14px no-repeat;
|
|
3769
|
+
transition: background-image 0.3s ease-in-out, color 0.3s ease-in-out;
|
|
3770
|
+
cursor: pointer;
|
|
3771
|
+
|
|
3772
|
+
&:hover {
|
|
3773
|
+
transition: color 0.3s ease-in-out;
|
|
3774
|
+
}
|
|
3775
|
+
}
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3778
|
+
&--center--left {
|
|
3779
|
+
@include align-items(center);
|
|
3780
|
+
@include justify-content(left);
|
|
3781
|
+
}
|
|
3782
|
+
&--center--center {
|
|
3783
|
+
@include align-items(center);
|
|
3784
|
+
@include justify-content(center);
|
|
3785
|
+
}
|
|
3786
|
+
&--center--right {
|
|
3787
|
+
@include align-items(center);
|
|
3788
|
+
@include justify-content(right);
|
|
3789
|
+
}
|
|
3790
|
+
}
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3793
|
+
// TODO delete __search
|
|
3794
|
+
&__search {
|
|
3795
|
+
height: 100px;
|
|
3796
|
+
margin-top: 10px;
|
|
3797
|
+
}
|
|
3798
|
+
|
|
3799
|
+
&__body {
|
|
3800
|
+
width: 100%;
|
|
3801
|
+
margin-top: -10px;
|
|
3802
|
+
|
|
3803
|
+
&__loader {
|
|
3804
|
+
position: relative;
|
|
3805
|
+
min-height: 200px;
|
|
3806
|
+
}
|
|
3807
|
+
|
|
3808
|
+
&__line {
|
|
3809
|
+
@include flexbox();
|
|
3810
|
+
@include flex-flow(row nowrap);
|
|
3811
|
+
width: 100%;
|
|
3812
|
+
border-bottom: 1px solid $textarea-border-color;
|
|
3813
|
+
|
|
3814
|
+
&__cell {
|
|
3815
|
+
@include flexbox();
|
|
3816
|
+
@include flex(1);
|
|
3817
|
+
padding: 20px 20px 20px 20px;
|
|
3818
|
+
font-size: 14px;
|
|
3819
|
+
line-height: 25px;
|
|
3820
|
+
color: $secondary-color;
|
|
3821
|
+
|
|
3822
|
+
&--checkbox {
|
|
3823
|
+
@include flexbox();
|
|
3824
|
+
@include flex(none);
|
|
3825
|
+
@include justify-content(center);
|
|
3826
|
+
@include align-items(center);
|
|
3827
|
+
width: 80px;
|
|
3828
|
+
padding: 8px 20px;
|
|
3829
|
+
}
|
|
3830
|
+
|
|
3831
|
+
&--center--left {
|
|
3832
|
+
@include align-items(center);
|
|
3833
|
+
@include justify-content(left);
|
|
3834
|
+
}
|
|
3835
|
+
&--center--center {
|
|
3836
|
+
@include align-items(center);
|
|
3837
|
+
@include justify-content(center);
|
|
3838
|
+
}
|
|
3839
|
+
&--center--right {
|
|
3840
|
+
@include align-items(center);
|
|
3841
|
+
@include justify-content(right);
|
|
3842
|
+
}
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
}
|
|
3846
|
+
}
|
|
3841
3847
|
$card-img-size: 100%;
|
|
3842
3848
|
$card-img-size-small: 140px;
|
|
3843
3849
|
|