survey-react 1.9.85 → 1.9.87
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 +164 -109
- package/defaultV2.css.map +1 -1
- package/defaultV2.min.css +2 -2
- package/modern.css +51 -53
- package/modern.css.map +1 -1
- package/modern.min.css +2 -2
- package/package.json +1 -1
- package/survey.css +19 -19
- package/survey.css.map +1 -1
- package/survey.min.css +2 -2
- package/survey.react.d.ts +149 -22
- package/survey.react.js +503 -155
- 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.87
|
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
|
*/
|
@@ -112,7 +112,7 @@
|
|
112
112
|
padding: calc(1 * var(--base-unit, 8px));
|
113
113
|
box-sizing: border-box;
|
114
114
|
border: none;
|
115
|
-
border-radius:
|
115
|
+
border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
|
116
116
|
background-color: transparent;
|
117
117
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
118
118
|
cursor: pointer;
|
@@ -127,14 +127,14 @@ button.sv-action-bar-item {
|
|
127
127
|
|
128
128
|
.sv-action-bar--default-size-mode .sv-action-bar-item {
|
129
129
|
height: calc(5 * var(--base-unit, 8px));
|
130
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
130
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
131
131
|
line-height: calc(3 * var(--base-unit, 8px));
|
132
132
|
margin: 0 calc(1 * var(--base-unit, 8px));
|
133
133
|
}
|
134
134
|
|
135
135
|
.sv-action-bar--small-size-mode .sv-action-bar-item {
|
136
136
|
height: calc(4 * var(--base-unit, 8px));
|
137
|
-
font-size: calc(
|
137
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
138
138
|
line-height: calc(2 * var(--base-unit, 8px));
|
139
139
|
margin: 0 calc(0.5 * var(--base-unit, 8px));
|
140
140
|
}
|
@@ -204,11 +204,11 @@ button.sv-action-bar-item {
|
|
204
204
|
padding: calc(1 * var(--base-unit, 8px));
|
205
205
|
box-sizing: border-box;
|
206
206
|
border: none;
|
207
|
-
border-radius:
|
207
|
+
border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
|
208
208
|
background-color: transparent;
|
209
209
|
cursor: pointer;
|
210
210
|
line-height: calc(3 * var(--base-unit, 8px));
|
211
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
211
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
212
212
|
font-family: var(--font-family, var(--font-family));
|
213
213
|
}
|
214
214
|
|
@@ -274,7 +274,7 @@ button.sv-action-bar-item {
|
|
274
274
|
z-index: 1000;
|
275
275
|
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
|
276
276
|
font-family: var(--font-family, var(--font-family));
|
277
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
277
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
278
278
|
padding-left: calc(2.5 * var(--base-unit, 8px));
|
279
279
|
line-height: calc(3 * var(--base-unit, 8px));
|
280
280
|
}
|
@@ -332,19 +332,19 @@ sv-popup {
|
|
332
332
|
.sv-popup__shadow {
|
333
333
|
width: 100%;
|
334
334
|
height: 100%;
|
335
|
-
border-radius: calc(
|
335
|
+
border-radius: calc(2 * var(--sjs-corner-radius, 4px));
|
336
336
|
}
|
337
337
|
|
338
338
|
.sv-popup__body-content {
|
339
339
|
background-color: var(--background, #fff);
|
340
|
-
border-radius: calc(
|
340
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
341
341
|
width: 100%;
|
342
342
|
height: 100%;
|
343
343
|
box-sizing: border-box;
|
344
344
|
display: flex;
|
345
345
|
flex-direction: column;
|
346
346
|
max-height: 90vh;
|
347
|
-
max-width:
|
347
|
+
max-width: 100vw;
|
348
348
|
}
|
349
349
|
|
350
350
|
.sv-popup.sv-popup--modal {
|
@@ -379,7 +379,7 @@ sv-popup {
|
|
379
379
|
.sv-popup--overlay.sv-popup--overlay .sv-popup__body-content {
|
380
380
|
max-height: var(--sv-popup-overlay-height, 100vh);
|
381
381
|
max-width: 100vw;
|
382
|
-
border-radius: calc(
|
382
|
+
border-radius: calc(4 * var(--sjs-corner-radius, 4px)) calc(4 * var(--sjs-corner-radius, 4px)) 0px 0px;
|
383
383
|
background: var(--background, #fff);
|
384
384
|
box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, 0.1);
|
385
385
|
padding: calc(3 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
|
@@ -475,7 +475,7 @@ sv-popup {
|
|
475
475
|
|
476
476
|
.sv-popup__body-header {
|
477
477
|
font-family: Open Sans;
|
478
|
-
font-size: calc(
|
478
|
+
font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
479
479
|
line-height: calc(4 * var(--base-unit, 8px));
|
480
480
|
font-style: normal;
|
481
481
|
font-weight: 700;
|
@@ -496,13 +496,13 @@ sv-popup {
|
|
496
496
|
padding: calc(2 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
|
497
497
|
background: var(--background, #fff);
|
498
498
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
|
499
|
-
border-radius: 4px;
|
499
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
500
500
|
margin: 2px;
|
501
501
|
cursor: pointer;
|
502
502
|
font-family: var(--font-family, var(--font-family));
|
503
503
|
font-style: normal;
|
504
504
|
font-weight: 600;
|
505
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
505
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
506
506
|
line-height: calc(3 * var(--base-unit, 8px));
|
507
507
|
text-align: center;
|
508
508
|
color: var(--primary, #19b394);
|
@@ -632,7 +632,7 @@ sv-popup {
|
|
632
632
|
}
|
633
633
|
.sv-dropdown-popup.sv-popup--overlay .sv-list__input {
|
634
634
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
635
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
635
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
636
636
|
line-height: calc(3 * var(--base-unit, 8px));
|
637
637
|
font-family: var(--font-family);
|
638
638
|
padding: calc(0.5 * var(--base-unit, 8px)) 0 calc(0.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));
|
@@ -669,10 +669,9 @@ sv-popup {
|
|
669
669
|
width: auto;
|
670
670
|
min-width: min(40 * var(--base-unit, 8px), var(--sv-popup-overlay-max-width));
|
671
671
|
max-width: var(--sv-popup-overlay-max-width);
|
672
|
-
border-radius: calc(
|
672
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
673
673
|
overflow: hidden;
|
674
674
|
margin: 0;
|
675
|
-
border-radius: 4px;
|
676
675
|
}
|
677
676
|
.sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-popup__content,
|
678
677
|
.sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-popup__scrolling-content,
|
@@ -684,7 +683,7 @@ sv-popup {
|
|
684
683
|
display: flex;
|
685
684
|
align-items: center;
|
686
685
|
flex-direction: row;
|
687
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
686
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
688
687
|
overflow: auto;
|
689
688
|
border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
690
689
|
}
|
@@ -705,7 +704,7 @@ sv-popup {
|
|
705
704
|
padding: 11px calc(2 * var(--base-unit, 8px));
|
706
705
|
line-height: calc(3 * var(--base-unit, 8px));
|
707
706
|
outline: none;
|
708
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
707
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
709
708
|
font-weight: 400;
|
710
709
|
background: var(--background, #fff);
|
711
710
|
cursor: pointer;
|
@@ -822,7 +821,7 @@ sv-popup {
|
|
822
821
|
background-color: cadetblue;
|
823
822
|
padding: 1px;
|
824
823
|
font-family: var(--font-family, var(--font-family));
|
825
|
-
font-size:
|
824
|
+
font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
826
825
|
font-style: normal;
|
827
826
|
font-weight: 400;
|
828
827
|
line-height: 1.42857143;
|
@@ -841,7 +840,7 @@ sv-popup {
|
|
841
840
|
background-clip: padding-box;
|
842
841
|
border: 1px solid #ccc;
|
843
842
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
844
|
-
border-radius:
|
843
|
+
border-radius: calc(1.5 * var(--sjs-corner-radius, 4px));
|
845
844
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
846
845
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
847
846
|
line-break: auto;
|
@@ -851,10 +850,10 @@ sv-popup {
|
|
851
850
|
.sv_window_title {
|
852
851
|
padding: 8px 14px;
|
853
852
|
margin: 0;
|
854
|
-
font-size:
|
853
|
+
font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
855
854
|
background-color: #f7f7f7;
|
856
855
|
border-bottom: 1px solid #ebebeb;
|
857
|
-
border-radius:
|
856
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
|
858
857
|
}
|
859
858
|
|
860
859
|
.sv_window_content {
|
@@ -868,7 +867,7 @@ sv-popup {
|
|
868
867
|
.sv_window_title a:link,
|
869
868
|
.sv_window_title a:visited {
|
870
869
|
text-decoration: none;
|
871
|
-
font-size:
|
870
|
+
font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
872
871
|
font-style: normal;
|
873
872
|
color: black;
|
874
873
|
}
|
@@ -889,8 +888,8 @@ sv-popup {
|
|
889
888
|
|
890
889
|
.sv-brand-info__text {
|
891
890
|
font-weight: 600;
|
892
|
-
font-size:
|
893
|
-
line-height:
|
891
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
892
|
+
line-height: calc(3 * var(--base-unit, 8px));
|
894
893
|
color: #161616;
|
895
894
|
}
|
896
895
|
|
@@ -903,8 +902,8 @@ sv-popup {
|
|
903
902
|
|
904
903
|
.sv-brand-info__terms {
|
905
904
|
font-weight: 400;
|
906
|
-
font-size:
|
907
|
-
line-height:
|
905
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
906
|
+
line-height: calc(2 * var(--base-unit, 8px));
|
908
907
|
}
|
909
908
|
.sv-brand-info__terms a {
|
910
909
|
color: #909090;
|
@@ -982,7 +981,7 @@ sv-popup {
|
|
982
981
|
justify-content: center;
|
983
982
|
background-color: var(--primary-light, rgba(25, 179, 148, 0.1));
|
984
983
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
985
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
984
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
986
985
|
border-radius: 100%;
|
987
986
|
border: calc(0.25 * var(--base-unit, 8px)) solid transparent;
|
988
987
|
width: calc(5 * var(--base-unit, 8px));
|
@@ -1004,7 +1003,7 @@ sv-popup {
|
|
1004
1003
|
text-overflow: ellipsis;
|
1005
1004
|
white-space: nowrap;
|
1006
1005
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1007
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1006
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1008
1007
|
line-height: calc(3 * var(--base-unit, 8px));
|
1009
1008
|
margin: 0 calc(2 * var(--base-unit, 8px));
|
1010
1009
|
}
|
@@ -1127,7 +1126,7 @@ sv-popup {
|
|
1127
1126
|
|
1128
1127
|
.sv-list__empty-text {
|
1129
1128
|
line-height: calc(3 * var(--base-unit, 8px));
|
1130
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1129
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1131
1130
|
font-weight: 400;
|
1132
1131
|
text-align: center;
|
1133
1132
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
@@ -1152,7 +1151,7 @@ sv-popup {
|
|
1152
1151
|
padding-inline-end: calc(8 * var(--base-unit, 8px));
|
1153
1152
|
padding-inline-start: calc(2 * var(--base-unit, 8px));
|
1154
1153
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1155
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1154
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1156
1155
|
line-height: calc(3 * var(--base-unit, 8px));
|
1157
1156
|
cursor: pointer;
|
1158
1157
|
overflow: hidden;
|
@@ -1165,7 +1164,7 @@ sv-popup {
|
|
1165
1164
|
}
|
1166
1165
|
.sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) .sv-list__item-body {
|
1167
1166
|
border: calc(0.25 * var(--base-unit, 8px)) solid var(--sjs-border-light, var(--border-light, #eaeaea));
|
1168
|
-
border-radius:
|
1167
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
1169
1168
|
padding-block: calc(0.75 * var(--base-unit, 8px));
|
1170
1169
|
padding-inline-end: calc(7.75 * var(--base-unit, 8px));
|
1171
1170
|
padding-inline-start: calc(1.75 * var(--base-unit, 8px));
|
@@ -1288,7 +1287,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1288
1287
|
box-sizing: border-box;
|
1289
1288
|
width: 100%;
|
1290
1289
|
outline: none;
|
1291
|
-
font-size:
|
1290
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1292
1291
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1293
1292
|
padding: calc(1.5 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
|
1294
1293
|
padding-inline-start: calc(7 * var(--base-unit, 8px));
|
@@ -1321,13 +1320,13 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1321
1320
|
opacity: 0;
|
1322
1321
|
padding: calc(3 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
|
1323
1322
|
box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
|
1324
|
-
border-radius: calc(
|
1323
|
+
border-radius: calc(2 * var(--sjs-corner-radius, 4px));
|
1325
1324
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1326
1325
|
min-width: calc(30 * var(--base-unit, 8px));
|
1327
1326
|
text-align: center;
|
1328
1327
|
z-index: 1600;
|
1329
1328
|
font-family: var(--font-family, var(--font-family));
|
1330
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1329
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1331
1330
|
line-height: calc(3 * var(--base-unit, 8px));
|
1332
1331
|
display: flex;
|
1333
1332
|
flex-direction: row;
|
@@ -1373,13 +1372,13 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1373
1372
|
|
1374
1373
|
.sv-save-data_root.sv-save-data_error .sv-save-data_button {
|
1375
1374
|
font-weight: 600;
|
1376
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1375
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1377
1376
|
line-height: calc(3 * var(--base-unit, 8px));
|
1378
1377
|
height: calc(5 * var(--base-unit, 8px));
|
1379
1378
|
color: #ffffff;
|
1380
1379
|
background-color: var(--red, #e60a3e);
|
1381
1380
|
border: calc(0.25 * var(--base-unit, 8px)) solid #ffffff;
|
1382
|
-
border-radius: calc(
|
1381
|
+
border-radius: calc(1.5 * var(--sjs-corner-radius, 4px));
|
1383
1382
|
padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
|
1384
1383
|
display: flex;
|
1385
1384
|
align-items: center;
|
@@ -1426,11 +1425,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1426
1425
|
margin: 0;
|
1427
1426
|
}
|
1428
1427
|
.sd-element__title .sd-element__num {
|
1429
|
-
font-size: calc(
|
1428
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1430
1429
|
line-height: calc(2 * var(--base-unit, 8px));
|
1431
1430
|
}
|
1432
1431
|
.sd-element__title span {
|
1433
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1432
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1434
1433
|
line-height: calc(3 * var(--base-unit, 8px));
|
1435
1434
|
}
|
1436
1435
|
.sd-element__title .sv-title-actions__title {
|
@@ -1459,7 +1458,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1459
1458
|
padding-inline-start: 0;
|
1460
1459
|
padding-inline-end: calc(1 * var(--base-unit, 8px));
|
1461
1460
|
width: calc(5 * var(--base-unit, 8px));
|
1462
|
-
font-size: calc(
|
1461
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1463
1462
|
line-height: calc(2 * var(--base-unit, 8px));
|
1464
1463
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
1465
1464
|
margin-inline-start: calc(-5 * var(--base-unit, 8px));
|
@@ -1515,7 +1514,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1515
1514
|
|
1516
1515
|
.svc-logic-question-value,
|
1517
1516
|
.sd-element--with-frame {
|
1518
|
-
border-radius:
|
1517
|
+
border-radius: var(--sjs-panel-corner-radius, var(--sjs-corner-radius, 4px));
|
1519
1518
|
box-sizing: border-box;
|
1520
1519
|
padding-top: var(--sd-base-padding);
|
1521
1520
|
padding-left: calc(var(--sd-base-padding) + var(--sv-element-add-padding-left, 0px));
|
@@ -1534,6 +1533,10 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1534
1533
|
margin-top: 0;
|
1535
1534
|
}
|
1536
1535
|
|
1536
|
+
.sd-element--complex.sd-element--complex > .sd-question__erbox--above-question {
|
1537
|
+
margin-top: 0;
|
1538
|
+
margin-bottom: 0;
|
1539
|
+
}
|
1537
1540
|
.sd-element--complex > .sd-element__header--location-top {
|
1538
1541
|
margin-top: 0;
|
1539
1542
|
}
|
@@ -1579,7 +1582,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1579
1582
|
.sd-element--collapsed.sd-element--with-frame > .sd-element__header {
|
1580
1583
|
padding-top: calc(2 * var(--base-unit, 8px));
|
1581
1584
|
padding-bottom: calc(2 * var(--base-unit, 8px));
|
1582
|
-
border-radius:
|
1585
|
+
border-radius: var(--sjs-panel-corner-radius, var(--sjs-corner-radius, 4px));
|
1583
1586
|
}
|
1584
1587
|
.sd-element--collapsed.sd-element--with-frame > .sd-element__header--location-top {
|
1585
1588
|
margin-top: 0;
|
@@ -1601,6 +1604,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1601
1604
|
}
|
1602
1605
|
.sd-element--nested.sd-panel, .sd-element--nested.sd-question--paneldynamic {
|
1603
1606
|
border: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
|
1607
|
+
border-radius: calc(var(--sjs-corner-radius, 4px) - 4px);
|
1604
1608
|
box-sizing: border-box;
|
1605
1609
|
padding-left: var(--sd-base-padding);
|
1606
1610
|
padding-right: var(--sd-base-padding);
|
@@ -1635,7 +1639,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1635
1639
|
|
1636
1640
|
.sd-element--with-frame.sd-element--compact {
|
1637
1641
|
border: 1px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
1638
|
-
border-radius: 4px;
|
1642
|
+
border-radius: var(--sjs-panel-corner-radius, var(--sjs-corner-radius, 4px));
|
1639
1643
|
box-shadow: none;
|
1640
1644
|
}
|
1641
1645
|
|
@@ -1652,15 +1656,15 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1652
1656
|
}
|
1653
1657
|
|
1654
1658
|
.sd-question__description {
|
1655
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1659
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1656
1660
|
}
|
1657
1661
|
|
1658
1662
|
.sd-question__erbox {
|
1659
1663
|
padding: calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));
|
1660
|
-
border-radius: calc(
|
1664
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
1661
1665
|
font-weight: 600;
|
1662
1666
|
line-height: calc(2 * var(--base-unit, 8px));
|
1663
|
-
font-size: calc(
|
1667
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1664
1668
|
white-space: normal;
|
1665
1669
|
text-align: left;
|
1666
1670
|
}
|
@@ -1673,7 +1677,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1673
1677
|
}
|
1674
1678
|
|
1675
1679
|
.sd-question__erbox--above-question {
|
1676
|
-
border-radius: calc(
|
1680
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
|
1677
1681
|
margin-bottom: calc(var(--sd-base-vertical-padding) - var(--base-unit, 8px));
|
1678
1682
|
}
|
1679
1683
|
|
@@ -1685,7 +1689,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1685
1689
|
position: relative;
|
1686
1690
|
margin-top: 0;
|
1687
1691
|
bottom: calc(-1 * var(--sd-base-padding));
|
1688
|
-
border-radius: 0 0 calc(
|
1692
|
+
border-radius: 0 0 calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px));
|
1689
1693
|
}
|
1690
1694
|
|
1691
1695
|
.sd-root-modern--mobile .sd-question__erbox--below-question {
|
@@ -1754,7 +1758,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1754
1758
|
}
|
1755
1759
|
|
1756
1760
|
.sd-question__comment-area {
|
1757
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1761
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1758
1762
|
margin-top: calc(2 * var(--base-unit, 8px));
|
1759
1763
|
display: flex;
|
1760
1764
|
flex-direction: column;
|
@@ -1789,14 +1793,6 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1789
1793
|
text-align: left;
|
1790
1794
|
}
|
1791
1795
|
|
1792
|
-
.sd-question--complex .sd-question__erbox--above-question {
|
1793
|
-
margin-top: 0;
|
1794
|
-
margin-bottom: calc(var(--sd-base-vertical-padding) - 1 * var(--base-unit, 8px));
|
1795
|
-
}
|
1796
|
-
.sd-question--complex .sd-question__erbox--above-question ~ .sd-question__header--location-top {
|
1797
|
-
padding-top: calc(1 * var(--base-unit, 8px));
|
1798
|
-
}
|
1799
|
-
|
1800
1796
|
.sd-question--empty.sd-question--complex > .sd-question__header--location-top {
|
1801
1797
|
padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
|
1802
1798
|
}
|
@@ -1813,7 +1809,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1813
1809
|
justify-content: center;
|
1814
1810
|
min-height: calc(24 * var(--base-unit, 8px));
|
1815
1811
|
line-height: calc(3 * var(--base-unit, 8px));
|
1816
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1812
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1817
1813
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
1818
1814
|
}
|
1819
1815
|
.sd-question__placeholder > div .sv-string-viewer, .sd-question__placeholder > span .sv-string-viewer {
|
@@ -1845,12 +1841,12 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1845
1841
|
padding: calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
|
1846
1842
|
line-height: calc(3 * var(--base-unit, 8px));
|
1847
1843
|
font-family: var(--font-family, var(--font-family));
|
1848
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1844
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1849
1845
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
1850
1846
|
background-color: var(--sjs-editor-background, var(--background-dim-light, #f9f9f9));
|
1851
1847
|
box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.15);
|
1852
1848
|
border: none;
|
1853
|
-
border-radius:
|
1849
|
+
border-radius: var(--sjs-editor-corner-radius, var(--sjs-corner-radius, 4px));
|
1854
1850
|
text-align: start;
|
1855
1851
|
}
|
1856
1852
|
|
@@ -1905,7 +1901,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1905
1901
|
padding: 0px;
|
1906
1902
|
font-family: var(--font-family);
|
1907
1903
|
line-height: calc(3 * var(--base-unit, 8px));
|
1908
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1904
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1909
1905
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
1910
1906
|
position: absolute;
|
1911
1907
|
inset-inline-end: calc(2 * var(--base-unit, 8px));
|
@@ -1980,7 +1976,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1980
1976
|
}
|
1981
1977
|
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title {
|
1982
1978
|
position: static;
|
1983
|
-
font-size: calc(
|
1979
|
+
font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1984
1980
|
line-height: calc(4 * var(--base-unit, 8px));
|
1985
1981
|
margin: calc(0.5 * var(--base-unit, 8px)) 0px;
|
1986
1982
|
font-weight: 700;
|
@@ -1991,7 +1987,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
1991
1987
|
}
|
1992
1988
|
.sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__description {
|
1993
1989
|
position: static;
|
1994
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
1990
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
1995
1991
|
line-height: calc(3 * var(--base-unit, 8px));
|
1996
1992
|
margin: calc(0.5 * var(--base-unit, 8px)) 0px;
|
1997
1993
|
font-weight: 400;
|
@@ -2045,7 +2041,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2045
2041
|
}
|
2046
2042
|
|
2047
2043
|
.sd-checkbox__decorator {
|
2048
|
-
border-radius:
|
2044
|
+
border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
|
2049
2045
|
}
|
2050
2046
|
|
2051
2047
|
.sd-checkbox__svg {
|
@@ -2093,7 +2089,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2093
2089
|
background: transparent;
|
2094
2090
|
border: none;
|
2095
2091
|
line-height: calc(3 * var(--base-unit, 8px));
|
2096
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
2092
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2097
2093
|
font-family: var(--font-family, var(--font-family));
|
2098
2094
|
font-weight: 600;
|
2099
2095
|
padding: calc(1 * var(--base-unit, 8px)) 0;
|
@@ -2112,7 +2108,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2112
2108
|
width: calc(2 * var(--base-unit, 8px));
|
2113
2109
|
border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
2114
2110
|
box-sizing: border-box;
|
2115
|
-
border-radius:
|
2111
|
+
border-radius: calc(1.25 * var(--base-unit, 8px));
|
2116
2112
|
}
|
2117
2113
|
|
2118
2114
|
.sd-matrixdynamic__placeholder .sd-matrixdynamic__add-btn {
|
@@ -2164,7 +2160,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2164
2160
|
|
2165
2161
|
.sd-table__cell {
|
2166
2162
|
font-weight: normal;
|
2167
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
2163
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2168
2164
|
line-height: calc(3 * var(--base-unit, 8px));
|
2169
2165
|
padding: calc(1 * var(--base-unit, 8px));
|
2170
2166
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
@@ -2396,7 +2392,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2396
2392
|
|
2397
2393
|
.sd-page .sd-page__title {
|
2398
2394
|
position: static;
|
2399
|
-
font-size: calc(
|
2395
|
+
font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2400
2396
|
line-height: calc(4 * var(--base-unit, 8px));
|
2401
2397
|
margin: calc(0.5 * var(--base-unit, 8px)) 0px;
|
2402
2398
|
font-weight: 700;
|
@@ -2405,7 +2401,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2405
2401
|
|
2406
2402
|
.sd-page .sd-page__description {
|
2407
2403
|
position: static;
|
2408
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
2404
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2409
2405
|
line-height: calc(3 * var(--base-unit, 8px));
|
2410
2406
|
margin: calc(0.5 * var(--base-unit, 8px)) 0px;
|
2411
2407
|
font-weight: 400;
|
@@ -2435,7 +2431,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2435
2431
|
.svc-row > .sd-row--multiple {
|
2436
2432
|
background: var(--sjs-question-background, var(--background, #fff));
|
2437
2433
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
|
2438
|
-
border-radius: calc(
|
2434
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
2439
2435
|
}
|
2440
2436
|
|
2441
2437
|
:not(.svc-row) > .sd-row--multiple {
|
@@ -2519,13 +2515,13 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2519
2515
|
flex-grow: 1;
|
2520
2516
|
}
|
2521
2517
|
.sd-header__text h3 {
|
2522
|
-
font-size: calc(
|
2518
|
+
font-size: calc(2 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2523
2519
|
font-weight: 700;
|
2524
2520
|
line-height: calc(5 * var(--base-unit, 8px));
|
2525
2521
|
color: var(--primary, #19b394);
|
2526
2522
|
}
|
2527
2523
|
.sd-header__text h5 {
|
2528
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
2524
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2529
2525
|
font-weight: 400;
|
2530
2526
|
line-height: calc(3 * var(--base-unit, 8px));
|
2531
2527
|
}
|
@@ -2576,7 +2572,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2576
2572
|
font-family: var(--font-family, var(--font-family));
|
2577
2573
|
font-style: normal;
|
2578
2574
|
font-weight: normal;
|
2579
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
2575
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2580
2576
|
line-height: calc(3 * var(--base-unit, 8px));
|
2581
2577
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
2582
2578
|
white-space: normal;
|
@@ -2629,7 +2625,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2629
2625
|
font-style: normal;
|
2630
2626
|
font-weight: normal;
|
2631
2627
|
line-height: calc(3 * var(--base-unit, 8px));
|
2632
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
2628
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2633
2629
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
2634
2630
|
white-space: normal;
|
2635
2631
|
word-break: break-word;
|
@@ -2699,7 +2695,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2699
2695
|
}
|
2700
2696
|
|
2701
2697
|
.sd-checkbox__decorator {
|
2702
|
-
border-radius:
|
2698
|
+
border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
|
2703
2699
|
}
|
2704
2700
|
|
2705
2701
|
.sd-checkbox__svg {
|
@@ -2808,6 +2804,15 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2808
2804
|
flex-wrap: wrap;
|
2809
2805
|
}
|
2810
2806
|
|
2807
|
+
.sd-rating--small {
|
2808
|
+
min-height: calc(3 * var(--base-unit, 8px));
|
2809
|
+
margin: auto;
|
2810
|
+
}
|
2811
|
+
.sd-rating--small fieldset {
|
2812
|
+
padding: 0;
|
2813
|
+
gap: calc(1 * var(--base-unit, 8px));
|
2814
|
+
}
|
2815
|
+
|
2811
2816
|
.sd-rating__item {
|
2812
2817
|
position: relative;
|
2813
2818
|
background: var(--background, #fff);
|
@@ -2825,7 +2830,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2825
2830
|
border: 2px solid var(--background, #fff);
|
2826
2831
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
2827
2832
|
fill: var(--sjs-general-forecolor, var(--foreground, #161616));
|
2828
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
2833
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
2829
2834
|
}
|
2830
2835
|
|
2831
2836
|
.sd-rating__item--fixed-size {
|
@@ -2834,6 +2839,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
|
|
2834
2839
|
}
|
2835
2840
|
|
2836
2841
|
legend + .sd-rating__item,
|
2842
|
+
legend + sv-ng-rating-item-smiley + .sd-rating__item-smiley,
|
2837
2843
|
legend + sv-ng-rating-item + .sd-rating__item {
|
2838
2844
|
margin-inline-start: 2px;
|
2839
2845
|
}
|
@@ -2898,6 +2904,20 @@ legend + sv-ng-rating-item + .sd-rating__item {
|
|
2898
2904
|
height: calc(3 * var(--base-unit, 8px));
|
2899
2905
|
}
|
2900
2906
|
|
2907
|
+
.sd-rating__item-smiley--small {
|
2908
|
+
padding: calc(0.625 * var(--base-unit, 8px));
|
2909
|
+
min-width: calc(3 * var(--base-unit, 8px));
|
2910
|
+
border-width: 1px;
|
2911
|
+
}
|
2912
|
+
.sd-rating__item-smiley--small svg {
|
2913
|
+
width: calc(1.5 * var(--base-unit, 8px));
|
2914
|
+
height: calc(1.5 * var(--base-unit, 8px));
|
2915
|
+
}
|
2916
|
+
|
2917
|
+
.sd-rating__item-smiley--small.sd-rating__item-smiley--selected:focus-within {
|
2918
|
+
box-shadow: inset 0 0 0 1px var(--background, #fff);
|
2919
|
+
}
|
2920
|
+
|
2901
2921
|
legend + .sd-rating__item-smiley,
|
2902
2922
|
legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
2903
2923
|
margin-inline-start: 2px;
|
@@ -2981,6 +3001,15 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
2981
3001
|
display: none;
|
2982
3002
|
}
|
2983
3003
|
|
3004
|
+
.sd-rating__item-star--small {
|
3005
|
+
width: calc(3 * var(--base-unit, 8px));
|
3006
|
+
height: calc(3 * var(--base-unit, 8px));
|
3007
|
+
}
|
3008
|
+
.sd-rating__item-star--small svg {
|
3009
|
+
width: calc(3 * var(--base-unit, 8px));
|
3010
|
+
height: calc(3 * var(--base-unit, 8px));
|
3011
|
+
}
|
3012
|
+
|
2984
3013
|
.sd-rating__item-star--selected svg {
|
2985
3014
|
stroke: none;
|
2986
3015
|
fill: var(--primary, #19b394);
|
@@ -3036,7 +3065,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3036
3065
|
}
|
3037
3066
|
|
3038
3067
|
.sd-rating__item-text.sd-rating__item-text {
|
3039
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3068
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3040
3069
|
line-height: calc(3 * var(--base-unit, 8px));
|
3041
3070
|
display: inline-block;
|
3042
3071
|
}
|
@@ -3114,7 +3143,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3114
3143
|
.sd-dropdown option {
|
3115
3144
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
3116
3145
|
font-family: var(--font-family, var(--font-family));
|
3117
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3146
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3118
3147
|
}
|
3119
3148
|
|
3120
3149
|
.sd-dropdown__value {
|
@@ -3124,7 +3153,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3124
3153
|
text-overflow: ellipsis;
|
3125
3154
|
white-space: nowrap;
|
3126
3155
|
font-family: var(--font-family, var(--font-family));
|
3127
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3156
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3128
3157
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
3129
3158
|
position: relative;
|
3130
3159
|
}
|
@@ -3161,7 +3190,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3161
3190
|
outline: none;
|
3162
3191
|
padding: 0;
|
3163
3192
|
font-family: var(--font-family, var(--font-family));
|
3164
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3193
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3165
3194
|
background-color: transparent;
|
3166
3195
|
overflow: hidden;
|
3167
3196
|
text-overflow: ellipsis;
|
@@ -3169,6 +3198,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3169
3198
|
display: inline-block;
|
3170
3199
|
line-height: calc(3 * var(--base-unit, 8px));
|
3171
3200
|
appearance: none;
|
3201
|
+
height: 100%;
|
3172
3202
|
}
|
3173
3203
|
|
3174
3204
|
.sd-dropdown--empty:not(.sd-input--disabled) .sd-dropdown__filter-string-input::placeholder {
|
@@ -3177,7 +3207,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3177
3207
|
|
3178
3208
|
.sd-dropdown__filter-string-input::placeholder {
|
3179
3209
|
font-family: var(--font-family, var(--font-family));
|
3180
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3210
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3181
3211
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
3182
3212
|
width: 100%;
|
3183
3213
|
max-width: 100%;
|
@@ -3239,7 +3269,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3239
3269
|
height: calc(3 * var(--base-unit, 8px));
|
3240
3270
|
padding: calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));
|
3241
3271
|
background-color: var(--primary, #19b394);
|
3242
|
-
border-radius: calc(0.
|
3272
|
+
border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
|
3243
3273
|
}
|
3244
3274
|
|
3245
3275
|
.sv-tagbox__item-text {
|
@@ -3292,11 +3322,10 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3292
3322
|
}
|
3293
3323
|
|
3294
3324
|
.sd-tagbox__filter-string-input {
|
3295
|
-
width:
|
3325
|
+
width: 100%;
|
3296
3326
|
display: flex;
|
3297
3327
|
flex-grow: 1;
|
3298
3328
|
height: calc(5 * var(--base-unit, 8px));
|
3299
|
-
position: initial;
|
3300
3329
|
}
|
3301
3330
|
|
3302
3331
|
.sd-tagbox__placeholder {
|
@@ -3318,6 +3347,32 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3318
3347
|
background: linear-gradient(90deg, var(--primary, #19b394) 53.12%, rgba(25, 179, 148, 0) 100%);
|
3319
3348
|
}
|
3320
3349
|
|
3350
|
+
.sd-tagbox.sd-tagbox--empty .sd-tagbox__hint,
|
3351
|
+
.sd-tagbox.sd-tagbox--empty .sd-tagbox__hint-suffix-wrapper,
|
3352
|
+
.sd-tagbox.sd-tagbox--empty .sd-tagbox__filter-string-input {
|
3353
|
+
width: 100%;
|
3354
|
+
}
|
3355
|
+
|
3356
|
+
.sd-tagbox__hint {
|
3357
|
+
display: flex;
|
3358
|
+
flex-grow: 1;
|
3359
|
+
}
|
3360
|
+
|
3361
|
+
.sd-tagbox__hint-suffix-wrapper {
|
3362
|
+
position: relative;
|
3363
|
+
width: 100%;
|
3364
|
+
}
|
3365
|
+
|
3366
|
+
.sd-dropdown__hint-suffix.sd-tagbox__hint-suffix {
|
3367
|
+
height: calc(5 * var(--base-unit, 8px));
|
3368
|
+
line-height: calc(5 * var(--base-unit, 8px));
|
3369
|
+
}
|
3370
|
+
|
3371
|
+
.sd-dropdown__hint-prefix.sd-tagbox__hint-prefix {
|
3372
|
+
height: calc(5 * var(--base-unit, 8px));
|
3373
|
+
line-height: calc(5 * var(--base-unit, 8px));
|
3374
|
+
}
|
3375
|
+
|
3321
3376
|
.sd-imagepicker {
|
3322
3377
|
display: flex;
|
3323
3378
|
flex-wrap: wrap;
|
@@ -3340,7 +3395,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3340
3395
|
}
|
3341
3396
|
.sd-imagepicker__item img,
|
3342
3397
|
.sd-imagepicker__item .sd-imagepicker__image-container > div {
|
3343
|
-
border-radius: calc(
|
3398
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
3344
3399
|
background-color: var(--background-dim-light, #f9f9f9);
|
3345
3400
|
}
|
3346
3401
|
|
@@ -3388,7 +3443,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3388
3443
|
width: 100%;
|
3389
3444
|
height: 100%;
|
3390
3445
|
background-color: var(--red-light, rgba(230, 10, 62, 0.1));
|
3391
|
-
border-radius: calc(
|
3446
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
3392
3447
|
background: linear-gradient(0deg, var(--red-light, rgba(230, 10, 62, 0.1)), var(--red-light, rgba(230, 10, 62, 0.1)));
|
3393
3448
|
}
|
3394
3449
|
|
@@ -3404,7 +3459,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3404
3459
|
}
|
3405
3460
|
|
3406
3461
|
.sd-imagepicker__text {
|
3407
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3462
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3408
3463
|
line-height: calc(3 * var(--base-unit, 8px));
|
3409
3464
|
margin-top: calc(1 * var(--base-unit, 8px));
|
3410
3465
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
@@ -3440,7 +3495,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3440
3495
|
.sd-image__image {
|
3441
3496
|
display: block;
|
3442
3497
|
max-width: 100%;
|
3443
|
-
border-radius: calc(
|
3498
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
3444
3499
|
}
|
3445
3500
|
|
3446
3501
|
.sd-image__image--adaptive {
|
@@ -3472,7 +3527,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3472
3527
|
|
3473
3528
|
.sd-expression {
|
3474
3529
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
3475
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3530
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3476
3531
|
}
|
3477
3532
|
|
3478
3533
|
.sd-progress {
|
@@ -3493,7 +3548,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3493
3548
|
margin-top: calc(1 * var(--base-unit, 8px));
|
3494
3549
|
right: calc(3 * var(--base-unit, 8px));
|
3495
3550
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3496
|
-
font-size: calc(
|
3551
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3497
3552
|
line-height: calc(2 * var(--base-unit, 8px));
|
3498
3553
|
font-weight: 600;
|
3499
3554
|
}
|
@@ -3523,7 +3578,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3523
3578
|
display: block;
|
3524
3579
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3525
3580
|
font-family: var(--font-family, var(--font-family));
|
3526
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3581
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3527
3582
|
line-height: calc(3 * var(--base-unit, 8px));
|
3528
3583
|
padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
|
3529
3584
|
}
|
@@ -3693,7 +3748,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3693
3748
|
}
|
3694
3749
|
|
3695
3750
|
.sd-paneldynamic__progress-text {
|
3696
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3751
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3697
3752
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3698
3753
|
margin: 0;
|
3699
3754
|
margin-right: calc(3 * var(--base-unit, 8px));
|
@@ -3783,7 +3838,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3783
3838
|
background-color: transparent;
|
3784
3839
|
cursor: pointer;
|
3785
3840
|
font-family: var(--font-family, var(--font-family));
|
3786
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3841
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3787
3842
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
3788
3843
|
overflow-x: hidden;
|
3789
3844
|
white-space: nowrap;
|
@@ -3812,7 +3867,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3812
3867
|
.sd-file {
|
3813
3868
|
min-height: calc(36 * var(--base-unit, 8px));
|
3814
3869
|
position: relative;
|
3815
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
3870
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3816
3871
|
line-height: calc(3 * var(--base-unit, 8px));
|
3817
3872
|
}
|
3818
3873
|
.sd-file .sv-action-bar {
|
@@ -3948,7 +4003,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
3948
4003
|
.sd-file__sign {
|
3949
4004
|
margin-top: calc(1 * var(--base-unit, 8px));
|
3950
4005
|
text-align: center;
|
3951
|
-
font-size: calc(
|
4006
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
3952
4007
|
line-height: calc(2 * var(--base-unit, 8px));
|
3953
4008
|
}
|
3954
4009
|
.sd-file__sign a {
|
@@ -4072,12 +4127,12 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4072
4127
|
padding: calc(2 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
|
4073
4128
|
background: var(--background, #fff);
|
4074
4129
|
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
|
4075
|
-
border-radius: calc(
|
4130
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
4076
4131
|
cursor: pointer;
|
4077
4132
|
font-family: var(--font-family, var(--font-family));
|
4078
4133
|
font-style: normal;
|
4079
4134
|
font-weight: 600;
|
4080
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
4135
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
4081
4136
|
line-height: calc(3 * var(--base-unit, 8px));
|
4082
4137
|
text-align: center;
|
4083
4138
|
color: var(--primary, #19b394);
|
@@ -4261,7 +4316,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
|
|
4261
4316
|
font-weight: 600;
|
4262
4317
|
font-family: var(--font-family, var(--font-family));
|
4263
4318
|
font-style: normal;
|
4264
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
4319
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
4265
4320
|
line-height: calc(3 * var(--base-unit, 8px));
|
4266
4321
|
outline: none;
|
4267
4322
|
}
|
@@ -4371,7 +4426,7 @@ svg.sd-action--icon {
|
|
4371
4426
|
height: auto;
|
4372
4427
|
}
|
4373
4428
|
.sd-completedpage h3 {
|
4374
|
-
font-size: calc(
|
4429
|
+
font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
4375
4430
|
}
|
4376
4431
|
|
4377
4432
|
.sd-completedpage:before,
|
@@ -4438,14 +4493,14 @@ svg.sd-action--icon {
|
|
4438
4493
|
|
4439
4494
|
.sd-progress-buttons__page-title {
|
4440
4495
|
width: 100%;
|
4441
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
4496
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
4442
4497
|
font-weight: 600;
|
4443
4498
|
line-height: calc(3 * var(--base-unit, 8px));
|
4444
4499
|
}
|
4445
4500
|
|
4446
4501
|
.sd-progress-buttons__page-description {
|
4447
4502
|
width: 100%;
|
4448
|
-
font-size: calc(
|
4503
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
4449
4504
|
line-height: calc(2 * var(--base-unit, 8px));
|
4450
4505
|
font-weight: 600;
|
4451
4506
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
@@ -4470,7 +4525,7 @@ svg.sd-action--icon {
|
|
4470
4525
|
.sv_progress-toc .sv-list__item-body {
|
4471
4526
|
padding-inline-start: calc(2 * var(--base-unit, 8px));
|
4472
4527
|
padding-inline-end: calc(2 * var(--base-unit, 8px));
|
4473
|
-
border-radius:
|
4528
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
4474
4529
|
padding-top: calc(1.5 * var(--base-unit, 8px));
|
4475
4530
|
padding-bottom: calc(1.5 * var(--base-unit, 8px));
|
4476
4531
|
}
|
@@ -4493,8 +4548,8 @@ svg.sd-action--icon {
|
|
4493
4548
|
}
|
4494
4549
|
.sd-list__item.sd-list__item .sd-list__item-body {
|
4495
4550
|
padding-block: calc(1.5 * var(--base-unit, 8px));
|
4496
|
-
border-radius:
|
4497
|
-
font-size: calc(2 * var(--base-unit, 8px));
|
4551
|
+
border-radius: calc(1 * var(--sjs-corner-radius, 4px));
|
4552
|
+
font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
4498
4553
|
line-height: calc(3 * var(--base-unit, 8px));
|
4499
4554
|
}
|
4500
4555
|
|
@@ -4574,7 +4629,7 @@ svg.sd-action--icon {
|
|
4574
4629
|
.sd-timer__text--minor {
|
4575
4630
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
4576
4631
|
font-weight: 600;
|
4577
|
-
font-size: calc(
|
4632
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
4578
4633
|
}
|
4579
4634
|
|
4580
4635
|
sv-components-container,
|
@@ -4672,9 +4727,9 @@ sv-components-container,
|
|
4672
4727
|
flex-direction: column;
|
4673
4728
|
}
|
4674
4729
|
.sd-root-modern.sd-root-modern--mobile .sd-multipletext__item-title {
|
4675
|
-
font-size:
|
4676
|
-
line-height:
|
4677
|
-
height:
|
4730
|
+
font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
|
4731
|
+
line-height: calc(2 * var(--base-unit, 8px));
|
4732
|
+
height: calc(2 * var(--base-unit, 8px));
|
4678
4733
|
padding-right: 0;
|
4679
4734
|
border-right: none;
|
4680
4735
|
margin-bottom: 0;
|