survey-creator-core 1.12.2 → 1.12.4
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/5dcaaadc5b1c048d6daa.png +0 -0
- package/5e87e454a7071a571216.png +0 -0
- package/a7b373b83d0c1e0262bd.png +0 -0
- package/cc27e2890751d1ea0380.png +0 -0
- package/e8dfbe2bdd7c9dca5efa.png +0 -0
- package/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +1 -1
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js.LICENSE.txt +1 -1
- package/i18n/english.js +20 -1
- package/i18n/english.js.map +1 -1
- package/i18n/english.min.js +1 -1
- package/i18n/english.min.js.LICENSE.txt +1 -1
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/romanian.js +1 -1
- package/i18n/romanian.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/thai.js +1 -1
- package/i18n/thai.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +562 -128
- package/survey-creator-core.fontless.css +561 -127
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +14 -13
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +957 -372
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +15 -14
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/typings/components/action-container-view-model.d.ts +17 -1
- package/typings/components/page.d.ts +4 -2
- package/typings/components/question-image.d.ts +2 -2
- package/typings/components/question.d.ts +11 -2
- package/typings/components/side-bar/side-bar-header-model.d.ts +11 -0
- package/typings/components/side-bar/side-bar-model.d.ts +3 -6
- package/typings/components/simulator.d.ts +3 -1
- package/typings/components/tabs/designer.d.ts +2 -0
- package/typings/components/tabs/header-model.d.ts +1 -0
- package/typings/components/tabs/logic-ui.d.ts +2 -0
- package/typings/components/tabs/preview.d.ts +2 -0
- package/typings/components/tabs/theme-custom-questions/shadow-effects.d.ts +1 -0
- package/typings/components/tabs/theme-plugin.d.ts +2 -0
- package/typings/components/tabs/translation.d.ts +2 -0
- package/typings/creator-base.d.ts +2 -0
- package/typings/editorLocalization.d.ts +19 -0
- package/typings/entries/index.d.ts +1 -0
- package/typings/expand-collapse-manager.d.ts +8 -0
- package/typings/localization/english.d.ts +19 -0
- package/typings/property-grid/index.d.ts +4 -0
- package/typings/survey-helper.d.ts +1 -0
- package/typings/toolbox.d.ts +1 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.4
|
|
3
3
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -266,6 +266,18 @@ svc-tab-test {
|
|
|
266
266
|
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
+
.svc-test-tab--empty {
|
|
270
|
+
display: flex;
|
|
271
|
+
flex-direction: column;
|
|
272
|
+
align-items: center;
|
|
273
|
+
justify-content: center;
|
|
274
|
+
flex-grow: 1;
|
|
275
|
+
flex-shrink: 0;
|
|
276
|
+
width: 100%;
|
|
277
|
+
height: 100%;
|
|
278
|
+
gap: 0px;
|
|
279
|
+
}
|
|
280
|
+
|
|
269
281
|
.svc-test-tab__content .svc-plugin-tab__content {
|
|
270
282
|
overflow-y: overlay;
|
|
271
283
|
}
|
|
@@ -798,6 +810,17 @@ svc-tab-test {
|
|
|
798
810
|
--sjs-transition-duration: 0ms;
|
|
799
811
|
}
|
|
800
812
|
|
|
813
|
+
.svc-translation-tab--empty {
|
|
814
|
+
display: flex;
|
|
815
|
+
flex-direction: column;
|
|
816
|
+
align-items: center;
|
|
817
|
+
justify-content: center;
|
|
818
|
+
flex-grow: 1;
|
|
819
|
+
flex-shrink: 0;
|
|
820
|
+
width: 100%;
|
|
821
|
+
gap: 0px;
|
|
822
|
+
}
|
|
823
|
+
|
|
801
824
|
.st-properties {
|
|
802
825
|
background-color: var(--ctr-property-grid-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
803
826
|
flex-grow: 1;
|
|
@@ -1278,15 +1301,19 @@ td.st-table__cell:first-of-type span {
|
|
|
1278
1301
|
--sjs-transition-duration: 0ms;
|
|
1279
1302
|
}
|
|
1280
1303
|
|
|
1281
|
-
.svc-logic-tab__content.svc-logic-
|
|
1304
|
+
.svc-logic-tab__content.svc-logic-tab--empty {
|
|
1282
1305
|
display: flex;
|
|
1283
1306
|
flex-direction: column;
|
|
1284
1307
|
align-items: center;
|
|
1285
1308
|
justify-content: center;
|
|
1309
|
+
flex-grow: 1;
|
|
1310
|
+
flex-shrink: 0;
|
|
1311
|
+
width: 100%;
|
|
1312
|
+
gap: 0px;
|
|
1286
1313
|
}
|
|
1287
|
-
.svc-logic-tab__content.svc-logic-
|
|
1314
|
+
.svc-logic-tab__content.svc-logic-tab--empty .svc-logic-tab__content-action {
|
|
1288
1315
|
width: calc(33 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1289
|
-
margin-top:
|
|
1316
|
+
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
1290
1317
|
}
|
|
1291
1318
|
.svc-logic-tab__content .svc-logic-tab__content-action {
|
|
1292
1319
|
margin-left: 25%;
|
|
@@ -1447,6 +1474,11 @@ svc-tab-designer {
|
|
|
1447
1474
|
min-width: calc(84 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1448
1475
|
}
|
|
1449
1476
|
|
|
1477
|
+
.svc-content-wrapper {
|
|
1478
|
+
width: 100%;
|
|
1479
|
+
display: flex;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1450
1482
|
.svc-tab-designer .svc-designer-header .sd-container-modern__title {
|
|
1451
1483
|
background-color: transparent;
|
|
1452
1484
|
}
|
|
@@ -1456,9 +1488,6 @@ svc-tab-designer {
|
|
|
1456
1488
|
.svc-tab-designer .sd-title {
|
|
1457
1489
|
display: flex;
|
|
1458
1490
|
}
|
|
1459
|
-
.svc-tab-designer .sd-title.sd-element__title--hidden, .svc-tab-designer .sd-title.svc-element__title--hidden {
|
|
1460
|
-
display: none;
|
|
1461
|
-
}
|
|
1462
1491
|
.svc-tab-designer .sd-container-modern {
|
|
1463
1492
|
min-width: calc(70 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1464
1493
|
width: 100%;
|
|
@@ -1494,24 +1523,25 @@ svc-tab-designer {
|
|
|
1494
1523
|
.svc-designer__placeholder-container {
|
|
1495
1524
|
display: flex;
|
|
1496
1525
|
flex-grow: 1;
|
|
1526
|
+
flex-shrink: 0;
|
|
1497
1527
|
width: 100%;
|
|
1498
1528
|
flex-direction: column;
|
|
1499
1529
|
align-items: center;
|
|
1500
1530
|
justify-content: center;
|
|
1531
|
+
gap: 0px;
|
|
1501
1532
|
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1502
1533
|
box-sizing: border-box;
|
|
1503
1534
|
text-align: center;
|
|
1535
|
+
position: relative;
|
|
1504
1536
|
}
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1537
|
+
.svc-designer__placeholder-container .sd-page {
|
|
1538
|
+
display: none;
|
|
1508
1539
|
}
|
|
1509
1540
|
|
|
1510
1541
|
.svc-designer-placeholder-page .svc-page__footer {
|
|
1511
1542
|
width: calc(33 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1512
1543
|
margin: auto;
|
|
1513
1544
|
}
|
|
1514
|
-
|
|
1515
1545
|
.svc-designer-placeholder-page .svc-row--ghost {
|
|
1516
1546
|
display: none;
|
|
1517
1547
|
}
|
|
@@ -1576,19 +1606,13 @@ svc-tab-designer {
|
|
|
1576
1606
|
.svc-creator--mobile .svc-page__content.svc-page__content--selected .sd-page__title {
|
|
1577
1607
|
margin: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 0 0;
|
|
1578
1608
|
}
|
|
1579
|
-
.svc-creator--mobile .svc-
|
|
1580
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1581
|
-
}
|
|
1582
|
-
.svc-creator--mobile .svc-page__content .svc-page__footer {
|
|
1609
|
+
.svc-creator--mobile .svc-page__footer {
|
|
1583
1610
|
margin-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1584
1611
|
margin-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1612
|
+
margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1585
1613
|
}
|
|
1586
|
-
.svc-creator--mobile .svc-
|
|
1587
|
-
|
|
1588
|
-
}
|
|
1589
|
-
.svc-creator--mobile .svc-question__content.svc-question__content--selected {
|
|
1590
|
-
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1591
|
-
padding-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1614
|
+
.svc-creator--mobile .svc-designer-placeholder-page .svc-page__footer {
|
|
1615
|
+
margin-top: 0;
|
|
1592
1616
|
}
|
|
1593
1617
|
.svc-creator--mobile .svc-tab-designer {
|
|
1594
1618
|
justify-content: initial;
|
|
@@ -1621,8 +1645,7 @@ svc-tab-designer {
|
|
|
1621
1645
|
width: 100%;
|
|
1622
1646
|
}
|
|
1623
1647
|
.svc-creator--mobile .svc-question__content-actions {
|
|
1624
|
-
width: calc(100%
|
|
1625
|
-
left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1648
|
+
width: calc(100% + 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1626
1649
|
}
|
|
1627
1650
|
.svc-creator--mobile .svc-question__content-actions .sv-action-bar-item {
|
|
1628
1651
|
border: 0;
|
|
@@ -2008,6 +2031,118 @@ svc-tab-test {
|
|
|
2008
2031
|
color: var(--ctr-popup-message-color, #404040);
|
|
2009
2032
|
}
|
|
2010
2033
|
|
|
2034
|
+
.svc-surface-placeholder {
|
|
2035
|
+
display: flex;
|
|
2036
|
+
width: 100%;
|
|
2037
|
+
max-width: var(--ctr-surface-placeholder-max-width, 720px);
|
|
2038
|
+
flex-direction: column;
|
|
2039
|
+
align-items: center;
|
|
2040
|
+
justify-content: center;
|
|
2041
|
+
gap: 0px;
|
|
2042
|
+
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2043
|
+
box-sizing: border-box;
|
|
2044
|
+
}
|
|
2045
|
+
|
|
2046
|
+
.svc-creator--mobile .svc-surface-placeholder {
|
|
2047
|
+
padding: var(--ctr-surface-placeholder-padding-top, 0px) var(--ctr-surface-placeholder-padding-right, 48px) var(--ctr-surface-placeholder-padding-bottom, 0px) var(--ctr-surface-placeholder-padding-left, 48px);
|
|
2048
|
+
}
|
|
2049
|
+
.svc-creator--mobile .svc-surface-placeholder__text {
|
|
2050
|
+
padding: var(--ctr-surface-placeholder-text-margin-top, 32px) var(--ctr-surface-placeholder-text-margin-right, 32px) var(--ctr-surface-placeholder-text-margin-bottom, 24px) var(--ctr-surface-placeholder-text-margin-left, 32px);
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
.svc-surface-placeholder__image {
|
|
2054
|
+
display: flex;
|
|
2055
|
+
flex-direction: row;
|
|
2056
|
+
gap: 0px;
|
|
2057
|
+
align-items: center;
|
|
2058
|
+
justify-content: center;
|
|
2059
|
+
flex-shrink: 0;
|
|
2060
|
+
position: relative;
|
|
2061
|
+
overflow: hidden;
|
|
2062
|
+
padding: 135px 170px;
|
|
2063
|
+
display: flex;
|
|
2064
|
+
flex-direction: row;
|
|
2065
|
+
gap: 0px;
|
|
2066
|
+
align-items: center;
|
|
2067
|
+
justify-content: center;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2070
|
+
.svc-surface-placeholder__image--designer {
|
|
2071
|
+
background: url(a7b373b83d0c1e0262bd.png) 50%/contain no-repeat;
|
|
2072
|
+
}
|
|
2073
|
+
|
|
2074
|
+
.svc-surface-placeholder__image--preview {
|
|
2075
|
+
background: url(e8dfbe2bdd7c9dca5efa.png) 50%/contain no-repeat;
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
.svc-surface-placeholder__image--theme {
|
|
2079
|
+
background: url(5e87e454a7071a571216.png) 50%/contain no-repeat;
|
|
2080
|
+
}
|
|
2081
|
+
|
|
2082
|
+
.svc-surface-placeholder__image--logic {
|
|
2083
|
+
background: url(5dcaaadc5b1c048d6daa.png) 50%/contain no-repeat;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
.svc-surface-placeholder__image--translation {
|
|
2087
|
+
background: url(cc27e2890751d1ea0380.png) 50%/contain no-repeat;
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
.svc-surface-placeholder__text {
|
|
2091
|
+
padding: var(--ctr-surface-placeholder-text-margin-top, 32px) 0px var(--ctr-surface-placeholder-text-margin-bottom, 24px) 0px;
|
|
2092
|
+
display: flex;
|
|
2093
|
+
flex-direction: column;
|
|
2094
|
+
gap: var(--ctr-surface-placeholder-text-gap, 8px);
|
|
2095
|
+
align-items: center;
|
|
2096
|
+
justify-content: center;
|
|
2097
|
+
align-self: center;
|
|
2098
|
+
flex-shrink: 0;
|
|
2099
|
+
width: 100%;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
.svc-surface-placeholder__title {
|
|
2103
|
+
color: var(--ctr-surface-placeholder-text-title-color, rgba(0, 0, 0, 0.91));
|
|
2104
|
+
text-align: center;
|
|
2105
|
+
font-family: var(--ctr-medium-bold-font-family, "Open Sans");
|
|
2106
|
+
font-size: var(--ctr-medium-bold-font-size, 24px);
|
|
2107
|
+
line-height: var(--ctr-medium-bold-line-height, 32px);
|
|
2108
|
+
font-weight: var(--ctr-medium-bold-font-weight, 700);
|
|
2109
|
+
align-self: stretch;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.svc-surface-placeholder__description {
|
|
2113
|
+
color: var(--ctr-surface-placeholder-text-description-color, rgba(0, 0, 0, 0.45));
|
|
2114
|
+
text-align: center;
|
|
2115
|
+
font-family: var(--ctr-default-font-family, "Open Sans");
|
|
2116
|
+
font-size: var(--ctr-default-font-size, 16px);
|
|
2117
|
+
line-height: var(--ctr-default-line-height, 24px);
|
|
2118
|
+
font-weight: var(--ctr-default-font-weight, 400);
|
|
2119
|
+
align-self: stretch;
|
|
2120
|
+
}
|
|
2121
|
+
|
|
2122
|
+
.svc-designer__placeholder-container {
|
|
2123
|
+
padding-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
.svc-logic-tab--empty > :last-child {
|
|
2127
|
+
margin-bottom: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
.svc-test-tab--empty .svc-surface-placeholder,
|
|
2131
|
+
.svc-translation-tab--empty .svc-surface-placeholder {
|
|
2132
|
+
padding-bottom: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
.svc-creator--mobile .svc-designer__placeholder-container {
|
|
2136
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2137
|
+
}
|
|
2138
|
+
.svc-creator--mobile .svc-logic-tab--empty > :last-child {
|
|
2139
|
+
margin-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2140
|
+
}
|
|
2141
|
+
.svc-creator--mobile .svc-test-tab--empty .svc-surface-placeholder,
|
|
2142
|
+
.svc-creator--mobile .svc-translation-tab--empty .svc-surface-placeholder {
|
|
2143
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2144
|
+
}
|
|
2145
|
+
|
|
2011
2146
|
survey-creator,
|
|
2012
2147
|
.svc-creator {
|
|
2013
2148
|
display: flex;
|
|
@@ -2051,9 +2186,21 @@ survey-creator .sv-popup .sv-popup__scrolling-content ::-webkit-scrollbar-thumb:
|
|
|
2051
2186
|
background-color: var(--ctr-scrollbar-background-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
2052
2187
|
}
|
|
2053
2188
|
|
|
2054
|
-
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content
|
|
2189
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content,
|
|
2190
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content {
|
|
2055
2191
|
background: var(--ctr-survey-radio-button-group-item-background-color-floating, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2056
2192
|
}
|
|
2193
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item,
|
|
2194
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item {
|
|
2195
|
+
overflow: hidden;
|
|
2196
|
+
}
|
|
2197
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-viewer,
|
|
2198
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-editor,
|
|
2199
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-viewer,
|
|
2200
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-editor {
|
|
2201
|
+
white-space: nowrap;
|
|
2202
|
+
}
|
|
2203
|
+
|
|
2057
2204
|
.svc-creator__area {
|
|
2058
2205
|
position: relative;
|
|
2059
2206
|
-moz-user-select: none;
|
|
@@ -2679,7 +2826,7 @@ svc-page {
|
|
|
2679
2826
|
}
|
|
2680
2827
|
.svc-page__content .sd-page {
|
|
2681
2828
|
margin: 0;
|
|
2682
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))))
|
|
2829
|
+
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
|
|
2683
2830
|
}
|
|
2684
2831
|
|
|
2685
2832
|
.svc-page__content-actions {
|
|
@@ -2732,68 +2879,62 @@ svc-page {
|
|
|
2732
2879
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
2733
2880
|
}
|
|
2734
2881
|
|
|
2735
|
-
.svc-page__content:
|
|
2736
|
-
.svc-hovered.svc-page__content
|
|
2882
|
+
.svc-page__content:focus,
|
|
2883
|
+
.svc-hovered.svc-page__content {
|
|
2737
2884
|
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
2738
2885
|
background: var(--ctr-survey-page-background-color-hovered, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
2739
2886
|
}
|
|
2740
2887
|
|
|
2741
|
-
.svc-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
height: 100%;
|
|
2745
|
-
position: absolute;
|
|
2746
|
-
top: 0;
|
|
2747
|
-
left: 0;
|
|
2748
|
-
border: 2px var(--sjs-border-default, var(--border, #d6d6d6)) dashed;
|
|
2749
|
-
margin: -2px;
|
|
2750
|
-
border-radius: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2751
|
-
box-sizing: content-box;
|
|
2752
|
-
pointer-events: none;
|
|
2888
|
+
.svc-page__content--new.svc-page__content--new {
|
|
2889
|
+
box-shadow: none;
|
|
2890
|
+
background-color: transparent;
|
|
2753
2891
|
}
|
|
2754
2892
|
|
|
2755
|
-
.svc-
|
|
2756
|
-
.svc-
|
|
2757
|
-
|
|
2758
|
-
display: none;
|
|
2893
|
+
.svc-page__content--selected .svc-page__content-actions,
|
|
2894
|
+
.svc-hovered.svc-page__content .svc-page__content-actions {
|
|
2895
|
+
opacity: 1;
|
|
2759
2896
|
}
|
|
2760
|
-
|
|
2761
|
-
.svc-
|
|
2762
|
-
.svc-hovered.svc-page__content.svc-page__content--selected {
|
|
2897
|
+
|
|
2898
|
+
.svc-page__content--selected.svc-page__content--selected {
|
|
2763
2899
|
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2764
2900
|
background: var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1));
|
|
2765
2901
|
}
|
|
2766
|
-
|
|
2767
|
-
.svc-
|
|
2768
|
-
|
|
2769
|
-
|
|
2902
|
+
|
|
2903
|
+
.svc-page__content--animation-running .svc-row .svc-question--enter {
|
|
2904
|
+
animation: none;
|
|
2905
|
+
}
|
|
2906
|
+
.svc-page__content--animation-running .svc-row .svc-question--leave {
|
|
2907
|
+
animation-name: moveInWithOverflow;
|
|
2908
|
+
animation-direction: reverse;
|
|
2909
|
+
animation-fill-mode: forwards;
|
|
2910
|
+
animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
|
|
2911
|
+
animation-duration: var(--sjs-svc-collapse-move-out-duration, 250ms);
|
|
2912
|
+
animation-delay: var(--sjs-svc-collapse-move-out-delay, 100ms);
|
|
2770
2913
|
}
|
|
2771
2914
|
|
|
2772
|
-
.svc-creator .svc-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
box-sizing: content-box;
|
|
2783
|
-
pointer-events: none;
|
|
2915
|
+
.svc-creator--disable-animations .svc-row .svc-question--leave {
|
|
2916
|
+
animation: none;
|
|
2917
|
+
}
|
|
2918
|
+
|
|
2919
|
+
.svc-page__content--collapse-onhover, .svc-page__content--collapse-always {
|
|
2920
|
+
outline: 2px transparent dashed;
|
|
2921
|
+
transition: outline-color var(--sjs-creator-transition-duration, 150ms);
|
|
2922
|
+
}
|
|
2923
|
+
.svc-page__content--collapse-onhover.svc-page__content--selected, .svc-page__content--collapse-onhover.svc-page__content.svc-hovered, .svc-page__content--collapse-always.svc-page__content--selected, .svc-page__content--collapse-always.svc-page__content.svc-hovered {
|
|
2924
|
+
outline-color: transparent;
|
|
2784
2925
|
}
|
|
2785
|
-
.svc-
|
|
2926
|
+
.svc-page__content--collapse-onhover.svc-page__content--collapsed-drag-over-inside, .svc-page__content--collapse-always.svc-page__content--collapsed-drag-over-inside {
|
|
2786
2927
|
box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
2787
2928
|
background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
|
2788
2929
|
animation: collapsed-drag-over-inside-blinking 1s infinite;
|
|
2930
|
+
outline-color: transparent;
|
|
2789
2931
|
}
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
animation: collapsed-drag-over-inside-blinking 1s infinite;
|
|
2932
|
+
|
|
2933
|
+
.svc-page__content--collapsed {
|
|
2934
|
+
outline-color: var(--sjs-border-default, var(--border, #d6d6d6));
|
|
2794
2935
|
}
|
|
2795
2936
|
|
|
2796
|
-
.svc-creator--mobile .svc-
|
|
2937
|
+
.svc-creator--mobile .svc-page__content::after {
|
|
2797
2938
|
margin: 0;
|
|
2798
2939
|
border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
2799
2940
|
}
|
|
@@ -2816,6 +2957,7 @@ svc-page {
|
|
|
2816
2957
|
overflow: visible;
|
|
2817
2958
|
margin-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2818
2959
|
margin-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2960
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2819
2961
|
gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2820
2962
|
}
|
|
2821
2963
|
.svc-page__footer .sv-action {
|
|
@@ -2875,7 +3017,8 @@ svc-page {
|
|
|
2875
3017
|
.svc-page__placeholder_frame {
|
|
2876
3018
|
min-width: auto;
|
|
2877
3019
|
max-width: 100%;
|
|
2878
|
-
|
|
3020
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3021
|
+
padding: 0 calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2879
3022
|
}
|
|
2880
3023
|
.svc-page__placeholder_frame .svc-panel__placeholder_frame {
|
|
2881
3024
|
padding: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -3156,9 +3299,12 @@ svc-question {
|
|
|
3156
3299
|
position: relative;
|
|
3157
3300
|
height: auto;
|
|
3158
3301
|
width: 100%;
|
|
3159
|
-
display:
|
|
3160
|
-
|
|
3161
|
-
|
|
3302
|
+
display: grid;
|
|
3303
|
+
grid-template-columns: 100%;
|
|
3304
|
+
}
|
|
3305
|
+
.svc-question__adorner > * {
|
|
3306
|
+
grid-row: 1;
|
|
3307
|
+
grid-column: 1;
|
|
3162
3308
|
}
|
|
3163
3309
|
.svc-question__adorner.svc-question__adorner--collapsed {
|
|
3164
3310
|
height: fit-content;
|
|
@@ -3212,7 +3358,10 @@ svc-question {
|
|
|
3212
3358
|
}
|
|
3213
3359
|
|
|
3214
3360
|
.svc-question__content {
|
|
3215
|
-
scroll-margin-top: 8px;
|
|
3361
|
+
scroll-margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3362
|
+
}
|
|
3363
|
+
.svc-question__content .sd-element {
|
|
3364
|
+
scroll-margin-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3216
3365
|
}
|
|
3217
3366
|
|
|
3218
3367
|
.svc-question__content {
|
|
@@ -3225,13 +3374,31 @@ svc-question {
|
|
|
3225
3374
|
flex-grow: 1;
|
|
3226
3375
|
border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3227
3376
|
box-sizing: border-box;
|
|
3228
|
-
padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(
|
|
3377
|
+
padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3229
3378
|
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
3230
3379
|
box-shadow: 0px 1px 2px 0px var(--ctr-shadow-small-color, rgba(0, 0, 0, 0.15));
|
|
3231
3380
|
outline: none;
|
|
3232
3381
|
transition: background var(--sjs-creator-transition-duration, 150ms), box-shadow var(--sjs-creator-transition-duration, 150ms);
|
|
3233
3382
|
}
|
|
3234
3383
|
|
|
3384
|
+
.svc-question__content--title-bottom {
|
|
3385
|
+
padding-top: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3386
|
+
padding-bottom: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3387
|
+
}
|
|
3388
|
+
.svc-question__content--title-bottom .sd-question__content {
|
|
3389
|
+
margin-top: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3390
|
+
}
|
|
3391
|
+
.svc-question__content--title-bottom .svc-question__content-actions {
|
|
3392
|
+
height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3393
|
+
}
|
|
3394
|
+
.svc-question__content--title-bottom .svc-question__content-actions > .sv-action-bar {
|
|
3395
|
+
margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3396
|
+
}
|
|
3397
|
+
|
|
3398
|
+
.svc-question__content--title-hidden {
|
|
3399
|
+
padding-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3400
|
+
}
|
|
3401
|
+
|
|
3235
3402
|
.svc-question__content .sd-selectbase:not(.sd-imagepicker) {
|
|
3236
3403
|
padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3237
3404
|
margin-left: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -3261,16 +3428,67 @@ svc-question {
|
|
|
3261
3428
|
user-select: all;
|
|
3262
3429
|
pointer-events: all;
|
|
3263
3430
|
}
|
|
3264
|
-
.svc-question__content .sd-question__header--hidden,
|
|
3265
|
-
.svc-question__content .svc-question__header--hidden {
|
|
3266
|
-
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3267
|
-
}
|
|
3268
3431
|
|
|
3269
3432
|
.svc-question__content > div,
|
|
3270
3433
|
.svc-question__placeholders > div {
|
|
3271
3434
|
overflow: visible;
|
|
3272
3435
|
}
|
|
3273
3436
|
|
|
3437
|
+
.svc-question--enter, .svc-question--leave {
|
|
3438
|
+
animation-name: fadeIn, moveInWithOverflow;
|
|
3439
|
+
animation-fill-mode: forwards;
|
|
3440
|
+
animation-direction: var(--animation-direction);
|
|
3441
|
+
animation-timing-function: var(--animation-timing-function);
|
|
3442
|
+
animation-duration: var(--fade-animation-duration), var(--move-animation-duration);
|
|
3443
|
+
animation-delay: var(--fade-animation-delay), var(--move-animation-delay);
|
|
3444
|
+
}
|
|
3445
|
+
|
|
3446
|
+
.svc-question--enter {
|
|
3447
|
+
opacity: 0;
|
|
3448
|
+
--fade-animation-duration: var(--sjs-svc-expand-fade-in-duration, 150ms);
|
|
3449
|
+
--move-animation-duration: var(--sjs-svc-expand-move-in-duration, 250ms);
|
|
3450
|
+
--fade-animation-delay: var(--sjs-svc-expand-fade-in-delay, 250ms);
|
|
3451
|
+
--move-animation-delay: 0s;
|
|
3452
|
+
--animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
|
|
3453
|
+
--animation-direction: normal;
|
|
3454
|
+
}
|
|
3455
|
+
|
|
3456
|
+
.svc-question--leave {
|
|
3457
|
+
--fade-animation-duration: var(--sjs-svc-collapse-fade-out-duration, 150ms);
|
|
3458
|
+
--move-animation-duration: var(--sjs-svc-collapse-move-out-duration, 250ms);
|
|
3459
|
+
--fade-animation-delay: 0s;
|
|
3460
|
+
--move-animation-delay: var(--sjs-svc-collapse-move-out-delay, 100ms);
|
|
3461
|
+
--animation-direction: reverse;
|
|
3462
|
+
--animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
|
|
3463
|
+
}
|
|
3464
|
+
|
|
3465
|
+
@keyframes changeAlignSelf {
|
|
3466
|
+
from {
|
|
3467
|
+
align-self: flex-start;
|
|
3468
|
+
}
|
|
3469
|
+
to {
|
|
3470
|
+
align-self: stretch;
|
|
3471
|
+
}
|
|
3472
|
+
}
|
|
3473
|
+
.svc-question--enter.svc-question__adorner, .svc-question--leave.svc-question__adorner {
|
|
3474
|
+
opacity: 1;
|
|
3475
|
+
animation-name: changeAlignSelf;
|
|
3476
|
+
animation-duration: 0s;
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
.svc-question--enter.svc-question__adorner {
|
|
3480
|
+
align-self: flex-start;
|
|
3481
|
+
animation-delay: var(--move-animation-duration);
|
|
3482
|
+
}
|
|
3483
|
+
|
|
3484
|
+
.svc-question--leave.svc-question__adorner {
|
|
3485
|
+
animation-delay: var(--move-animation-delay);
|
|
3486
|
+
}
|
|
3487
|
+
|
|
3488
|
+
.svc-creator--disable-animations .svc-question--enter, .svc-creator--disable-animations .svc-question--leave {
|
|
3489
|
+
animation: none;
|
|
3490
|
+
}
|
|
3491
|
+
|
|
3274
3492
|
.svc-question__content .sd-question:not(.sd-question--paneldynamic) .sd-panel__content {
|
|
3275
3493
|
overflow: auto;
|
|
3276
3494
|
}
|
|
@@ -3289,16 +3507,24 @@ svc-question {
|
|
|
3289
3507
|
}
|
|
3290
3508
|
|
|
3291
3509
|
.svc-question__content-actions {
|
|
3292
|
-
position:
|
|
3510
|
+
position: relative;
|
|
3293
3511
|
opacity: 0;
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3512
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3513
|
+
margin-left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3514
|
+
margin-top: auto;
|
|
3515
|
+
width: calc(100% + 2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3297
3516
|
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
3298
3517
|
}
|
|
3299
3518
|
.svc-question__content-actions:focus-within {
|
|
3300
3519
|
opacity: 1;
|
|
3301
3520
|
}
|
|
3521
|
+
.svc-question__content-actions > .sv-action-bar {
|
|
3522
|
+
position: absolute;
|
|
3523
|
+
left: 0;
|
|
3524
|
+
top: 0;
|
|
3525
|
+
width: 100%;
|
|
3526
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3527
|
+
}
|
|
3302
3528
|
.svc-question__content-actions .sv-action--convertTo {
|
|
3303
3529
|
max-width: max-content;
|
|
3304
3530
|
}
|
|
@@ -3398,10 +3624,14 @@ svc-question {
|
|
|
3398
3624
|
background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
|
3399
3625
|
}
|
|
3400
3626
|
}
|
|
3401
|
-
.svc-question__content--selected
|
|
3402
|
-
.svc-
|
|
3627
|
+
.svc-question__content--selected > .svc-question__content-actions,
|
|
3628
|
+
.svc-hovered > .svc-question__content > .svc-question__content-actions {
|
|
3403
3629
|
opacity: 1;
|
|
3404
3630
|
}
|
|
3631
|
+
.svc-question__content--selected > .svc-question__content-actions.svc-question--enter,
|
|
3632
|
+
.svc-hovered > .svc-question__content > .svc-question__content-actions.svc-question--enter {
|
|
3633
|
+
opacity: 0;
|
|
3634
|
+
}
|
|
3405
3635
|
|
|
3406
3636
|
.svc-question__content--dragged {
|
|
3407
3637
|
background: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
|
|
@@ -3409,8 +3639,48 @@ svc-question {
|
|
|
3409
3639
|
.svc-question__content--dragged .sd-question__title {
|
|
3410
3640
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
3411
3641
|
}
|
|
3412
|
-
.svc-question__content--dragged
|
|
3413
|
-
|
|
3642
|
+
.svc-question__content--dragged > .svc-question__content-actions {
|
|
3643
|
+
opacity: 0;
|
|
3644
|
+
}
|
|
3645
|
+
|
|
3646
|
+
.svc-creator--mobile .svc-question__content-actions {
|
|
3647
|
+
overflow: hidden;
|
|
3648
|
+
height: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3649
|
+
}
|
|
3650
|
+
.svc-creator--mobile .svc-question__content-actions > .sv-action-bar {
|
|
3651
|
+
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3652
|
+
}
|
|
3653
|
+
.svc-creator--mobile .svc-question__content-actions.svc-question--enter {
|
|
3654
|
+
animation-name: empty, moveInWithOverflow;
|
|
3655
|
+
}
|
|
3656
|
+
.svc-creator--mobile .svc-question__content {
|
|
3657
|
+
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3658
|
+
}
|
|
3659
|
+
.svc-creator--mobile .svc-element__header--hidden {
|
|
3660
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3661
|
+
margin-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3662
|
+
padding: 0 calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3663
|
+
}
|
|
3664
|
+
.svc-creator--mobile .svc-question__adorner--selected > .svc-element__header--hidden {
|
|
3665
|
+
margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3666
|
+
margin-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3667
|
+
}
|
|
3668
|
+
.svc-creator--mobile .svc-question__content--selected {
|
|
3669
|
+
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3670
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3671
|
+
}
|
|
3672
|
+
.svc-creator--mobile .svc-question__content--selected > .svc-question__content-actions {
|
|
3673
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3674
|
+
overflow: visible;
|
|
3675
|
+
}
|
|
3676
|
+
.svc-creator--mobile .svc-question__content--selected > .svc-question__content-actions > .sv-action-bar {
|
|
3677
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3678
|
+
}
|
|
3679
|
+
.svc-creator--mobile .svc-question__content--selected > .svc-question__content-actions.svc-question--enter {
|
|
3680
|
+
animation-name: fadeIn, moveInWithOverflow;
|
|
3681
|
+
}
|
|
3682
|
+
.svc-creator--mobile.svc-creator--disable-animations .svc-question--enter {
|
|
3683
|
+
animation: none;
|
|
3414
3684
|
}
|
|
3415
3685
|
|
|
3416
3686
|
.svc-question__content .sd-question.sd-question--table {
|
|
@@ -3565,7 +3835,7 @@ svc-question {
|
|
|
3565
3835
|
bottom: -6px;
|
|
3566
3836
|
}
|
|
3567
3837
|
|
|
3568
|
-
.svc-question__content-actions .sv-action-bar {
|
|
3838
|
+
.svc-question__content-actions > .sv-action-bar {
|
|
3569
3839
|
box-sizing: border-box;
|
|
3570
3840
|
padding: 0;
|
|
3571
3841
|
justify-content: center;
|
|
@@ -3627,54 +3897,76 @@ svc-question .sv-action-bar,
|
|
|
3627
3897
|
z-index: 1;
|
|
3628
3898
|
}
|
|
3629
3899
|
|
|
3630
|
-
.svc-
|
|
3631
|
-
display:
|
|
3900
|
+
.svc-element__header--hidden {
|
|
3901
|
+
display: block;
|
|
3902
|
+
box-sizing: border-box;
|
|
3903
|
+
padding: 0 calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3904
|
+
margin: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
|
|
3905
|
+
z-index: -1;
|
|
3906
|
+
width: 100%;
|
|
3632
3907
|
}
|
|
3633
|
-
.svc-
|
|
3634
|
-
|
|
3908
|
+
.svc-element__header--hidden .svc-string-editor,
|
|
3909
|
+
.svc-element__header--hidden .svc-fake-title,
|
|
3910
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor {
|
|
3911
|
+
display: inline-flex;
|
|
3635
3912
|
}
|
|
3636
|
-
.svc-
|
|
3637
|
-
|
|
3913
|
+
.svc-element__header--hidden .svc-string-editor::before,
|
|
3914
|
+
.svc-element__header--hidden .svc-fake-title::before,
|
|
3915
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor::before {
|
|
3916
|
+
content: "(";
|
|
3638
3917
|
}
|
|
3639
|
-
.svc-
|
|
3640
|
-
|
|
3918
|
+
.svc-element__header--hidden .svc-string-editor::after,
|
|
3919
|
+
.svc-element__header--hidden .svc-fake-title::after,
|
|
3920
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor::after {
|
|
3921
|
+
content: ")";
|
|
3922
|
+
}
|
|
3923
|
+
.svc-element__header--hidden .svc-element__title--hidden {
|
|
3924
|
+
opacity: 0;
|
|
3925
|
+
transition: opacity 150ms;
|
|
3926
|
+
}
|
|
3927
|
+
|
|
3928
|
+
.svc-element__header--hidden.sd-question__header--location--left .svc-string-editor,
|
|
3929
|
+
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor {
|
|
3930
|
+
display: inline-block;
|
|
3931
|
+
}
|
|
3932
|
+
.svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::before, .svc-element__header--hidden.sd-question__header--location--left .svc-string-editor::after,
|
|
3933
|
+
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::before,
|
|
3934
|
+
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::after {
|
|
3935
|
+
content: none;
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
.svc-question__adorner.svc-question__adorner--collapsed > .svc-element__header--hidden {
|
|
3939
|
+
z-index: 1;
|
|
3641
3940
|
}
|
|
3642
|
-
.svc-question__adorner
|
|
3941
|
+
.svc-question__adorner.svc-question__adorner--collapsed > .svc-element__header--hidden > .svc-element__title--hidden {
|
|
3942
|
+
opacity: 1;
|
|
3943
|
+
}
|
|
3944
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed > * {
|
|
3643
3945
|
display: none;
|
|
3644
3946
|
}
|
|
3645
|
-
.svc-question__adorner
|
|
3646
|
-
display:
|
|
3947
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .svc-question__drag-area {
|
|
3948
|
+
display: flex;
|
|
3949
|
+
}
|
|
3950
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .svc-content-wrapper {
|
|
3951
|
+
display: flex;
|
|
3647
3952
|
}
|
|
3648
|
-
.svc-question__adorner
|
|
3649
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden,
|
|
3650
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden {
|
|
3953
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-element {
|
|
3651
3954
|
display: block;
|
|
3652
3955
|
}
|
|
3653
|
-
.svc-question__adorner
|
|
3654
|
-
|
|
3655
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > sv-ng-string > .svc-string-editor,
|
|
3656
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor,
|
|
3657
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > sv-ng-string > .svc-string-editor {
|
|
3658
|
-
display: inline-flex;
|
|
3956
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-element > *:not(.sd-element__header) {
|
|
3957
|
+
display: none;
|
|
3659
3958
|
}
|
|
3660
|
-
.svc-question__adorner
|
|
3661
|
-
|
|
3662
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > sv-ng-string > .svc-string-editor::before,
|
|
3663
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor::before,
|
|
3664
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > sv-ng-string > .svc-string-editor::before {
|
|
3665
|
-
content: "(";
|
|
3959
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-element__header > *:not(.sd-element__title) {
|
|
3960
|
+
display: none;
|
|
3666
3961
|
}
|
|
3667
|
-
.svc-question__adorner
|
|
3668
|
-
|
|
3669
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden > sv-ng-string > .svc-string-editor::after,
|
|
3670
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor::after,
|
|
3671
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > sv-ng-string > .svc-string-editor::after {
|
|
3672
|
-
content: ")";
|
|
3962
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-question__header--location--left {
|
|
3963
|
+
display: none;
|
|
3673
3964
|
}
|
|
3674
3965
|
|
|
3675
3966
|
.svc-question__adorner .svc-question__content--collapsed {
|
|
3676
3967
|
flex-grow: 0;
|
|
3677
3968
|
padding-bottom: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3969
|
+
padding-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3678
3970
|
}
|
|
3679
3971
|
.svc-question__adorner .svc-question__content--collapsed .sd-element__header,
|
|
3680
3972
|
.svc-question__adorner .svc-question__content--collapsed .sd-element--complex > .sd-element__header {
|
|
@@ -3687,8 +3979,10 @@ svc-question .sv-action-bar,
|
|
|
3687
3979
|
}
|
|
3688
3980
|
.svc-creator--mobile .svc-question__adorner .svc-question__content--collapsed {
|
|
3689
3981
|
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3982
|
+
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3690
3983
|
}
|
|
3691
3984
|
.svc-creator--mobile .svc-question__adorner .svc-question__content--collapsed.svc-question__content--selected {
|
|
3985
|
+
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3692
3986
|
padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3693
3987
|
}
|
|
3694
3988
|
|
|
@@ -3979,18 +4273,15 @@ svc-question .sv-action-bar,
|
|
|
3979
4273
|
padding-bottom: 0;
|
|
3980
4274
|
}
|
|
3981
4275
|
|
|
3982
|
-
.svc-question__content.svc-question__content--collapsed .sd-element--complex > .sd-element__header--location-top.
|
|
4276
|
+
.svc-question__content.svc-question__content--collapsed .sd-element--complex > .sd-element__header--location-top.svc-element__header--hidden {
|
|
3983
4277
|
padding: 0;
|
|
3984
4278
|
}
|
|
3985
4279
|
|
|
3986
|
-
.svc-question__content .sd-element__header--location-top {
|
|
3987
|
-
margin-top: 0;
|
|
3988
|
-
}
|
|
3989
4280
|
.svc-question__content .sd-element--complex > .sd-element__header--location-top {
|
|
3990
4281
|
padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
|
|
3991
4282
|
padding-top: 0;
|
|
3992
4283
|
}
|
|
3993
|
-
.svc-question__content .sd-element--complex > .sd-element__header--location-top.
|
|
4284
|
+
.svc-question__content .sd-element--complex > .sd-element__header--location-top.svc-element__header--hidden {
|
|
3994
4285
|
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3995
4286
|
}
|
|
3996
4287
|
.svc-question__content .sd-element--complex > .sd-element__header--location-top:after {
|
|
@@ -4095,7 +4386,7 @@ svc-question .sv-action-bar,
|
|
|
4095
4386
|
box-shadow: 0px 1px 2px 0px var(--ctr-shadow-small-color, rgba(0, 0, 0, 0.15));
|
|
4096
4387
|
}
|
|
4097
4388
|
.sd-row--enter.sd-row--enter.sd-row--enter.sd-row--enter .svc-question__content--selected .svc-question__content-actions {
|
|
4098
|
-
|
|
4389
|
+
opacity: 0;
|
|
4099
4390
|
}
|
|
4100
4391
|
|
|
4101
4392
|
.sd-panel .sd-row--enter.sd-row--enter.sd-row--enter.sd-row--enter .svc-question__content--selected {
|
|
@@ -4153,11 +4444,21 @@ svc-question .sv-action-bar,
|
|
|
4153
4444
|
}
|
|
4154
4445
|
|
|
4155
4446
|
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) {
|
|
4156
|
-
padding:
|
|
4447
|
+
padding-left: 0;
|
|
4448
|
+
padding-right: 0;
|
|
4157
4449
|
}
|
|
4158
4450
|
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .sd-image__image {
|
|
4159
4451
|
border-radius: 0;
|
|
4160
4452
|
}
|
|
4453
|
+
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .svc-question__content-actions {
|
|
4454
|
+
padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4455
|
+
width: calc(100% - 2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4456
|
+
box-sizing: border-box;
|
|
4457
|
+
}
|
|
4458
|
+
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .svc-question__content-actions > .sv-action-bar {
|
|
4459
|
+
width: calc(100% - calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4460
|
+
left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4461
|
+
}
|
|
4161
4462
|
|
|
4162
4463
|
.svc-question__content--image.svc-question__content--empty .sd-file,
|
|
4163
4464
|
.svc-question__content--image.svc-question__content--empty sv-ng-file-question {
|
|
@@ -4358,6 +4659,7 @@ svc-question .sv-action-bar,
|
|
|
4358
4659
|
flex-shrink: 0;
|
|
4359
4660
|
min-width: 72px;
|
|
4360
4661
|
justify-content: flex-end;
|
|
4662
|
+
align-self: flex-start;
|
|
4361
4663
|
}
|
|
4362
4664
|
|
|
4363
4665
|
.svc-item-value-controls__button {
|
|
@@ -4472,12 +4774,26 @@ svc-question .sv-action-bar,
|
|
|
4472
4774
|
overflow: hidden;
|
|
4473
4775
|
}
|
|
4474
4776
|
|
|
4777
|
+
.sv-drag-drop-choices-shortcut .sv-ranking-item__text {
|
|
4778
|
+
overflow: hidden;
|
|
4779
|
+
}
|
|
4780
|
+
|
|
4781
|
+
.svc-item-value--ghost {
|
|
4782
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4783
|
+
}
|
|
4475
4784
|
.svc-item-value--ghost .svc-item-value__ghost {
|
|
4476
4785
|
display: block;
|
|
4477
4786
|
}
|
|
4478
4787
|
.svc-item-value--ghost .svc-item-value-controls {
|
|
4479
4788
|
visibility: hidden;
|
|
4480
4789
|
}
|
|
4790
|
+
.svc-item-value--ghost .svc-item-value__item {
|
|
4791
|
+
display: none;
|
|
4792
|
+
}
|
|
4793
|
+
.svc-item-value--ghost .sv-string-viewer,
|
|
4794
|
+
.svc-item-value--ghost .sv-string-editor {
|
|
4795
|
+
white-space: unset;
|
|
4796
|
+
}
|
|
4481
4797
|
|
|
4482
4798
|
.svc-item-value--movedown {
|
|
4483
4799
|
transform: translate(0, 0);
|
|
@@ -5743,6 +6059,7 @@ svc-toolbox {
|
|
|
5743
6059
|
min-width: 370px;
|
|
5744
6060
|
width: 450px;
|
|
5745
6061
|
height: 100%;
|
|
6062
|
+
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
5746
6063
|
}
|
|
5747
6064
|
|
|
5748
6065
|
.svc-side-bar__wrapper {
|
|
@@ -5925,7 +6242,6 @@ svc-toolbox {
|
|
|
5925
6242
|
width: auto;
|
|
5926
6243
|
height: 100%;
|
|
5927
6244
|
background-color: var(--ctr-property-grid-form-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
5928
|
-
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
5929
6245
|
}
|
|
5930
6246
|
|
|
5931
6247
|
.svc-side-bar {
|
|
@@ -7216,9 +7532,11 @@ input.spg-input:read-only::placeholder {
|
|
|
7216
7532
|
.spg-theme-builder-root .spg-question__header--location--left .spg-question__title .sv-string-viewer {
|
|
7217
7533
|
white-space: nowrap;
|
|
7218
7534
|
}
|
|
7535
|
+
.spg-theme-builder-root .spg-panel-by-page,
|
|
7219
7536
|
.spg-theme-builder-root .spg-nested-panel {
|
|
7220
7537
|
padding-bottom: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7221
7538
|
}
|
|
7539
|
+
.spg-theme-builder-root .spg-panel-by-page::after,
|
|
7222
7540
|
.spg-theme-builder-root .spg-nested-panel::after {
|
|
7223
7541
|
content: " ";
|
|
7224
7542
|
display: block;
|
|
@@ -7229,17 +7547,26 @@ input.spg-input:read-only::placeholder {
|
|
|
7229
7547
|
height: 1px;
|
|
7230
7548
|
background-color: var(--ctr-editor-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
7231
7549
|
}
|
|
7550
|
+
.spg-theme-builder-root .spg-panel-by-page__content > .spg-row:first-of-type,
|
|
7232
7551
|
.spg-theme-builder-root .spg-nested-panel__content > .spg-row:first-of-type {
|
|
7233
7552
|
margin-top: 0;
|
|
7234
7553
|
}
|
|
7554
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--hidden-border,
|
|
7555
|
+
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-panel-by-page,
|
|
7235
7556
|
.spg-theme-builder-root .spg-paneldynamic__panel-wrapper > .spg-nested-panel,
|
|
7236
7557
|
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-nested-panel {
|
|
7237
7558
|
padding-bottom: 0;
|
|
7238
7559
|
}
|
|
7560
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--hidden-border::after,
|
|
7561
|
+
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-panel-by-page::after,
|
|
7239
7562
|
.spg-theme-builder-root .spg-paneldynamic__panel-wrapper > .spg-nested-panel::after,
|
|
7240
7563
|
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-nested-panel::after {
|
|
7241
7564
|
content: none;
|
|
7242
7565
|
}
|
|
7566
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--padding {
|
|
7567
|
+
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7568
|
+
padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7569
|
+
}
|
|
7243
7570
|
.spg-theme-builder-root .spg-theme-group-caption {
|
|
7244
7571
|
--default-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7245
7572
|
font-family: var(--sjs-font-family, var(--font-family));
|
|
@@ -7753,5 +8080,112 @@ input.spg-input:read-only::placeholder {
|
|
|
7753
8080
|
border-top: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
7754
8081
|
box-sizing: border-box;
|
|
7755
8082
|
}
|
|
8083
|
+
/*!*******************************************************************************************************************************************************************************************!*\
|
|
8084
|
+
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/custom-questions/boolean-switch.scss ***!
|
|
8085
|
+
\*******************************************************************************************************************************************************************************************/
|
|
8086
|
+
.spg-boolean-switch,
|
|
8087
|
+
.spg-boolean-switch * {
|
|
8088
|
+
box-sizing: border-box;
|
|
8089
|
+
}
|
|
8090
|
+
|
|
8091
|
+
.spg-boolean-switch {
|
|
8092
|
+
display: flex;
|
|
8093
|
+
flex-direction: row;
|
|
8094
|
+
gap: var(--ctr-toggle-button-gap-label, 8px);
|
|
8095
|
+
align-items: flex-start;
|
|
8096
|
+
justify-content: flex-start;
|
|
8097
|
+
flex-shrink: 0;
|
|
8098
|
+
position: relative;
|
|
8099
|
+
}
|
|
8100
|
+
|
|
8101
|
+
.spg-boolean-switch__button {
|
|
8102
|
+
background: var(--ctr-toggle-button-background-color, #ffffff);
|
|
8103
|
+
outline: none;
|
|
8104
|
+
border-radius: var(--ctr-toggle-button-corner-radius, 1024px);
|
|
8105
|
+
border-style: solid;
|
|
8106
|
+
border-color: var(--ctr-toggle-button-border-color, rgba(0, 0, 0, 0.16));
|
|
8107
|
+
border-width: 1px;
|
|
8108
|
+
margin: 1px;
|
|
8109
|
+
padding: var(--ctr-toggle-button-padding-top, 4px) var(--ctr-toggle-button-padding-right, 4px) var(--ctr-toggle-button-padding-bottom, 4px) var(--ctr-toggle-button-padding-left, 4px);
|
|
8110
|
+
display: flex;
|
|
8111
|
+
flex-direction: row;
|
|
8112
|
+
gap: var(--ctr-toggle-button-gap, 4px);
|
|
8113
|
+
align-items: center;
|
|
8114
|
+
justify-content: flex-start;
|
|
8115
|
+
flex-shrink: 0;
|
|
8116
|
+
position: relative;
|
|
8117
|
+
}
|
|
8118
|
+
.spg-boolean-switch__button:focus, .spg-boolean-switch__button:focus-visible {
|
|
8119
|
+
border-color: var(--ctr-toggle-button-border-color-focused, #19b394);
|
|
8120
|
+
border-width: 2px;
|
|
8121
|
+
margin: 0;
|
|
8122
|
+
}
|
|
8123
|
+
|
|
8124
|
+
.spg-boolean-switch__button--checked {
|
|
8125
|
+
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
8126
|
+
}
|
|
8127
|
+
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--left {
|
|
8128
|
+
background: none;
|
|
8129
|
+
}
|
|
8130
|
+
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--right {
|
|
8131
|
+
background: var(--ctr-toggle-button-thumb-background-color-checked, #ffffff);
|
|
8132
|
+
}
|
|
8133
|
+
.spg-boolean-switch__button--checked:focus {
|
|
8134
|
+
background: var(--ctr-toggle-button-background-color-checked-focused, #ffffff);
|
|
8135
|
+
}
|
|
8136
|
+
.spg-boolean-switch__button--checked:focus .spg-boolean-switch__thumb--right {
|
|
8137
|
+
background: var(--ctr-toggle-button-thumb-background-color-checked-focused, #19b394);
|
|
8138
|
+
}
|
|
8139
|
+
|
|
8140
|
+
.spg-boolean-switch__thumb {
|
|
8141
|
+
display: flex;
|
|
8142
|
+
flex-direction: row;
|
|
8143
|
+
gap: 0px;
|
|
8144
|
+
align-items: center;
|
|
8145
|
+
justify-content: flex-start;
|
|
8146
|
+
flex-shrink: 0;
|
|
8147
|
+
position: relative;
|
|
8148
|
+
}
|
|
8149
|
+
|
|
8150
|
+
.spg-boolean-switch__thumb-circle {
|
|
8151
|
+
border-radius: var(--ctr-toggle-button-thumb-corner-radius, 1024px);
|
|
8152
|
+
display: flex;
|
|
8153
|
+
flex-direction: row;
|
|
8154
|
+
gap: 0px;
|
|
8155
|
+
align-items: center;
|
|
8156
|
+
justify-content: center;
|
|
8157
|
+
flex-shrink: 0;
|
|
8158
|
+
width: var(--ctr-toggle-button-thumb-width, 16px);
|
|
8159
|
+
height: var(--ctr-toggle-button-thumb-height, 16px);
|
|
8160
|
+
position: relative;
|
|
8161
|
+
overflow: hidden;
|
|
8162
|
+
}
|
|
8163
|
+
|
|
8164
|
+
.spg-boolean-switch__thumb--left {
|
|
8165
|
+
background: var(--ctr-toggle-button-thumb-background-color-active, rgba(0, 0, 0, 0.45));
|
|
8166
|
+
}
|
|
8167
|
+
|
|
8168
|
+
.spg-boolean-switch__caption {
|
|
8169
|
+
display: flex;
|
|
8170
|
+
flex-direction: row;
|
|
8171
|
+
gap: 0px;
|
|
8172
|
+
align-items: flex-start;
|
|
8173
|
+
justify-content: flex-start;
|
|
8174
|
+
flex-shrink: 0;
|
|
8175
|
+
position: relative;
|
|
8176
|
+
}
|
|
8177
|
+
|
|
8178
|
+
.spg-boolean-switch__title {
|
|
8179
|
+
color: var(--ctr-toggle-button-label-text-color, rgba(0, 0, 0, 0.91));
|
|
8180
|
+
text-align: left;
|
|
8181
|
+
font-family: var(--ctr-default-font-family, "OpenSans-Regular", sans-serif);
|
|
8182
|
+
font-size: var(--ctr-default-font-size, 16px);
|
|
8183
|
+
line-height: var(--ctr-default-line-height, 24px);
|
|
8184
|
+
font-weight: var(--ctr-default-font-weight, 400);
|
|
8185
|
+
position: relative;
|
|
8186
|
+
display: flex;
|
|
8187
|
+
align-items: center;
|
|
8188
|
+
justify-content: flex-start;
|
|
8189
|
+
}
|
|
7756
8190
|
|
|
7757
8191
|
/*# sourceMappingURL=survey-creator-core.fontless.css.map*/
|