survey-react 1.9.95 → 1.9.97
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/defaultV2.css +249 -166
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +123 -74
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +49 -28
- package/survey.css.map +1 -1
- package/survey.min.css +2 -2
- package/survey.react.d.ts +191 -94
- package/survey.react.js +512 -192
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +3 -3
package/defaultV2.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.97
|
3
3
|
* Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -273,15 +273,15 @@ button.sv-action-bar-item {
|
|
273
273
|
|
274
274
|
.sv-action-bar--default-size-mode .sv-action-bar-item {
|
275
275
|
height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
276
|
-
font-size: calc(1 * var(--sjs-font-size,
|
277
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
276
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
277
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
278
278
|
margin: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
279
279
|
}
|
280
280
|
|
281
281
|
.sv-action-bar--small-size-mode .sv-action-bar-item {
|
282
282
|
height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
283
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
284
|
-
line-height: calc(1 * var(--sjs-font-size,
|
283
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
284
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
285
285
|
margin: 0 calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
286
286
|
}
|
287
287
|
|
@@ -353,8 +353,8 @@ button.sv-action-bar-item {
|
|
353
353
|
border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
|
354
354
|
background-color: transparent;
|
355
355
|
cursor: pointer;
|
356
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
357
|
-
font-size: calc(1 * var(--sjs-font-size,
|
356
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
357
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
358
358
|
font-family: var(--font-family, var(--font-family));
|
359
359
|
}
|
360
360
|
|
@@ -420,9 +420,9 @@ button.sv-action-bar-item {
|
|
420
420
|
z-index: 10000;
|
421
421
|
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
|
422
422
|
font-family: var(--font-family, var(--font-family));
|
423
|
-
font-size: calc(1 * var(--sjs-font-size,
|
423
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
424
424
|
padding-left: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
425
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
425
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
426
426
|
}
|
427
427
|
|
428
428
|
.sv-matrixdynamic__drag-icon {
|
@@ -591,17 +591,17 @@ sv-popup {
|
|
591
591
|
transform: translate(calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px))), calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
592
592
|
}
|
593
593
|
|
594
|
-
.sv-popup--show-pointer.sv-popup--right {
|
594
|
+
.sv-popup--show-pointer.sv-popup--right .sv-popup__container {
|
595
595
|
transform: translate(calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
596
596
|
}
|
597
|
-
.sv-popup--show-pointer.sv-popup--right .sv-popup__pointer {
|
597
|
+
.sv-popup--show-pointer.sv-popup--right .sv-popup__container .sv-popup__pointer {
|
598
598
|
transform: translate(-12px, -4px) rotate(-90deg);
|
599
599
|
}
|
600
600
|
|
601
|
-
.sv-popup--show-pointer.sv-popup--left {
|
601
|
+
.sv-popup--show-pointer.sv-popup--left .sv-popup__container {
|
602
602
|
transform: translate(calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
603
603
|
}
|
604
|
-
.sv-popup--show-pointer.sv-popup--left .sv-popup__pointer {
|
604
|
+
.sv-popup--show-pointer.sv-popup--left .sv-popup__container .sv-popup__pointer {
|
605
605
|
transform: translate(-4px, -4px) rotate(90deg);
|
606
606
|
}
|
607
607
|
|
@@ -622,8 +622,8 @@ sv-popup {
|
|
622
622
|
|
623
623
|
.sv-popup__body-header {
|
624
624
|
font-family: Open Sans;
|
625
|
-
font-size: calc(1.5 * var(--sjs-font-size,
|
626
|
-
line-height: calc(2 * var(--sjs-font-size,
|
625
|
+
font-size: calc(1.5 * var(--sjs-font-size, 16px));
|
626
|
+
line-height: calc(2 * var(--sjs-font-size, 16px));
|
627
627
|
font-style: normal;
|
628
628
|
font-weight: 700;
|
629
629
|
margin-bottom: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
@@ -742,8 +742,8 @@ sv-popup {
|
|
742
742
|
}
|
743
743
|
.sv-dropdown-popup.sv-popup--overlay .sv-list__input {
|
744
744
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
745
|
-
font-size: calc(1 * var(--sjs-font-size,
|
746
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
745
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
746
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
747
747
|
font-family: var(--font-family);
|
748
748
|
padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0 calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
749
749
|
}
|
@@ -759,11 +759,13 @@ sv-popup {
|
|
759
759
|
color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
760
760
|
font-weight: 600;
|
761
761
|
}
|
762
|
-
|
763
|
-
.sv-dropdown-popup.sv-popup--overlay .sv-list__item:
|
764
|
-
.sv-dropdown-popup.sv-popup--overlay .sv-list__item
|
762
|
+
|
763
|
+
.sv-dropdown-popup.sv-popup--overlay.sv-multi-select-list .sv-list__item:hover.sv-list__item--selected .sv-list__item-body,
|
764
|
+
.sv-dropdown-popup.sv-popup--overlay.sv-multi-select-list .sv-list__item:focus.sv-list__item--selected .sv-list__item-body,
|
765
|
+
.sv-dropdown-popup.sv-popup--overlay.sv-multi-select-list .sv-list__item--focused.sv-list__item--selected .sv-list__item-body {
|
765
766
|
background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
766
767
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
768
|
+
font-weight: 400;
|
767
769
|
}
|
768
770
|
|
769
771
|
.sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-popup__body-content {
|
@@ -793,7 +795,7 @@ sv-popup {
|
|
793
795
|
display: flex;
|
794
796
|
align-items: center;
|
795
797
|
flex-direction: row;
|
796
|
-
font-size: calc(1 * var(--sjs-font-size,
|
798
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
797
799
|
overflow: auto;
|
798
800
|
border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
799
801
|
}
|
@@ -812,9 +814,9 @@ sv-popup {
|
|
812
814
|
appearance: none;
|
813
815
|
width: 100%;
|
814
816
|
padding: 11px calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
815
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
817
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
816
818
|
outline: none;
|
817
|
-
font-size: calc(1 * var(--sjs-font-size,
|
819
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
818
820
|
font-weight: 400;
|
819
821
|
background: var(--sjs-general-backcolor, var(--background, #fff));
|
820
822
|
cursor: pointer;
|
@@ -931,7 +933,7 @@ sv-popup {
|
|
931
933
|
background-color: cadetblue;
|
932
934
|
padding: 1px;
|
933
935
|
font-family: var(--font-family, var(--font-family));
|
934
|
-
font-size: calc(0.875 * var(--sjs-font-size,
|
936
|
+
font-size: calc(0.875 * var(--sjs-font-size, 16px));
|
935
937
|
font-style: normal;
|
936
938
|
font-weight: 400;
|
937
939
|
line-height: 1.42857143;
|
@@ -960,7 +962,7 @@ sv-popup {
|
|
960
962
|
.sv_window_title {
|
961
963
|
padding: 8px 14px;
|
962
964
|
margin: 0;
|
963
|
-
font-size: calc(0.875 * var(--sjs-font-size,
|
965
|
+
font-size: calc(0.875 * var(--sjs-font-size, 16px));
|
964
966
|
background-color: #f7f7f7;
|
965
967
|
border-bottom: 1px solid #ebebeb;
|
966
968
|
border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
|
@@ -977,7 +979,7 @@ sv-popup {
|
|
977
979
|
.sv_window_title a:link,
|
978
980
|
.sv_window_title a:visited {
|
979
981
|
text-decoration: none;
|
980
|
-
font-size: calc(0.875 * var(--sjs-font-size,
|
982
|
+
font-size: calc(0.875 * var(--sjs-font-size, 16px));
|
981
983
|
font-style: normal;
|
982
984
|
color: black;
|
983
985
|
}
|
@@ -998,8 +1000,8 @@ sv-popup {
|
|
998
1000
|
|
999
1001
|
.sv-brand-info__text {
|
1000
1002
|
font-weight: 600;
|
1001
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1002
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1003
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1004
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1003
1005
|
color: #161616;
|
1004
1006
|
}
|
1005
1007
|
|
@@ -1012,8 +1014,8 @@ sv-popup {
|
|
1012
1014
|
|
1013
1015
|
.sv-brand-info__terms {
|
1014
1016
|
font-weight: 400;
|
1015
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
1016
|
-
line-height: calc(1 * var(--sjs-font-size,
|
1017
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
1018
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
1017
1019
|
}
|
1018
1020
|
.sv-brand-info__terms a {
|
1019
1021
|
color: #909090;
|
@@ -1091,12 +1093,12 @@ sv-popup {
|
|
1091
1093
|
justify-content: center;
|
1092
1094
|
background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
1093
1095
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1094
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1096
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1095
1097
|
border-radius: 100%;
|
1096
1098
|
border: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) solid transparent;
|
1097
1099
|
width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1098
1100
|
height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1099
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1101
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1100
1102
|
box-sizing: border-box;
|
1101
1103
|
font-weight: 600;
|
1102
1104
|
margin-left: calc(0 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
@@ -1113,8 +1115,8 @@ sv-popup {
|
|
1113
1115
|
text-overflow: ellipsis;
|
1114
1116
|
white-space: nowrap;
|
1115
1117
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1116
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1117
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1118
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1119
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1118
1120
|
margin: 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1119
1121
|
}
|
1120
1122
|
|
@@ -1123,16 +1125,21 @@ sv-popup {
|
|
1123
1125
|
opacity: 0.25;
|
1124
1126
|
}
|
1125
1127
|
|
1128
|
+
.sv-ranking-item--disabled .sv-ranking-item__text {
|
1129
|
+
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1130
|
+
opacity: 0.25;
|
1131
|
+
}
|
1132
|
+
|
1126
1133
|
.sv-ranking-item__ghost.sv-ranking-item__ghost {
|
1127
1134
|
display: none;
|
1128
1135
|
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
1129
1136
|
border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1130
|
-
|
1131
|
-
width: calc(25 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1137
|
+
width: calc(31 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1132
1138
|
height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1133
1139
|
z-index: 1;
|
1134
1140
|
position: absolute;
|
1135
|
-
left:
|
1141
|
+
left: 0;
|
1142
|
+
top: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1136
1143
|
}
|
1137
1144
|
|
1138
1145
|
[dir=rtl] .sv-ranking-item__ghost {
|
@@ -1211,6 +1218,9 @@ sv-popup {
|
|
1211
1218
|
top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1212
1219
|
}
|
1213
1220
|
|
1221
|
+
.sv-ranking-shortcut .sv-ranking-item__content {
|
1222
|
+
padding-left: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1223
|
+
}
|
1214
1224
|
.sv-ranking-shortcut .sv-ranking-item__icon-container {
|
1215
1225
|
margin-left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1216
1226
|
}
|
@@ -1220,26 +1230,39 @@ sv-popup {
|
|
1220
1230
|
}
|
1221
1231
|
|
1222
1232
|
.sv-ranking--select-to-rank-vertical {
|
1223
|
-
flex-direction: column;
|
1233
|
+
flex-direction: column-reverse;
|
1224
1234
|
}
|
1225
1235
|
.sv-ranking--select-to-rank-vertical .sv-ranking__containers-divider {
|
1226
|
-
margin: calc(
|
1236
|
+
margin: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
|
1227
1237
|
height: 1px;
|
1228
1238
|
}
|
1239
|
+
.sv-ranking--select-to-rank-vertical .sv-ranking__container--empty {
|
1240
|
+
padding-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1241
|
+
padding-bottom: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1242
|
+
}
|
1229
1243
|
|
1230
1244
|
.sv-ranking--select-to-rank-horizontal .sv-ranking__containers-divider {
|
1231
1245
|
width: 1px;
|
1232
1246
|
}
|
1233
1247
|
.sv-ranking--select-to-rank-horizontal .sv-ranking__container--to .sv-ranking-item {
|
1248
|
+
left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1249
|
+
}
|
1250
|
+
.sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to {
|
1251
|
+
padding-right: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1252
|
+
}
|
1253
|
+
.sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--to .sv-ranking-item {
|
1234
1254
|
left: initial;
|
1235
1255
|
}
|
1256
|
+
.sv-ranking--select-to-rank-horizontal .sv-ranking__container--empty.sv-ranking__container--from {
|
1257
|
+
padding-left: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1258
|
+
}
|
1236
1259
|
|
1237
1260
|
.sv-ranking__container-placeholder {
|
1238
1261
|
color: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
|
1239
1262
|
font-family: var(--font-family, var(--font-family));
|
1240
1263
|
font-style: normal;
|
1241
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1242
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1264
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1265
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1243
1266
|
white-space: break-spaces;
|
1244
1267
|
display: flex;
|
1245
1268
|
justify-content: center;
|
@@ -1263,6 +1286,10 @@ sv-popup {
|
|
1263
1286
|
background: var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
1264
1287
|
}
|
1265
1288
|
|
1289
|
+
.sv-ranking__container--from .sv-ranking-item__icon--focus {
|
1290
|
+
display: none;
|
1291
|
+
}
|
1292
|
+
|
1266
1293
|
.sv-list {
|
1267
1294
|
padding: 0;
|
1268
1295
|
margin: 0;
|
@@ -1283,8 +1310,8 @@ sv-popup {
|
|
1283
1310
|
}
|
1284
1311
|
|
1285
1312
|
.sv-list__empty-text {
|
1286
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1287
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1313
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1314
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1288
1315
|
font-weight: 400;
|
1289
1316
|
text-align: center;
|
1290
1317
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
@@ -1310,10 +1337,11 @@ sv-popup {
|
|
1310
1337
|
padding-inline-start: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1311
1338
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1312
1339
|
font-weight: normal;
|
1313
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1314
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1340
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1341
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1315
1342
|
cursor: pointer;
|
1316
1343
|
overflow: hidden;
|
1344
|
+
text-align: left;
|
1317
1345
|
text-overflow: ellipsis;
|
1318
1346
|
white-space: nowrap;
|
1319
1347
|
}
|
@@ -1450,11 +1478,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1450
1478
|
box-sizing: border-box;
|
1451
1479
|
width: 100%;
|
1452
1480
|
outline: none;
|
1453
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1481
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1454
1482
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1455
1483
|
padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1456
1484
|
padding-inline-start: calc(7 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1457
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1485
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1458
1486
|
border: none;
|
1459
1487
|
}
|
1460
1488
|
|
@@ -1476,21 +1504,21 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1476
1504
|
}
|
1477
1505
|
|
1478
1506
|
.sv-save-data_root {
|
1479
|
-
position:
|
1507
|
+
position: fixed;
|
1480
1508
|
left: 50%;
|
1481
1509
|
bottom: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1482
1510
|
background: var(--sjs-general-backcolor, var(--background, #fff));
|
1483
1511
|
opacity: 0;
|
1484
1512
|
padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1485
|
-
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
|
1513
|
+
box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
|
1486
1514
|
border-radius: calc(2 * var(--sjs-corner-radius, 4px));
|
1487
1515
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1488
1516
|
min-width: calc(30 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1489
1517
|
text-align: center;
|
1490
1518
|
z-index: 1600;
|
1491
1519
|
font-family: var(--font-family, var(--font-family));
|
1492
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1493
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1520
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1521
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1494
1522
|
display: flex;
|
1495
1523
|
flex-direction: row;
|
1496
1524
|
justify-content: center;
|
@@ -1535,8 +1563,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1535
1563
|
|
1536
1564
|
.sv-save-data_root.sv-save-data_error .sv-save-data_button {
|
1537
1565
|
font-weight: 600;
|
1538
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1539
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1566
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1567
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1540
1568
|
height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1541
1569
|
color: #ffffff;
|
1542
1570
|
background-color: var(--sjs-special-red, var(--red, #e60a3e));
|
@@ -1580,23 +1608,26 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1580
1608
|
opacity: 0.35;
|
1581
1609
|
}
|
1582
1610
|
|
1611
|
+
.sd-title.sd-element__title {
|
1612
|
+
font-family: var(--sjs-font-questiontitle-family, var(--font-family));
|
1613
|
+
font-weight: var(--sjs-font-questiontitle-weight, 600);
|
1614
|
+
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
1615
|
+
}
|
1616
|
+
|
1583
1617
|
.sd-element__title {
|
1584
1618
|
font-size: 0;
|
1585
1619
|
line-height: 0;
|
1586
1620
|
position: static;
|
1587
|
-
font-family: var(--sjs-font-questiontitle-family, var(--font-family));
|
1588
|
-
font-weight: var(--sjs-font-questiontitle-weight, 600);
|
1589
|
-
color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
1590
1621
|
margin: 0;
|
1591
1622
|
}
|
1592
1623
|
.sd-element__title .sd-element__num {
|
1593
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
1594
|
-
line-height: calc(1 * var(--sjs-font-size,
|
1624
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
1625
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
1595
1626
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
1596
1627
|
}
|
1597
1628
|
.sd-element__title span {
|
1598
|
-
font-size: var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size,
|
1599
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1629
|
+
font-size: var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
1630
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1600
1631
|
}
|
1601
1632
|
.sd-element__title .sv-title-actions__title {
|
1602
1633
|
font-size: 0;
|
@@ -1620,8 +1651,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1620
1651
|
padding-inline-start: 0;
|
1621
1652
|
padding-inline-end: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1622
1653
|
width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1623
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
1624
|
-
line-height: calc(1 * var(--sjs-font-size,
|
1654
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
1655
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
1625
1656
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
1626
1657
|
margin-inline-start: calc(-5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1627
1658
|
text-align: end;
|
@@ -1800,6 +1831,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1800
1831
|
border: 1px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
1801
1832
|
border-radius: var(--sjs-questionpanel-cornerRadius, var(--sjs-corner-radius, 4px));
|
1802
1833
|
box-shadow: none;
|
1834
|
+
background-color: transparent;
|
1803
1835
|
}
|
1804
1836
|
|
1805
1837
|
.sd-question {
|
@@ -1810,8 +1842,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1810
1842
|
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1811
1843
|
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
1812
1844
|
font-weight: 600;
|
1813
|
-
line-height: calc(1 * var(--sjs-font-size,
|
1814
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
1845
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
1846
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
1815
1847
|
white-space: normal;
|
1816
1848
|
text-align: left;
|
1817
1849
|
}
|
@@ -1901,7 +1933,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1901
1933
|
}
|
1902
1934
|
|
1903
1935
|
.sd-question__comment-area {
|
1904
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1936
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1905
1937
|
margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1906
1938
|
display: flex;
|
1907
1939
|
flex-direction: column;
|
@@ -1919,7 +1951,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1919
1951
|
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
1920
1952
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1921
1953
|
opacity: 0.75;
|
1922
|
-
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
|
1954
|
+
box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
|
1923
1955
|
z-index: 1000;
|
1924
1956
|
}
|
1925
1957
|
|
@@ -1951,8 +1983,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1951
1983
|
gap: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1952
1984
|
justify-content: center;
|
1953
1985
|
min-height: calc(24 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1954
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
1955
|
-
font-size: calc(1 * var(--sjs-font-size,
|
1986
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1987
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
1956
1988
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
1957
1989
|
}
|
1958
1990
|
.sd-question__placeholder > div .sv-string-viewer, .sd-question__placeholder > span .sv-string-viewer {
|
@@ -1982,13 +2014,13 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1982
2014
|
height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1983
2015
|
box-sizing: border-box;
|
1984
2016
|
padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
1985
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
2017
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
1986
2018
|
font-family: var(--sjs-font-editorfont-family, var(--font-family));
|
1987
2019
|
font-weight: var(--sjs-font-editorfont-weight, 400);
|
1988
2020
|
color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
1989
|
-
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size,
|
1990
|
-
background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9)));
|
1991
|
-
box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
|
2021
|
+
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
2022
|
+
background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
|
2023
|
+
box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
1992
2024
|
border: none;
|
1993
2025
|
border-radius: var(--sjs-editorpanel-cornerRadius, var(--sjs-corner-radius, 4px));
|
1994
2026
|
text-align: start;
|
@@ -1999,7 +2031,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1999
2031
|
}
|
2000
2032
|
|
2001
2033
|
.sd-input--disabled {
|
2002
|
-
background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9)));
|
2034
|
+
background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
|
2003
2035
|
-webkit-user-select: none;
|
2004
2036
|
-moz-user-select: none;
|
2005
2037
|
-ms-user-select: none;
|
@@ -2044,8 +2076,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2044
2076
|
align-items: flex-end;
|
2045
2077
|
padding: 0px;
|
2046
2078
|
font-family: var(--font-family);
|
2047
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
2048
|
-
font-size: calc(1 * var(--sjs-font-size,
|
2079
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
2080
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
2049
2081
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
2050
2082
|
position: absolute;
|
2051
2083
|
inset-inline-end: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
@@ -2121,10 +2153,10 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2121
2153
|
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title {
|
2122
2154
|
font-family: var(--sjs-font-pagetitle-family, var(--font-family));
|
2123
2155
|
font-weight: var(--sjs-font-pagetitle-weight, 700);
|
2124
|
-
font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size,
|
2156
|
+
font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
2125
2157
|
color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
2126
2158
|
position: static;
|
2127
|
-
line-height: calc(2 * var(--sjs-font-size,
|
2159
|
+
line-height: calc(2 * var(--sjs-font-size, 16px));
|
2128
2160
|
margin: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
|
2129
2161
|
}
|
2130
2162
|
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title span {
|
@@ -2137,10 +2169,10 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2137
2169
|
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__description {
|
2138
2170
|
font-family: var(--sjs-font-pagedescription-family, var(--font-family));
|
2139
2171
|
font-weight: var(--sjs-font-pagedescription-weight, 400);
|
2140
|
-
font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size,
|
2172
|
+
font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
2141
2173
|
color: var(--sjs-font-pagedescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
2142
2174
|
position: static;
|
2143
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
2175
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
2144
2176
|
margin: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
|
2145
2177
|
}
|
2146
2178
|
|
@@ -2234,8 +2266,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2234
2266
|
appearance: none;
|
2235
2267
|
background: transparent;
|
2236
2268
|
border: none;
|
2237
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
2238
|
-
font-size: calc(1 * var(--sjs-font-size,
|
2269
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
2270
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
2239
2271
|
font-family: var(--font-family, var(--font-family));
|
2240
2272
|
font-weight: 600;
|
2241
2273
|
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
|
@@ -2306,8 +2338,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2306
2338
|
|
2307
2339
|
.sd-table__cell {
|
2308
2340
|
font-weight: normal;
|
2309
|
-
font-size: calc(1 * var(--sjs-font-size,
|
2310
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
2341
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
2342
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
2311
2343
|
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
2312
2344
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
2313
2345
|
text-align: center;
|
@@ -2531,20 +2563,20 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2531
2563
|
.sd-page .sd-page__title {
|
2532
2564
|
font-family: var(--sjs-font-pagetitle-family, var(--font-family));
|
2533
2565
|
font-weight: var(--sjs-font-pagetitle-weight, 700);
|
2534
|
-
font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size,
|
2566
|
+
font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
2535
2567
|
color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
2536
2568
|
position: static;
|
2537
|
-
line-height: calc(2 * var(--sjs-font-size,
|
2569
|
+
line-height: calc(2 * var(--sjs-font-size, 16px));
|
2538
2570
|
margin: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
|
2539
2571
|
}
|
2540
2572
|
|
2541
2573
|
.sd-page .sd-page__description {
|
2542
2574
|
font-family: var(--sjs-font-pagedescription-family, var(--font-family));
|
2543
2575
|
font-weight: var(--sjs-font-pagedescription-weight, 400);
|
2544
|
-
font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size,
|
2576
|
+
font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
2545
2577
|
color: var(--sjs-font-pagedescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
2546
2578
|
position: static;
|
2547
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
2579
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
2548
2580
|
margin: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
|
2549
2581
|
}
|
2550
2582
|
|
@@ -2585,7 +2617,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2585
2617
|
}
|
2586
2618
|
.sd-page__row.sd-row--multiple:not(.sd-row--compact) {
|
2587
2619
|
background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
|
2588
|
-
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
|
2620
|
+
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
2589
2621
|
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
2590
2622
|
}
|
2591
2623
|
.sd-page__row.sd-row--multiple.sd-row--compact {
|
@@ -2638,16 +2670,16 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2638
2670
|
.sd-header__text .sd-title {
|
2639
2671
|
color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
2640
2672
|
font-family: var(--sjs-font-surveytitle-family, var(--font-family));
|
2641
|
-
font-size: var(--sjs-font-surveytitle-size, calc(2 * var(--sjs-font-size, var(--sjs-font-size,
|
2673
|
+
font-size: var(--sjs-font-surveytitle-size, calc(2 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
2642
2674
|
font-weight: var(--sjs-font-surveytitle-weight, 700);
|
2643
2675
|
}
|
2644
2676
|
.sd-header__text h3 {
|
2645
|
-
line-height: calc(2.5 * var(--sjs-font-size,
|
2677
|
+
line-height: calc(2.5 * var(--sjs-font-size, 16px));
|
2646
2678
|
}
|
2647
2679
|
.sd-header__text h5 {
|
2648
|
-
font-size: calc(1 * var(--sjs-font-size,
|
2680
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
2649
2681
|
font-weight: 400;
|
2650
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
2682
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
2651
2683
|
}
|
2652
2684
|
|
2653
2685
|
.sd-title .sv-title-actions {
|
@@ -2697,8 +2729,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2697
2729
|
font-family: var(--sjs-font-questiondescription-family, var(--font-family));
|
2698
2730
|
font-weight: var(--sjs-font-questiondescription-weight, 400);
|
2699
2731
|
color: var(--sjs-font-questiondescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
2700
|
-
font-size: var(--sjs-font-questiondescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size,
|
2701
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
2732
|
+
font-size: var(--sjs-font-questiondescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
2733
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
2702
2734
|
white-space: normal;
|
2703
2735
|
word-break: break-word;
|
2704
2736
|
}
|
@@ -2719,8 +2751,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2719
2751
|
width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
2720
2752
|
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
2721
2753
|
box-sizing: border-box;
|
2722
|
-
background: var(--sd-item-default-background, var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9))));
|
2723
|
-
box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
|
2754
|
+
background: var(--sd-item-default-background, var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9)))));
|
2755
|
+
box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
2724
2756
|
border: none;
|
2725
2757
|
flex-shrink: 0;
|
2726
2758
|
}
|
@@ -2736,7 +2768,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2736
2768
|
}
|
2737
2769
|
|
2738
2770
|
.sd-item--allowhover .sd-selectbase__label:hover .sd-item__decorator {
|
2739
|
-
background: var(--sjs-editorpanel-hovercolor, var(--sjs-general-dim-
|
2771
|
+
background: var(--sjs-editorpanel-hovercolor, var(--sjs-general-backcolor-dim-dark, rgb(243, 243, 243)));
|
2740
2772
|
outline: none;
|
2741
2773
|
}
|
2742
2774
|
|
@@ -2745,12 +2777,12 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2745
2777
|
}
|
2746
2778
|
|
2747
2779
|
.sd-item__control-label {
|
2748
|
-
font-family: var(--font-family, var(--font-family));
|
2780
|
+
font-family: var(--sjs-font-editorfont-family, var(--font-family));
|
2749
2781
|
font-style: normal;
|
2750
2782
|
font-weight: normal;
|
2751
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
2752
|
-
font-size:
|
2753
|
-
color: var(--sjs-
|
2783
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
2784
|
+
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
2785
|
+
color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
2754
2786
|
white-space: normal;
|
2755
2787
|
word-break: break-word;
|
2756
2788
|
width: 100%;
|
@@ -2942,8 +2974,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2942
2974
|
|
2943
2975
|
.sd-rating__item {
|
2944
2976
|
position: relative;
|
2945
|
-
background:
|
2946
|
-
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
|
2977
|
+
background: transparent;
|
2978
|
+
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
2947
2979
|
border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
2948
2980
|
white-space: nowrap;
|
2949
2981
|
padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
@@ -2954,10 +2986,10 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2954
2986
|
box-sizing: border-box;
|
2955
2987
|
min-width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
2956
2988
|
text-align: center;
|
2957
|
-
border: 2px solid
|
2989
|
+
border: 2px solid transparent;
|
2958
2990
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
2959
2991
|
fill: var(--sjs-general-forecolor, var(--foreground, #161616));
|
2960
|
-
font-size: calc(1 * var(--sjs-font-size,
|
2992
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
2961
2993
|
}
|
2962
2994
|
|
2963
2995
|
.sd-rating__item--fixed-size {
|
@@ -3014,7 +3046,6 @@ legend + sv-ng-rating-item + .sd-rating__item {
|
|
3014
3046
|
|
3015
3047
|
.sd-rating__item-smiley {
|
3016
3048
|
position: relative;
|
3017
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
3018
3049
|
border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3019
3050
|
white-space: nowrap;
|
3020
3051
|
padding: calc(1.25 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
@@ -3105,7 +3136,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3105
3136
|
|
3106
3137
|
.sd-rating__item-star {
|
3107
3138
|
position: relative;
|
3108
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
3109
3139
|
width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3110
3140
|
height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3111
3141
|
}
|
@@ -3195,8 +3225,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3195
3225
|
font-family: var(--sjs-font-editorfont-family, var(--font-family));
|
3196
3226
|
font-weight: var(--sjs-font-editorfont-weight, 400);
|
3197
3227
|
color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
3198
|
-
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size,
|
3199
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
3228
|
+
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
3229
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
3200
3230
|
display: inline-block;
|
3201
3231
|
}
|
3202
3232
|
.sd-rating__item-text.sd-rating__item-text.sd-rating__min-text, .sd-rating__item-text.sd-rating__item-text.sd-rating__max-text {
|
@@ -3220,6 +3250,10 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3220
3250
|
min-width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3221
3251
|
}
|
3222
3252
|
|
3253
|
+
.sd-rating__item--selected .sd-rating__item-text.sd-rating__item-text {
|
3254
|
+
color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
3255
|
+
}
|
3256
|
+
|
3223
3257
|
.sv-ranking-item--error .sv-ranking-item__index {
|
3224
3258
|
background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
|
3225
3259
|
box-shadow: 0px 1px 2px transparent;
|
@@ -3239,7 +3273,15 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3239
3273
|
}
|
3240
3274
|
|
3241
3275
|
.sv-ranking-item__content.sd-ranking-item__content {
|
3242
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
3276
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
3277
|
+
}
|
3278
|
+
|
3279
|
+
.sv-dropdown_select-wrapper {
|
3280
|
+
position: relative;
|
3281
|
+
}
|
3282
|
+
|
3283
|
+
.sv-dropdown_select-wrapper use {
|
3284
|
+
fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3243
3285
|
}
|
3244
3286
|
|
3245
3287
|
.sd-dropdown {
|
@@ -3248,10 +3290,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3248
3290
|
appearance: none;
|
3249
3291
|
padding-inline-end: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3250
3292
|
padding-inline-start: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3251
|
-
background-position: right calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) top 50%, 0 0;
|
3252
|
-
background-repeat: no-repeat;
|
3253
|
-
background-size: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3254
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15L17 10H7L12 15Z' fill='%23909090'/%3E%3C/svg%3E%0A");
|
3255
3293
|
opacity: 1;
|
3256
3294
|
display: flex;
|
3257
3295
|
justify-content: space-between;
|
@@ -3273,7 +3311,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3273
3311
|
.sd-dropdown option {
|
3274
3312
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
3275
3313
|
font-family: var(--font-family, var(--font-family));
|
3276
|
-
font-size: calc(1 * var(--sjs-font-size,
|
3314
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
3277
3315
|
}
|
3278
3316
|
|
3279
3317
|
.sd-dropdown__value {
|
@@ -3282,9 +3320,11 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3282
3320
|
overflow: hidden;
|
3283
3321
|
text-overflow: ellipsis;
|
3284
3322
|
white-space: nowrap;
|
3285
|
-
|
3286
|
-
font-
|
3287
|
-
|
3323
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
3324
|
+
font-family: var(--sjs-font-editorfont-family, var(--font-family));
|
3325
|
+
font-weight: var(--sjs-font-editorfont-weight, 400);
|
3326
|
+
color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
3327
|
+
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
3288
3328
|
position: relative;
|
3289
3329
|
}
|
3290
3330
|
|
@@ -3293,13 +3333,16 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3293
3333
|
margin: auto 0;
|
3294
3334
|
}
|
3295
3335
|
|
3296
|
-
.sd-
|
3297
|
-
|
3336
|
+
.sd-dropdown_chevron-button {
|
3337
|
+
position: absolute;
|
3298
3338
|
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3339
|
+
inset-inline-end: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3340
|
+
inset-block-start: calc(50% - (1.5 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
3299
3341
|
}
|
3300
3342
|
|
3301
|
-
.sd-
|
3302
|
-
|
3343
|
+
.sd-dropdown_clean-button-svg {
|
3344
|
+
width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3345
|
+
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3303
3346
|
}
|
3304
3347
|
|
3305
3348
|
.sd-input.sd-dropdown:focus-within {
|
@@ -3322,8 +3365,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3322
3365
|
font-family: var(--sjs-font-editorfont-family, var(--font-family));
|
3323
3366
|
font-weight: var(--sjs-font-editorfont-weight, 400);
|
3324
3367
|
color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
3325
|
-
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size,
|
3326
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
3368
|
+
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
3369
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
3327
3370
|
background-color: transparent;
|
3328
3371
|
overflow: hidden;
|
3329
3372
|
text-overflow: ellipsis;
|
@@ -3339,7 +3382,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3339
3382
|
|
3340
3383
|
.sd-dropdown__filter-string-input::placeholder {
|
3341
3384
|
font-family: var(--font-family, var(--font-family));
|
3342
|
-
font-size: calc(1 * var(--sjs-font-size,
|
3385
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
3343
3386
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
3344
3387
|
width: 100%;
|
3345
3388
|
max-width: 100%;
|
@@ -3347,7 +3390,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3347
3390
|
text-overflow: ellipsis;
|
3348
3391
|
white-space: nowrap;
|
3349
3392
|
display: inline-block;
|
3350
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
3393
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
3351
3394
|
appearance: none;
|
3352
3395
|
}
|
3353
3396
|
|
@@ -3497,12 +3540,12 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3497
3540
|
|
3498
3541
|
.sd-dropdown__hint-suffix.sd-tagbox__hint-suffix {
|
3499
3542
|
height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3500
|
-
line-height: calc(2.5 * var(--sjs-font-size,
|
3543
|
+
line-height: calc(2.5 * var(--sjs-font-size, 16px));
|
3501
3544
|
}
|
3502
3545
|
|
3503
3546
|
.sd-dropdown__hint-prefix.sd-tagbox__hint-prefix {
|
3504
3547
|
height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3505
|
-
line-height: calc(2.5 * var(--sjs-font-size,
|
3548
|
+
line-height: calc(2.5 * var(--sjs-font-size, 16px));
|
3506
3549
|
}
|
3507
3550
|
|
3508
3551
|
.sd-imagepicker {
|
@@ -3591,8 +3634,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3591
3634
|
}
|
3592
3635
|
|
3593
3636
|
.sd-imagepicker__text {
|
3594
|
-
font-size: calc(1 * var(--sjs-font-size,
|
3595
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
3637
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
3638
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
3596
3639
|
margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3597
3640
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
3598
3641
|
}
|
@@ -3658,7 +3701,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3658
3701
|
|
3659
3702
|
.sd-expression {
|
3660
3703
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
3661
|
-
font-size: calc(1 * var(--sjs-font-size,
|
3704
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
3662
3705
|
}
|
3663
3706
|
|
3664
3707
|
.sd-progress {
|
@@ -3679,8 +3722,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3679
3722
|
margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3680
3723
|
right: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3681
3724
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3682
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
3683
|
-
line-height: calc(1 * var(--sjs-font-size,
|
3725
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
3726
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
3684
3727
|
font-weight: 600;
|
3685
3728
|
}
|
3686
3729
|
@media only screen and (min-width: calc(125 * var(--sjs-base-unit, var(--base-unit, 8px)))) {
|
@@ -3694,13 +3737,18 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3694
3737
|
}
|
3695
3738
|
}
|
3696
3739
|
|
3740
|
+
.sd-boolean-root {
|
3741
|
+
box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
3742
|
+
border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3743
|
+
}
|
3744
|
+
|
3697
3745
|
.sd-boolean {
|
3698
3746
|
display: flex;
|
3699
3747
|
width: max-content;
|
3700
3748
|
position: relative;
|
3701
3749
|
padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3702
|
-
background: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9)));
|
3703
|
-
box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
|
3750
|
+
background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
|
3751
|
+
box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
3704
3752
|
border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3705
3753
|
}
|
3706
3754
|
|
@@ -3709,9 +3757,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3709
3757
|
display: block;
|
3710
3758
|
font-family: var(--sjs-font-editorfont-family, var(--font-family));
|
3711
3759
|
font-weight: var(--sjs-font-editorfont-weight, 400);
|
3712
|
-
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size,
|
3760
|
+
font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, 16px))));
|
3713
3761
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3714
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
3762
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
3715
3763
|
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3716
3764
|
}
|
3717
3765
|
|
@@ -3741,8 +3789,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3741
3789
|
}
|
3742
3790
|
|
3743
3791
|
.sd-boolean__thumb {
|
3744
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
3745
|
-
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
|
3792
|
+
background-color: var(--sjs-general-backcolor, var(--background, #fff));
|
3793
|
+
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
3746
3794
|
border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3747
3795
|
transition-duration: 0.2s;
|
3748
3796
|
transition-property: margin-left, transform;
|
@@ -3774,7 +3822,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3774
3822
|
}
|
3775
3823
|
|
3776
3824
|
.sd-boolean.sd-boolean--allowhover .sd-boolean__thumb-ghost:hover {
|
3777
|
-
background-color: var(--sjs-editorpanel-hovercolor, var(--sjs-general-dim-
|
3825
|
+
background-color: var(--sjs-editorpanel-hovercolor, var(--sjs-general-backcolor-dim-dark, rgb(243, 243, 243)));
|
3778
3826
|
border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
3779
3827
|
}
|
3780
3828
|
|
@@ -3869,7 +3917,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3869
3917
|
}
|
3870
3918
|
|
3871
3919
|
.sd-paneldynamic__progress-text {
|
3872
|
-
font-size: calc(1 * var(--sjs-font-size,
|
3920
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
3873
3921
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3874
3922
|
margin: 0;
|
3875
3923
|
margin-right: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
@@ -3957,7 +4005,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3957
4005
|
background-color: transparent;
|
3958
4006
|
cursor: pointer;
|
3959
4007
|
font-family: var(--font-family, var(--font-family));
|
3960
|
-
font-size: calc(1 * var(--sjs-font-size,
|
4008
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
3961
4009
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3962
4010
|
overflow-x: hidden;
|
3963
4011
|
white-space: nowrap;
|
@@ -4004,7 +4052,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4004
4052
|
}
|
4005
4053
|
|
4006
4054
|
.sd-tab-item__title {
|
4007
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
4055
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
4008
4056
|
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4009
4057
|
display: flex;
|
4010
4058
|
align-items: center;
|
@@ -4025,8 +4073,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4025
4073
|
.sd-file {
|
4026
4074
|
min-height: calc(36 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4027
4075
|
position: relative;
|
4028
|
-
font-size: calc(1 * var(--sjs-font-size,
|
4029
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
4076
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
4077
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
4030
4078
|
}
|
4031
4079
|
.sd-file .sv-action-bar {
|
4032
4080
|
padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
|
@@ -4161,8 +4209,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4161
4209
|
.sd-file__sign {
|
4162
4210
|
margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4163
4211
|
text-align: center;
|
4164
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
4165
|
-
line-height: calc(1 * var(--sjs-font-size,
|
4212
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
4213
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
4166
4214
|
}
|
4167
4215
|
.sd-file__sign a {
|
4168
4216
|
display: block;
|
@@ -4174,7 +4222,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4174
4222
|
overflow: hidden;
|
4175
4223
|
max-height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4176
4224
|
text-overflow: ellipsis;
|
4177
|
-
line-height: calc(1 * var(--sjs-font-size,
|
4225
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
4178
4226
|
display: -webkit-box;
|
4179
4227
|
-webkit-line-clamp: 3;
|
4180
4228
|
-webkit-box-orient: vertical;
|
@@ -4284,14 +4332,14 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4284
4332
|
-moz-appearance: none;
|
4285
4333
|
padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4286
4334
|
background: var(--sjs-general-backcolor, var(--background, #fff));
|
4287
|
-
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
|
4335
|
+
box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
|
4288
4336
|
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
4289
4337
|
cursor: pointer;
|
4290
4338
|
font-family: var(--font-family, var(--font-family));
|
4291
4339
|
font-style: normal;
|
4292
4340
|
font-weight: 600;
|
4293
|
-
font-size: calc(1 * var(--sjs-font-size,
|
4294
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
4341
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
4342
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
4295
4343
|
text-align: center;
|
4296
4344
|
color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
4297
4345
|
border: none;
|
@@ -4391,6 +4439,14 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4391
4439
|
box-sizing: border-box;
|
4392
4440
|
}
|
4393
4441
|
|
4442
|
+
.sd-root_background-image {
|
4443
|
+
position: absolute;
|
4444
|
+
top: 0;
|
4445
|
+
bottom: 0;
|
4446
|
+
left: 0;
|
4447
|
+
right: 0;
|
4448
|
+
}
|
4449
|
+
|
4394
4450
|
.sd-multipletext {
|
4395
4451
|
width: 100%;
|
4396
4452
|
table-layout: fixed;
|
@@ -4465,6 +4521,10 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4465
4521
|
padding-bottom: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4466
4522
|
}
|
4467
4523
|
|
4524
|
+
.sd-multipletext .sd-input .sd-input {
|
4525
|
+
background: transparent;
|
4526
|
+
}
|
4527
|
+
|
4468
4528
|
.sd-action {
|
4469
4529
|
appearance: none;
|
4470
4530
|
border: none;
|
@@ -4475,8 +4535,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4475
4535
|
font-weight: 600;
|
4476
4536
|
font-family: var(--font-family, var(--font-family));
|
4477
4537
|
font-style: normal;
|
4478
|
-
font-size: calc(1 * var(--sjs-font-size,
|
4479
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
4538
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
4539
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
4480
4540
|
outline: none;
|
4481
4541
|
}
|
4482
4542
|
|
@@ -4585,7 +4645,7 @@ svg.sd-action--icon {
|
|
4585
4645
|
height: auto;
|
4586
4646
|
}
|
4587
4647
|
.sd-completedpage h3 {
|
4588
|
-
font-size: calc(1.5 * var(--sjs-font-size,
|
4648
|
+
font-size: calc(1.5 * var(--sjs-font-size, 16px));
|
4589
4649
|
}
|
4590
4650
|
|
4591
4651
|
.sd-completedpage:before,
|
@@ -4652,15 +4712,15 @@ svg.sd-action--icon {
|
|
4652
4712
|
|
4653
4713
|
.sd-progress-buttons__page-title {
|
4654
4714
|
width: 100%;
|
4655
|
-
font-size: calc(1 * var(--sjs-font-size,
|
4715
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
4656
4716
|
font-weight: 600;
|
4657
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
4717
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
4658
4718
|
}
|
4659
4719
|
|
4660
4720
|
.sd-progress-buttons__page-description {
|
4661
4721
|
width: 100%;
|
4662
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
4663
|
-
line-height: calc(1 * var(--sjs-font-size,
|
4722
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
4723
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
4664
4724
|
font-weight: 600;
|
4665
4725
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
4666
4726
|
}
|
@@ -4697,6 +4757,25 @@ svg.sd-action--icon {
|
|
4697
4757
|
border-left: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
4698
4758
|
}
|
4699
4759
|
|
4760
|
+
.sv_progress-toc--mobile {
|
4761
|
+
position: fixed;
|
4762
|
+
top: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4763
|
+
right: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4764
|
+
width: auto;
|
4765
|
+
min-width: auto;
|
4766
|
+
height: auto;
|
4767
|
+
background-color: transparent;
|
4768
|
+
z-index: 15;
|
4769
|
+
border-radius: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4770
|
+
}
|
4771
|
+
.sv_progress-toc--mobile > div {
|
4772
|
+
width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4773
|
+
height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4774
|
+
}
|
4775
|
+
.sv_progress-toc--mobile:hover {
|
4776
|
+
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
4777
|
+
}
|
4778
|
+
|
4700
4779
|
.sd-list {
|
4701
4780
|
padding-right: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4702
4781
|
padding-left: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
@@ -4708,8 +4787,8 @@ svg.sd-action--icon {
|
|
4708
4787
|
.sd-list__item.sd-list__item .sd-list__item-body {
|
4709
4788
|
padding-block: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4710
4789
|
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
4711
|
-
font-size: calc(1 * var(--sjs-font-size,
|
4712
|
-
line-height: calc(1.5 * var(--sjs-font-size,
|
4790
|
+
font-size: calc(1 * var(--sjs-font-size, 16px));
|
4791
|
+
line-height: calc(1.5 * var(--sjs-font-size, 16px));
|
4713
4792
|
}
|
4714
4793
|
|
4715
4794
|
.sd-list__item.sd-list__item--focused:not(.sd-list__item--selected) {
|
@@ -4731,8 +4810,7 @@ svg.sd-action--icon {
|
|
4731
4810
|
display: flex;
|
4732
4811
|
border-radius: 100%;
|
4733
4812
|
padding: calc(var(--sd-timer-size) / 144 * 8);
|
4734
|
-
|
4735
|
-
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1019607843);
|
4813
|
+
box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1));
|
4736
4814
|
box-sizing: border-box;
|
4737
4815
|
}
|
4738
4816
|
|
@@ -4788,7 +4866,7 @@ svg.sd-action--icon {
|
|
4788
4866
|
.sd-timer__text--minor {
|
4789
4867
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
4790
4868
|
font-weight: 600;
|
4791
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
4869
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
4792
4870
|
}
|
4793
4871
|
|
4794
4872
|
sv-components-container,
|
@@ -4884,8 +4962,8 @@ sv-components-container,
|
|
4884
4962
|
flex-direction: column;
|
4885
4963
|
}
|
4886
4964
|
.sd-root-modern.sd-root-modern--mobile .sd-multipletext__item-title {
|
4887
|
-
font-size: calc(0.75 * var(--sjs-font-size,
|
4888
|
-
line-height: calc(1 * var(--sjs-font-size,
|
4965
|
+
font-size: calc(0.75 * var(--sjs-font-size, 16px));
|
4966
|
+
line-height: calc(1 * var(--sjs-font-size, 16px));
|
4889
4967
|
height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
4890
4968
|
padding-right: 0;
|
4891
4969
|
border-right: none;
|
@@ -5024,6 +5102,11 @@ body {
|
|
5024
5102
|
width: 100%;
|
5025
5103
|
font-family: var(--font-family, var(--font-family));
|
5026
5104
|
background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
5105
|
+
position: relative;
|
5106
|
+
}
|
5107
|
+
.sd-root-modern form {
|
5108
|
+
z-index: 1;
|
5109
|
+
position: relative;
|
5027
5110
|
}
|
5028
5111
|
.sd-root-modern * {
|
5029
5112
|
scrollbar-width: thin;
|
@@ -5088,7 +5171,7 @@ body {
|
|
5088
5171
|
}
|
5089
5172
|
|
5090
5173
|
.sv-popup.sv-popup--modal .sv-popup__body-content {
|
5091
|
-
box-shadow:
|
5174
|
+
box-shadow: var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
|
5092
5175
|
background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
|
5093
5176
|
}
|
5094
5177
|
.sv-popup.sv-popup--modal .sv-popup__body-footer {
|