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
package/survey-creator-core.css
CHANGED
|
@@ -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
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
/*# sourceMappingURL=fonts.fontless.css.map*//*!
|
|
231
|
-
* SurveyJS Creator v1.12.
|
|
231
|
+
* SurveyJS Creator v1.12.4
|
|
232
232
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
233
233
|
* Github: https://github.com/surveyjs/survey-creator
|
|
234
234
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -495,6 +495,18 @@ svc-tab-test {
|
|
|
495
495
|
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
496
496
|
}
|
|
497
497
|
|
|
498
|
+
.svc-test-tab--empty {
|
|
499
|
+
display: flex;
|
|
500
|
+
flex-direction: column;
|
|
501
|
+
align-items: center;
|
|
502
|
+
justify-content: center;
|
|
503
|
+
flex-grow: 1;
|
|
504
|
+
flex-shrink: 0;
|
|
505
|
+
width: 100%;
|
|
506
|
+
height: 100%;
|
|
507
|
+
gap: 0px;
|
|
508
|
+
}
|
|
509
|
+
|
|
498
510
|
.svc-test-tab__content .svc-plugin-tab__content {
|
|
499
511
|
overflow-y: overlay;
|
|
500
512
|
}
|
|
@@ -1027,6 +1039,17 @@ svc-tab-test {
|
|
|
1027
1039
|
--sjs-transition-duration: 0ms;
|
|
1028
1040
|
}
|
|
1029
1041
|
|
|
1042
|
+
.svc-translation-tab--empty {
|
|
1043
|
+
display: flex;
|
|
1044
|
+
flex-direction: column;
|
|
1045
|
+
align-items: center;
|
|
1046
|
+
justify-content: center;
|
|
1047
|
+
flex-grow: 1;
|
|
1048
|
+
flex-shrink: 0;
|
|
1049
|
+
width: 100%;
|
|
1050
|
+
gap: 0px;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1030
1053
|
.st-properties {
|
|
1031
1054
|
background-color: var(--ctr-property-grid-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
1032
1055
|
flex-grow: 1;
|
|
@@ -1507,15 +1530,19 @@ td.st-table__cell:first-of-type span {
|
|
|
1507
1530
|
--sjs-transition-duration: 0ms;
|
|
1508
1531
|
}
|
|
1509
1532
|
|
|
1510
|
-
.svc-logic-tab__content.svc-logic-
|
|
1533
|
+
.svc-logic-tab__content.svc-logic-tab--empty {
|
|
1511
1534
|
display: flex;
|
|
1512
1535
|
flex-direction: column;
|
|
1513
1536
|
align-items: center;
|
|
1514
1537
|
justify-content: center;
|
|
1538
|
+
flex-grow: 1;
|
|
1539
|
+
flex-shrink: 0;
|
|
1540
|
+
width: 100%;
|
|
1541
|
+
gap: 0px;
|
|
1515
1542
|
}
|
|
1516
|
-
.svc-logic-tab__content.svc-logic-
|
|
1543
|
+
.svc-logic-tab__content.svc-logic-tab--empty .svc-logic-tab__content-action {
|
|
1517
1544
|
width: calc(33 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1518
|
-
margin-top:
|
|
1545
|
+
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
1519
1546
|
}
|
|
1520
1547
|
.svc-logic-tab__content .svc-logic-tab__content-action {
|
|
1521
1548
|
margin-left: 25%;
|
|
@@ -1676,6 +1703,11 @@ svc-tab-designer {
|
|
|
1676
1703
|
min-width: calc(84 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1677
1704
|
}
|
|
1678
1705
|
|
|
1706
|
+
.svc-content-wrapper {
|
|
1707
|
+
width: 100%;
|
|
1708
|
+
display: flex;
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1679
1711
|
.svc-tab-designer .svc-designer-header .sd-container-modern__title {
|
|
1680
1712
|
background-color: transparent;
|
|
1681
1713
|
}
|
|
@@ -1685,9 +1717,6 @@ svc-tab-designer {
|
|
|
1685
1717
|
.svc-tab-designer .sd-title {
|
|
1686
1718
|
display: flex;
|
|
1687
1719
|
}
|
|
1688
|
-
.svc-tab-designer .sd-title.sd-element__title--hidden, .svc-tab-designer .sd-title.svc-element__title--hidden {
|
|
1689
|
-
display: none;
|
|
1690
|
-
}
|
|
1691
1720
|
.svc-tab-designer .sd-container-modern {
|
|
1692
1721
|
min-width: calc(70 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1693
1722
|
width: 100%;
|
|
@@ -1723,24 +1752,25 @@ svc-tab-designer {
|
|
|
1723
1752
|
.svc-designer__placeholder-container {
|
|
1724
1753
|
display: flex;
|
|
1725
1754
|
flex-grow: 1;
|
|
1755
|
+
flex-shrink: 0;
|
|
1726
1756
|
width: 100%;
|
|
1727
1757
|
flex-direction: column;
|
|
1728
1758
|
align-items: center;
|
|
1729
1759
|
justify-content: center;
|
|
1760
|
+
gap: 0px;
|
|
1730
1761
|
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1731
1762
|
box-sizing: border-box;
|
|
1732
1763
|
text-align: center;
|
|
1764
|
+
position: relative;
|
|
1733
1765
|
}
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1766
|
+
.svc-designer__placeholder-container .sd-page {
|
|
1767
|
+
display: none;
|
|
1737
1768
|
}
|
|
1738
1769
|
|
|
1739
1770
|
.svc-designer-placeholder-page .svc-page__footer {
|
|
1740
1771
|
width: calc(33 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1741
1772
|
margin: auto;
|
|
1742
1773
|
}
|
|
1743
|
-
|
|
1744
1774
|
.svc-designer-placeholder-page .svc-row--ghost {
|
|
1745
1775
|
display: none;
|
|
1746
1776
|
}
|
|
@@ -1805,19 +1835,13 @@ svc-tab-designer {
|
|
|
1805
1835
|
.svc-creator--mobile .svc-page__content.svc-page__content--selected .sd-page__title {
|
|
1806
1836
|
margin: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 0 0;
|
|
1807
1837
|
}
|
|
1808
|
-
.svc-creator--mobile .svc-
|
|
1809
|
-
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))));
|
|
1810
|
-
}
|
|
1811
|
-
.svc-creator--mobile .svc-page__content .svc-page__footer {
|
|
1838
|
+
.svc-creator--mobile .svc-page__footer {
|
|
1812
1839
|
margin-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1813
1840
|
margin-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1841
|
+
margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1814
1842
|
}
|
|
1815
|
-
.svc-creator--mobile .svc-
|
|
1816
|
-
|
|
1817
|
-
}
|
|
1818
|
-
.svc-creator--mobile .svc-question__content.svc-question__content--selected {
|
|
1819
|
-
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1820
|
-
padding-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1843
|
+
.svc-creator--mobile .svc-designer-placeholder-page .svc-page__footer {
|
|
1844
|
+
margin-top: 0;
|
|
1821
1845
|
}
|
|
1822
1846
|
.svc-creator--mobile .svc-tab-designer {
|
|
1823
1847
|
justify-content: initial;
|
|
@@ -1850,8 +1874,7 @@ svc-tab-designer {
|
|
|
1850
1874
|
width: 100%;
|
|
1851
1875
|
}
|
|
1852
1876
|
.svc-creator--mobile .svc-question__content-actions {
|
|
1853
|
-
width: calc(100%
|
|
1854
|
-
left: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1877
|
+
width: calc(100% + 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1855
1878
|
}
|
|
1856
1879
|
.svc-creator--mobile .svc-question__content-actions .sv-action-bar-item {
|
|
1857
1880
|
border: 0;
|
|
@@ -2237,6 +2260,118 @@ svc-tab-test {
|
|
|
2237
2260
|
color: var(--ctr-popup-message-color, #404040);
|
|
2238
2261
|
}
|
|
2239
2262
|
|
|
2263
|
+
.svc-surface-placeholder {
|
|
2264
|
+
display: flex;
|
|
2265
|
+
width: 100%;
|
|
2266
|
+
max-width: var(--ctr-surface-placeholder-max-width, 720px);
|
|
2267
|
+
flex-direction: column;
|
|
2268
|
+
align-items: center;
|
|
2269
|
+
justify-content: center;
|
|
2270
|
+
gap: 0px;
|
|
2271
|
+
padding: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2272
|
+
box-sizing: border-box;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
.svc-creator--mobile .svc-surface-placeholder {
|
|
2276
|
+
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);
|
|
2277
|
+
}
|
|
2278
|
+
.svc-creator--mobile .svc-surface-placeholder__text {
|
|
2279
|
+
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);
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
.svc-surface-placeholder__image {
|
|
2283
|
+
display: flex;
|
|
2284
|
+
flex-direction: row;
|
|
2285
|
+
gap: 0px;
|
|
2286
|
+
align-items: center;
|
|
2287
|
+
justify-content: center;
|
|
2288
|
+
flex-shrink: 0;
|
|
2289
|
+
position: relative;
|
|
2290
|
+
overflow: hidden;
|
|
2291
|
+
padding: 135px 170px;
|
|
2292
|
+
display: flex;
|
|
2293
|
+
flex-direction: row;
|
|
2294
|
+
gap: 0px;
|
|
2295
|
+
align-items: center;
|
|
2296
|
+
justify-content: center;
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2299
|
+
.svc-surface-placeholder__image--designer {
|
|
2300
|
+
background: url(a7b373b83d0c1e0262bd.png) 50%/contain no-repeat;
|
|
2301
|
+
}
|
|
2302
|
+
|
|
2303
|
+
.svc-surface-placeholder__image--preview {
|
|
2304
|
+
background: url(e8dfbe2bdd7c9dca5efa.png) 50%/contain no-repeat;
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
.svc-surface-placeholder__image--theme {
|
|
2308
|
+
background: url(5e87e454a7071a571216.png) 50%/contain no-repeat;
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
.svc-surface-placeholder__image--logic {
|
|
2312
|
+
background: url(5dcaaadc5b1c048d6daa.png) 50%/contain no-repeat;
|
|
2313
|
+
}
|
|
2314
|
+
|
|
2315
|
+
.svc-surface-placeholder__image--translation {
|
|
2316
|
+
background: url(cc27e2890751d1ea0380.png) 50%/contain no-repeat;
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
.svc-surface-placeholder__text {
|
|
2320
|
+
padding: var(--ctr-surface-placeholder-text-margin-top, 32px) 0px var(--ctr-surface-placeholder-text-margin-bottom, 24px) 0px;
|
|
2321
|
+
display: flex;
|
|
2322
|
+
flex-direction: column;
|
|
2323
|
+
gap: var(--ctr-surface-placeholder-text-gap, 8px);
|
|
2324
|
+
align-items: center;
|
|
2325
|
+
justify-content: center;
|
|
2326
|
+
align-self: center;
|
|
2327
|
+
flex-shrink: 0;
|
|
2328
|
+
width: 100%;
|
|
2329
|
+
}
|
|
2330
|
+
|
|
2331
|
+
.svc-surface-placeholder__title {
|
|
2332
|
+
color: var(--ctr-surface-placeholder-text-title-color, rgba(0, 0, 0, 0.91));
|
|
2333
|
+
text-align: center;
|
|
2334
|
+
font-family: var(--ctr-medium-bold-font-family, "Open Sans");
|
|
2335
|
+
font-size: var(--ctr-medium-bold-font-size, 24px);
|
|
2336
|
+
line-height: var(--ctr-medium-bold-line-height, 32px);
|
|
2337
|
+
font-weight: var(--ctr-medium-bold-font-weight, 700);
|
|
2338
|
+
align-self: stretch;
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
.svc-surface-placeholder__description {
|
|
2342
|
+
color: var(--ctr-surface-placeholder-text-description-color, rgba(0, 0, 0, 0.45));
|
|
2343
|
+
text-align: center;
|
|
2344
|
+
font-family: var(--ctr-default-font-family, "Open Sans");
|
|
2345
|
+
font-size: var(--ctr-default-font-size, 16px);
|
|
2346
|
+
line-height: var(--ctr-default-line-height, 24px);
|
|
2347
|
+
font-weight: var(--ctr-default-font-weight, 400);
|
|
2348
|
+
align-self: stretch;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
.svc-designer__placeholder-container {
|
|
2352
|
+
padding-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2353
|
+
}
|
|
2354
|
+
|
|
2355
|
+
.svc-logic-tab--empty > :last-child {
|
|
2356
|
+
margin-bottom: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2357
|
+
}
|
|
2358
|
+
|
|
2359
|
+
.svc-test-tab--empty .svc-surface-placeholder,
|
|
2360
|
+
.svc-translation-tab--empty .svc-surface-placeholder {
|
|
2361
|
+
padding-bottom: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2362
|
+
}
|
|
2363
|
+
|
|
2364
|
+
.svc-creator--mobile .svc-designer__placeholder-container {
|
|
2365
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2366
|
+
}
|
|
2367
|
+
.svc-creator--mobile .svc-logic-tab--empty > :last-child {
|
|
2368
|
+
margin-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2369
|
+
}
|
|
2370
|
+
.svc-creator--mobile .svc-test-tab--empty .svc-surface-placeholder,
|
|
2371
|
+
.svc-creator--mobile .svc-translation-tab--empty .svc-surface-placeholder {
|
|
2372
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2240
2375
|
survey-creator,
|
|
2241
2376
|
.svc-creator {
|
|
2242
2377
|
display: flex;
|
|
@@ -2280,9 +2415,21 @@ survey-creator .sv-popup .sv-popup__scrolling-content ::-webkit-scrollbar-thumb:
|
|
|
2280
2415
|
background-color: var(--ctr-scrollbar-background-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
2281
2416
|
}
|
|
2282
2417
|
|
|
2283
|
-
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content
|
|
2418
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content,
|
|
2419
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content {
|
|
2284
2420
|
background: var(--ctr-survey-radio-button-group-item-background-color-floating, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2285
2421
|
}
|
|
2422
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item,
|
|
2423
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item {
|
|
2424
|
+
overflow: hidden;
|
|
2425
|
+
}
|
|
2426
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-viewer,
|
|
2427
|
+
survey-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-editor,
|
|
2428
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-viewer,
|
|
2429
|
+
.svc-creator .sv-drag-drop-choices-shortcut .sv-drag-drop-choices-shortcut__content .svc-item-value__item .sv-string-editor {
|
|
2430
|
+
white-space: nowrap;
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2286
2433
|
.svc-creator__area {
|
|
2287
2434
|
position: relative;
|
|
2288
2435
|
-moz-user-select: none;
|
|
@@ -2908,7 +3055,7 @@ svc-page {
|
|
|
2908
3055
|
}
|
|
2909
3056
|
.svc-page__content .sd-page {
|
|
2910
3057
|
margin: 0;
|
|
2911
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))))
|
|
3058
|
+
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
|
|
2912
3059
|
}
|
|
2913
3060
|
|
|
2914
3061
|
.svc-page__content-actions {
|
|
@@ -2961,68 +3108,62 @@ svc-page {
|
|
|
2961
3108
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
2962
3109
|
}
|
|
2963
3110
|
|
|
2964
|
-
.svc-page__content:
|
|
2965
|
-
.svc-hovered.svc-page__content
|
|
3111
|
+
.svc-page__content:focus,
|
|
3112
|
+
.svc-hovered.svc-page__content {
|
|
2966
3113
|
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
2967
3114
|
background: var(--ctr-survey-page-background-color-hovered, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
2968
3115
|
}
|
|
2969
3116
|
|
|
2970
|
-
.svc-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
height: 100%;
|
|
2974
|
-
position: absolute;
|
|
2975
|
-
top: 0;
|
|
2976
|
-
left: 0;
|
|
2977
|
-
border: 2px var(--sjs-border-default, var(--border, #d6d6d6)) dashed;
|
|
2978
|
-
margin: -2px;
|
|
2979
|
-
border-radius: calc(1.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2980
|
-
box-sizing: content-box;
|
|
2981
|
-
pointer-events: none;
|
|
3117
|
+
.svc-page__content--new.svc-page__content--new {
|
|
3118
|
+
box-shadow: none;
|
|
3119
|
+
background-color: transparent;
|
|
2982
3120
|
}
|
|
2983
3121
|
|
|
2984
|
-
.svc-
|
|
2985
|
-
.svc-
|
|
2986
|
-
|
|
2987
|
-
display: none;
|
|
3122
|
+
.svc-page__content--selected .svc-page__content-actions,
|
|
3123
|
+
.svc-hovered.svc-page__content .svc-page__content-actions {
|
|
3124
|
+
opacity: 1;
|
|
2988
3125
|
}
|
|
2989
|
-
|
|
2990
|
-
.svc-
|
|
2991
|
-
.svc-hovered.svc-page__content.svc-page__content--selected {
|
|
3126
|
+
|
|
3127
|
+
.svc-page__content--selected.svc-page__content--selected {
|
|
2992
3128
|
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
2993
3129
|
background: var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1));
|
|
2994
3130
|
}
|
|
2995
|
-
|
|
2996
|
-
.svc-
|
|
2997
|
-
|
|
2998
|
-
|
|
3131
|
+
|
|
3132
|
+
.svc-page__content--animation-running .svc-row .svc-question--enter {
|
|
3133
|
+
animation: none;
|
|
3134
|
+
}
|
|
3135
|
+
.svc-page__content--animation-running .svc-row .svc-question--leave {
|
|
3136
|
+
animation-name: moveInWithOverflow;
|
|
3137
|
+
animation-direction: reverse;
|
|
3138
|
+
animation-fill-mode: forwards;
|
|
3139
|
+
animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
|
|
3140
|
+
animation-duration: var(--sjs-svc-collapse-move-out-duration, 250ms);
|
|
3141
|
+
animation-delay: var(--sjs-svc-collapse-move-out-delay, 100ms);
|
|
2999
3142
|
}
|
|
3000
3143
|
|
|
3001
|
-
.svc-creator .svc-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
box-sizing: content-box;
|
|
3012
|
-
pointer-events: none;
|
|
3144
|
+
.svc-creator--disable-animations .svc-row .svc-question--leave {
|
|
3145
|
+
animation: none;
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3148
|
+
.svc-page__content--collapse-onhover, .svc-page__content--collapse-always {
|
|
3149
|
+
outline: 2px transparent dashed;
|
|
3150
|
+
transition: outline-color var(--sjs-creator-transition-duration, 150ms);
|
|
3151
|
+
}
|
|
3152
|
+
.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 {
|
|
3153
|
+
outline-color: transparent;
|
|
3013
3154
|
}
|
|
3014
|
-
.svc-
|
|
3155
|
+
.svc-page__content--collapse-onhover.svc-page__content--collapsed-drag-over-inside, .svc-page__content--collapse-always.svc-page__content--collapsed-drag-over-inside {
|
|
3015
3156
|
box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
3016
3157
|
background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
|
3017
3158
|
animation: collapsed-drag-over-inside-blinking 1s infinite;
|
|
3159
|
+
outline-color: transparent;
|
|
3018
3160
|
}
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
animation: collapsed-drag-over-inside-blinking 1s infinite;
|
|
3161
|
+
|
|
3162
|
+
.svc-page__content--collapsed {
|
|
3163
|
+
outline-color: var(--sjs-border-default, var(--border, #d6d6d6));
|
|
3023
3164
|
}
|
|
3024
3165
|
|
|
3025
|
-
.svc-creator--mobile .svc-
|
|
3166
|
+
.svc-creator--mobile .svc-page__content::after {
|
|
3026
3167
|
margin: 0;
|
|
3027
3168
|
border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3028
3169
|
}
|
|
@@ -3045,6 +3186,7 @@ svc-page {
|
|
|
3045
3186
|
overflow: visible;
|
|
3046
3187
|
margin-left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3047
3188
|
margin-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3189
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3048
3190
|
gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3049
3191
|
}
|
|
3050
3192
|
.svc-page__footer .sv-action {
|
|
@@ -3104,7 +3246,8 @@ svc-page {
|
|
|
3104
3246
|
.svc-page__placeholder_frame {
|
|
3105
3247
|
min-width: auto;
|
|
3106
3248
|
max-width: 100%;
|
|
3107
|
-
|
|
3249
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3250
|
+
padding: 0 calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3108
3251
|
}
|
|
3109
3252
|
.svc-page__placeholder_frame .svc-panel__placeholder_frame {
|
|
3110
3253
|
padding: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -3385,9 +3528,12 @@ svc-question {
|
|
|
3385
3528
|
position: relative;
|
|
3386
3529
|
height: auto;
|
|
3387
3530
|
width: 100%;
|
|
3388
|
-
display:
|
|
3389
|
-
|
|
3390
|
-
|
|
3531
|
+
display: grid;
|
|
3532
|
+
grid-template-columns: 100%;
|
|
3533
|
+
}
|
|
3534
|
+
.svc-question__adorner > * {
|
|
3535
|
+
grid-row: 1;
|
|
3536
|
+
grid-column: 1;
|
|
3391
3537
|
}
|
|
3392
3538
|
.svc-question__adorner.svc-question__adorner--collapsed {
|
|
3393
3539
|
height: fit-content;
|
|
@@ -3441,7 +3587,10 @@ svc-question {
|
|
|
3441
3587
|
}
|
|
3442
3588
|
|
|
3443
3589
|
.svc-question__content {
|
|
3444
|
-
scroll-margin-top: 8px;
|
|
3590
|
+
scroll-margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3591
|
+
}
|
|
3592
|
+
.svc-question__content .sd-element {
|
|
3593
|
+
scroll-margin-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3445
3594
|
}
|
|
3446
3595
|
|
|
3447
3596
|
.svc-question__content {
|
|
@@ -3454,13 +3603,31 @@ svc-question {
|
|
|
3454
3603
|
flex-grow: 1;
|
|
3455
3604
|
border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3456
3605
|
box-sizing: border-box;
|
|
3457
|
-
padding: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(
|
|
3606
|
+
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))));
|
|
3458
3607
|
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
3459
3608
|
box-shadow: 0px 1px 2px 0px var(--ctr-shadow-small-color, rgba(0, 0, 0, 0.15));
|
|
3460
3609
|
outline: none;
|
|
3461
3610
|
transition: background var(--sjs-creator-transition-duration, 150ms), box-shadow var(--sjs-creator-transition-duration, 150ms);
|
|
3462
3611
|
}
|
|
3463
3612
|
|
|
3613
|
+
.svc-question__content--title-bottom {
|
|
3614
|
+
padding-top: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3615
|
+
padding-bottom: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3616
|
+
}
|
|
3617
|
+
.svc-question__content--title-bottom .sd-question__content {
|
|
3618
|
+
margin-top: calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3619
|
+
}
|
|
3620
|
+
.svc-question__content--title-bottom .svc-question__content-actions {
|
|
3621
|
+
height: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3622
|
+
}
|
|
3623
|
+
.svc-question__content--title-bottom .svc-question__content-actions > .sv-action-bar {
|
|
3624
|
+
margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3625
|
+
}
|
|
3626
|
+
|
|
3627
|
+
.svc-question__content--title-hidden {
|
|
3628
|
+
padding-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3629
|
+
}
|
|
3630
|
+
|
|
3464
3631
|
.svc-question__content .sd-selectbase:not(.sd-imagepicker) {
|
|
3465
3632
|
padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3466
3633
|
margin-left: calc(-5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -3490,16 +3657,67 @@ svc-question {
|
|
|
3490
3657
|
user-select: all;
|
|
3491
3658
|
pointer-events: all;
|
|
3492
3659
|
}
|
|
3493
|
-
.svc-question__content .sd-question__header--hidden,
|
|
3494
|
-
.svc-question__content .svc-question__header--hidden {
|
|
3495
|
-
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3496
|
-
}
|
|
3497
3660
|
|
|
3498
3661
|
.svc-question__content > div,
|
|
3499
3662
|
.svc-question__placeholders > div {
|
|
3500
3663
|
overflow: visible;
|
|
3501
3664
|
}
|
|
3502
3665
|
|
|
3666
|
+
.svc-question--enter, .svc-question--leave {
|
|
3667
|
+
animation-name: fadeIn, moveInWithOverflow;
|
|
3668
|
+
animation-fill-mode: forwards;
|
|
3669
|
+
animation-direction: var(--animation-direction);
|
|
3670
|
+
animation-timing-function: var(--animation-timing-function);
|
|
3671
|
+
animation-duration: var(--fade-animation-duration), var(--move-animation-duration);
|
|
3672
|
+
animation-delay: var(--fade-animation-delay), var(--move-animation-delay);
|
|
3673
|
+
}
|
|
3674
|
+
|
|
3675
|
+
.svc-question--enter {
|
|
3676
|
+
opacity: 0;
|
|
3677
|
+
--fade-animation-duration: var(--sjs-svc-expand-fade-in-duration, 150ms);
|
|
3678
|
+
--move-animation-duration: var(--sjs-svc-expand-move-in-duration, 250ms);
|
|
3679
|
+
--fade-animation-delay: var(--sjs-svc-expand-fade-in-delay, 250ms);
|
|
3680
|
+
--move-animation-delay: 0s;
|
|
3681
|
+
--animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
|
|
3682
|
+
--animation-direction: normal;
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
.svc-question--leave {
|
|
3686
|
+
--fade-animation-duration: var(--sjs-svc-collapse-fade-out-duration, 150ms);
|
|
3687
|
+
--move-animation-duration: var(--sjs-svc-collapse-move-out-duration, 250ms);
|
|
3688
|
+
--fade-animation-delay: 0s;
|
|
3689
|
+
--move-animation-delay: var(--sjs-svc-collapse-move-out-delay, 100ms);
|
|
3690
|
+
--animation-direction: reverse;
|
|
3691
|
+
--animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
|
|
3692
|
+
}
|
|
3693
|
+
|
|
3694
|
+
@keyframes changeAlignSelf {
|
|
3695
|
+
from {
|
|
3696
|
+
align-self: flex-start;
|
|
3697
|
+
}
|
|
3698
|
+
to {
|
|
3699
|
+
align-self: stretch;
|
|
3700
|
+
}
|
|
3701
|
+
}
|
|
3702
|
+
.svc-question--enter.svc-question__adorner, .svc-question--leave.svc-question__adorner {
|
|
3703
|
+
opacity: 1;
|
|
3704
|
+
animation-name: changeAlignSelf;
|
|
3705
|
+
animation-duration: 0s;
|
|
3706
|
+
}
|
|
3707
|
+
|
|
3708
|
+
.svc-question--enter.svc-question__adorner {
|
|
3709
|
+
align-self: flex-start;
|
|
3710
|
+
animation-delay: var(--move-animation-duration);
|
|
3711
|
+
}
|
|
3712
|
+
|
|
3713
|
+
.svc-question--leave.svc-question__adorner {
|
|
3714
|
+
animation-delay: var(--move-animation-delay);
|
|
3715
|
+
}
|
|
3716
|
+
|
|
3717
|
+
.svc-creator--disable-animations .svc-question--enter, .svc-creator--disable-animations .svc-question--leave {
|
|
3718
|
+
animation: none;
|
|
3719
|
+
}
|
|
3720
|
+
|
|
3503
3721
|
.svc-question__content .sd-question:not(.sd-question--paneldynamic) .sd-panel__content {
|
|
3504
3722
|
overflow: auto;
|
|
3505
3723
|
}
|
|
@@ -3518,16 +3736,24 @@ svc-question {
|
|
|
3518
3736
|
}
|
|
3519
3737
|
|
|
3520
3738
|
.svc-question__content-actions {
|
|
3521
|
-
position:
|
|
3739
|
+
position: relative;
|
|
3522
3740
|
opacity: 0;
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3741
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3742
|
+
margin-left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3743
|
+
margin-top: auto;
|
|
3744
|
+
width: calc(100% + 2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3526
3745
|
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
3527
3746
|
}
|
|
3528
3747
|
.svc-question__content-actions:focus-within {
|
|
3529
3748
|
opacity: 1;
|
|
3530
3749
|
}
|
|
3750
|
+
.svc-question__content-actions > .sv-action-bar {
|
|
3751
|
+
position: absolute;
|
|
3752
|
+
left: 0;
|
|
3753
|
+
top: 0;
|
|
3754
|
+
width: 100%;
|
|
3755
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3756
|
+
}
|
|
3531
3757
|
.svc-question__content-actions .sv-action--convertTo {
|
|
3532
3758
|
max-width: max-content;
|
|
3533
3759
|
}
|
|
@@ -3627,10 +3853,14 @@ svc-question {
|
|
|
3627
3853
|
background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
|
|
3628
3854
|
}
|
|
3629
3855
|
}
|
|
3630
|
-
.svc-question__content--selected
|
|
3631
|
-
.svc-
|
|
3856
|
+
.svc-question__content--selected > .svc-question__content-actions,
|
|
3857
|
+
.svc-hovered > .svc-question__content > .svc-question__content-actions {
|
|
3632
3858
|
opacity: 1;
|
|
3633
3859
|
}
|
|
3860
|
+
.svc-question__content--selected > .svc-question__content-actions.svc-question--enter,
|
|
3861
|
+
.svc-hovered > .svc-question__content > .svc-question__content-actions.svc-question--enter {
|
|
3862
|
+
opacity: 0;
|
|
3863
|
+
}
|
|
3634
3864
|
|
|
3635
3865
|
.svc-question__content--dragged {
|
|
3636
3866
|
background: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
|
|
@@ -3638,8 +3868,48 @@ svc-question {
|
|
|
3638
3868
|
.svc-question__content--dragged .sd-question__title {
|
|
3639
3869
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
3640
3870
|
}
|
|
3641
|
-
.svc-question__content--dragged
|
|
3642
|
-
|
|
3871
|
+
.svc-question__content--dragged > .svc-question__content-actions {
|
|
3872
|
+
opacity: 0;
|
|
3873
|
+
}
|
|
3874
|
+
|
|
3875
|
+
.svc-creator--mobile .svc-question__content-actions {
|
|
3876
|
+
overflow: hidden;
|
|
3877
|
+
height: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3878
|
+
}
|
|
3879
|
+
.svc-creator--mobile .svc-question__content-actions > .sv-action-bar {
|
|
3880
|
+
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3881
|
+
}
|
|
3882
|
+
.svc-creator--mobile .svc-question__content-actions.svc-question--enter {
|
|
3883
|
+
animation-name: empty, moveInWithOverflow;
|
|
3884
|
+
}
|
|
3885
|
+
.svc-creator--mobile .svc-question__content {
|
|
3886
|
+
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))));
|
|
3887
|
+
}
|
|
3888
|
+
.svc-creator--mobile .svc-element__header--hidden {
|
|
3889
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3890
|
+
margin-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3891
|
+
padding: 0 calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3892
|
+
}
|
|
3893
|
+
.svc-creator--mobile .svc-question__adorner--selected > .svc-element__header--hidden {
|
|
3894
|
+
margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3895
|
+
margin-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3896
|
+
}
|
|
3897
|
+
.svc-creator--mobile .svc-question__content--selected {
|
|
3898
|
+
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3899
|
+
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3900
|
+
}
|
|
3901
|
+
.svc-creator--mobile .svc-question__content--selected > .svc-question__content-actions {
|
|
3902
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3903
|
+
overflow: visible;
|
|
3904
|
+
}
|
|
3905
|
+
.svc-creator--mobile .svc-question__content--selected > .svc-question__content-actions > .sv-action-bar {
|
|
3906
|
+
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3907
|
+
}
|
|
3908
|
+
.svc-creator--mobile .svc-question__content--selected > .svc-question__content-actions.svc-question--enter {
|
|
3909
|
+
animation-name: fadeIn, moveInWithOverflow;
|
|
3910
|
+
}
|
|
3911
|
+
.svc-creator--mobile.svc-creator--disable-animations .svc-question--enter {
|
|
3912
|
+
animation: none;
|
|
3643
3913
|
}
|
|
3644
3914
|
|
|
3645
3915
|
.svc-question__content .sd-question.sd-question--table {
|
|
@@ -3794,7 +4064,7 @@ svc-question {
|
|
|
3794
4064
|
bottom: -6px;
|
|
3795
4065
|
}
|
|
3796
4066
|
|
|
3797
|
-
.svc-question__content-actions .sv-action-bar {
|
|
4067
|
+
.svc-question__content-actions > .sv-action-bar {
|
|
3798
4068
|
box-sizing: border-box;
|
|
3799
4069
|
padding: 0;
|
|
3800
4070
|
justify-content: center;
|
|
@@ -3856,54 +4126,76 @@ svc-question .sv-action-bar,
|
|
|
3856
4126
|
z-index: 1;
|
|
3857
4127
|
}
|
|
3858
4128
|
|
|
3859
|
-
.svc-
|
|
3860
|
-
display:
|
|
4129
|
+
.svc-element__header--hidden {
|
|
4130
|
+
display: block;
|
|
4131
|
+
box-sizing: border-box;
|
|
4132
|
+
padding: 0 calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4133
|
+
margin: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
|
|
4134
|
+
z-index: -1;
|
|
4135
|
+
width: 100%;
|
|
3861
4136
|
}
|
|
3862
|
-
.svc-
|
|
3863
|
-
|
|
4137
|
+
.svc-element__header--hidden .svc-string-editor,
|
|
4138
|
+
.svc-element__header--hidden .svc-fake-title,
|
|
4139
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor {
|
|
4140
|
+
display: inline-flex;
|
|
3864
4141
|
}
|
|
3865
|
-
.svc-
|
|
3866
|
-
|
|
4142
|
+
.svc-element__header--hidden .svc-string-editor::before,
|
|
4143
|
+
.svc-element__header--hidden .svc-fake-title::before,
|
|
4144
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor::before {
|
|
4145
|
+
content: "(";
|
|
3867
4146
|
}
|
|
3868
|
-
.svc-
|
|
3869
|
-
|
|
4147
|
+
.svc-element__header--hidden .svc-string-editor::after,
|
|
4148
|
+
.svc-element__header--hidden .svc-fake-title::after,
|
|
4149
|
+
.svc-element__header--hidden sv-ng-string > .svc-string-editor::after {
|
|
4150
|
+
content: ")";
|
|
4151
|
+
}
|
|
4152
|
+
.svc-element__header--hidden .svc-element__title--hidden {
|
|
4153
|
+
opacity: 0;
|
|
4154
|
+
transition: opacity 150ms;
|
|
4155
|
+
}
|
|
4156
|
+
|
|
4157
|
+
.svc-element__header--hidden.sd-question__header--location--left .svc-string-editor,
|
|
4158
|
+
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor {
|
|
4159
|
+
display: inline-block;
|
|
4160
|
+
}
|
|
4161
|
+
.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,
|
|
4162
|
+
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::before,
|
|
4163
|
+
.svc-element__header--hidden.sd-question__header--location--left sv-ng-string > .svc-string-editor::after {
|
|
4164
|
+
content: none;
|
|
4165
|
+
}
|
|
4166
|
+
|
|
4167
|
+
.svc-question__adorner.svc-question__adorner--collapsed > .svc-element__header--hidden {
|
|
4168
|
+
z-index: 1;
|
|
3870
4169
|
}
|
|
3871
|
-
.svc-question__adorner
|
|
4170
|
+
.svc-question__adorner.svc-question__adorner--collapsed > .svc-element__header--hidden > .svc-element__title--hidden {
|
|
4171
|
+
opacity: 1;
|
|
4172
|
+
}
|
|
4173
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed > * {
|
|
3872
4174
|
display: none;
|
|
3873
4175
|
}
|
|
3874
|
-
.svc-question__adorner
|
|
3875
|
-
display:
|
|
4176
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .svc-question__drag-area {
|
|
4177
|
+
display: flex;
|
|
4178
|
+
}
|
|
4179
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .svc-content-wrapper {
|
|
4180
|
+
display: flex;
|
|
3876
4181
|
}
|
|
3877
|
-
.svc-question__adorner
|
|
3878
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.sd-element__title--hidden,
|
|
3879
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden {
|
|
4182
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-element {
|
|
3880
4183
|
display: block;
|
|
3881
4184
|
}
|
|
3882
|
-
.svc-question__adorner
|
|
3883
|
-
|
|
3884
|
-
.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,
|
|
3885
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor,
|
|
3886
|
-
.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 {
|
|
3887
|
-
display: inline-flex;
|
|
4185
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-element > *:not(.sd-element__header) {
|
|
4186
|
+
display: none;
|
|
3888
4187
|
}
|
|
3889
|
-
.svc-question__adorner
|
|
3890
|
-
|
|
3891
|
-
.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,
|
|
3892
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor::before,
|
|
3893
|
-
.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 {
|
|
3894
|
-
content: "(";
|
|
4188
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-element__header > *:not(.sd-element__title) {
|
|
4189
|
+
display: none;
|
|
3895
4190
|
}
|
|
3896
|
-
.svc-question__adorner
|
|
3897
|
-
|
|
3898
|
-
.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,
|
|
3899
|
-
.svc-question__adorner .svc-question__content--collapsed .sd-element__header .sd-title.sd-element__title.svc-element__title--hidden > .svc-string-editor::after,
|
|
3900
|
-
.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 {
|
|
3901
|
-
content: ")";
|
|
4191
|
+
.svc-question__adorner.svc-question__adorner--collapsed .svc-question__content--collapsed .sd-question__header--location--left {
|
|
4192
|
+
display: none;
|
|
3902
4193
|
}
|
|
3903
4194
|
|
|
3904
4195
|
.svc-question__adorner .svc-question__content--collapsed {
|
|
3905
4196
|
flex-grow: 0;
|
|
3906
4197
|
padding-bottom: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4198
|
+
padding-top: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3907
4199
|
}
|
|
3908
4200
|
.svc-question__adorner .svc-question__content--collapsed .sd-element__header,
|
|
3909
4201
|
.svc-question__adorner .svc-question__content--collapsed .sd-element--complex > .sd-element__header {
|
|
@@ -3916,8 +4208,10 @@ svc-question .sv-action-bar,
|
|
|
3916
4208
|
}
|
|
3917
4209
|
.svc-creator--mobile .svc-question__adorner .svc-question__content--collapsed {
|
|
3918
4210
|
padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4211
|
+
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3919
4212
|
}
|
|
3920
4213
|
.svc-creator--mobile .svc-question__adorner .svc-question__content--collapsed.svc-question__content--selected {
|
|
4214
|
+
padding-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3921
4215
|
padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3922
4216
|
}
|
|
3923
4217
|
|
|
@@ -4208,18 +4502,15 @@ svc-question .sv-action-bar,
|
|
|
4208
4502
|
padding-bottom: 0;
|
|
4209
4503
|
}
|
|
4210
4504
|
|
|
4211
|
-
.svc-question__content.svc-question__content--collapsed .sd-element--complex > .sd-element__header--location-top.
|
|
4505
|
+
.svc-question__content.svc-question__content--collapsed .sd-element--complex > .sd-element__header--location-top.svc-element__header--hidden {
|
|
4212
4506
|
padding: 0;
|
|
4213
4507
|
}
|
|
4214
4508
|
|
|
4215
|
-
.svc-question__content .sd-element__header--location-top {
|
|
4216
|
-
margin-top: 0;
|
|
4217
|
-
}
|
|
4218
4509
|
.svc-question__content .sd-element--complex > .sd-element__header--location-top {
|
|
4219
4510
|
padding-bottom: calc(0.5 * var(--sd-base-vertical-padding));
|
|
4220
4511
|
padding-top: 0;
|
|
4221
4512
|
}
|
|
4222
|
-
.svc-question__content .sd-element--complex > .sd-element__header--location-top.
|
|
4513
|
+
.svc-question__content .sd-element--complex > .sd-element__header--location-top.svc-element__header--hidden {
|
|
4223
4514
|
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
4224
4515
|
}
|
|
4225
4516
|
.svc-question__content .sd-element--complex > .sd-element__header--location-top:after {
|
|
@@ -4324,7 +4615,7 @@ svc-question .sv-action-bar,
|
|
|
4324
4615
|
box-shadow: 0px 1px 2px 0px var(--ctr-shadow-small-color, rgba(0, 0, 0, 0.15));
|
|
4325
4616
|
}
|
|
4326
4617
|
.sd-row--enter.sd-row--enter.sd-row--enter.sd-row--enter .svc-question__content--selected .svc-question__content-actions {
|
|
4327
|
-
|
|
4618
|
+
opacity: 0;
|
|
4328
4619
|
}
|
|
4329
4620
|
|
|
4330
4621
|
.sd-panel .sd-row--enter.sd-row--enter.sd-row--enter.sd-row--enter .svc-question__content--selected {
|
|
@@ -4382,11 +4673,21 @@ svc-question .sv-action-bar,
|
|
|
4382
4673
|
}
|
|
4383
4674
|
|
|
4384
4675
|
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) {
|
|
4385
|
-
padding:
|
|
4676
|
+
padding-left: 0;
|
|
4677
|
+
padding-right: 0;
|
|
4386
4678
|
}
|
|
4387
4679
|
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .sd-image__image {
|
|
4388
4680
|
border-radius: 0;
|
|
4389
4681
|
}
|
|
4682
|
+
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .svc-question__content-actions {
|
|
4683
|
+
padding-left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4684
|
+
width: calc(100% - 2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
4685
|
+
box-sizing: border-box;
|
|
4686
|
+
}
|
|
4687
|
+
.svc-question__content--image:not(.svc-question__content--loading):not(.svc-question__content--empty) .svc-question__content-actions > .sv-action-bar {
|
|
4688
|
+
width: calc(100% - calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4689
|
+
left: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4690
|
+
}
|
|
4390
4691
|
|
|
4391
4692
|
.svc-question__content--image.svc-question__content--empty .sd-file,
|
|
4392
4693
|
.svc-question__content--image.svc-question__content--empty sv-ng-file-question {
|
|
@@ -4587,6 +4888,7 @@ svc-question .sv-action-bar,
|
|
|
4587
4888
|
flex-shrink: 0;
|
|
4588
4889
|
min-width: 72px;
|
|
4589
4890
|
justify-content: flex-end;
|
|
4891
|
+
align-self: flex-start;
|
|
4590
4892
|
}
|
|
4591
4893
|
|
|
4592
4894
|
.svc-item-value-controls__button {
|
|
@@ -4701,12 +5003,26 @@ svc-question .sv-action-bar,
|
|
|
4701
5003
|
overflow: hidden;
|
|
4702
5004
|
}
|
|
4703
5005
|
|
|
5006
|
+
.sv-drag-drop-choices-shortcut .sv-ranking-item__text {
|
|
5007
|
+
overflow: hidden;
|
|
5008
|
+
}
|
|
5009
|
+
|
|
5010
|
+
.svc-item-value--ghost {
|
|
5011
|
+
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5012
|
+
}
|
|
4704
5013
|
.svc-item-value--ghost .svc-item-value__ghost {
|
|
4705
5014
|
display: block;
|
|
4706
5015
|
}
|
|
4707
5016
|
.svc-item-value--ghost .svc-item-value-controls {
|
|
4708
5017
|
visibility: hidden;
|
|
4709
5018
|
}
|
|
5019
|
+
.svc-item-value--ghost .svc-item-value__item {
|
|
5020
|
+
display: none;
|
|
5021
|
+
}
|
|
5022
|
+
.svc-item-value--ghost .sv-string-viewer,
|
|
5023
|
+
.svc-item-value--ghost .sv-string-editor {
|
|
5024
|
+
white-space: unset;
|
|
5025
|
+
}
|
|
4710
5026
|
|
|
4711
5027
|
.svc-item-value--movedown {
|
|
4712
5028
|
transform: translate(0, 0);
|
|
@@ -5972,6 +6288,7 @@ svc-toolbox {
|
|
|
5972
6288
|
min-width: 370px;
|
|
5973
6289
|
width: 450px;
|
|
5974
6290
|
height: 100%;
|
|
6291
|
+
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
5975
6292
|
}
|
|
5976
6293
|
|
|
5977
6294
|
.svc-side-bar__wrapper {
|
|
@@ -6154,7 +6471,6 @@ svc-toolbox {
|
|
|
6154
6471
|
width: auto;
|
|
6155
6472
|
height: 100%;
|
|
6156
6473
|
background-color: var(--ctr-property-grid-form-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
6157
|
-
border-inline-start: 1px solid var(--ctr-property-grid-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
6158
6474
|
}
|
|
6159
6475
|
|
|
6160
6476
|
.svc-side-bar {
|
|
@@ -7445,9 +7761,11 @@ input.spg-input:read-only::placeholder {
|
|
|
7445
7761
|
.spg-theme-builder-root .spg-question__header--location--left .spg-question__title .sv-string-viewer {
|
|
7446
7762
|
white-space: nowrap;
|
|
7447
7763
|
}
|
|
7764
|
+
.spg-theme-builder-root .spg-panel-by-page,
|
|
7448
7765
|
.spg-theme-builder-root .spg-nested-panel {
|
|
7449
7766
|
padding-bottom: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7450
7767
|
}
|
|
7768
|
+
.spg-theme-builder-root .spg-panel-by-page::after,
|
|
7451
7769
|
.spg-theme-builder-root .spg-nested-panel::after {
|
|
7452
7770
|
content: " ";
|
|
7453
7771
|
display: block;
|
|
@@ -7458,17 +7776,26 @@ input.spg-input:read-only::placeholder {
|
|
|
7458
7776
|
height: 1px;
|
|
7459
7777
|
background-color: var(--ctr-editor-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
7460
7778
|
}
|
|
7779
|
+
.spg-theme-builder-root .spg-panel-by-page__content > .spg-row:first-of-type,
|
|
7461
7780
|
.spg-theme-builder-root .spg-nested-panel__content > .spg-row:first-of-type {
|
|
7462
7781
|
margin-top: 0;
|
|
7463
7782
|
}
|
|
7783
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--hidden-border,
|
|
7784
|
+
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-panel-by-page,
|
|
7464
7785
|
.spg-theme-builder-root .spg-paneldynamic__panel-wrapper > .spg-nested-panel,
|
|
7465
7786
|
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-nested-panel {
|
|
7466
7787
|
padding-bottom: 0;
|
|
7467
7788
|
}
|
|
7789
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--hidden-border::after,
|
|
7790
|
+
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-panel-by-page::after,
|
|
7468
7791
|
.spg-theme-builder-root .spg-paneldynamic__panel-wrapper > .spg-nested-panel::after,
|
|
7469
7792
|
.spg-theme-builder-root .spg-row:last-of-type > div > .spg-nested-panel::after {
|
|
7470
7793
|
content: none;
|
|
7471
7794
|
}
|
|
7795
|
+
.spg-theme-builder-root .spg-panel-by-page.spg-panel--padding {
|
|
7796
|
+
padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7797
|
+
padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7798
|
+
}
|
|
7472
7799
|
.spg-theme-builder-root .spg-theme-group-caption {
|
|
7473
7800
|
--default-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7474
7801
|
font-family: var(--sjs-font-family, var(--font-family));
|
|
@@ -7982,5 +8309,112 @@ input.spg-input:read-only::placeholder {
|
|
|
7982
8309
|
border-top: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
7983
8310
|
box-sizing: border-box;
|
|
7984
8311
|
}
|
|
8312
|
+
/*!*******************************************************************************************************************************************************************************************!*\
|
|
8313
|
+
!*** 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 ***!
|
|
8314
|
+
\*******************************************************************************************************************************************************************************************/
|
|
8315
|
+
.spg-boolean-switch,
|
|
8316
|
+
.spg-boolean-switch * {
|
|
8317
|
+
box-sizing: border-box;
|
|
8318
|
+
}
|
|
8319
|
+
|
|
8320
|
+
.spg-boolean-switch {
|
|
8321
|
+
display: flex;
|
|
8322
|
+
flex-direction: row;
|
|
8323
|
+
gap: var(--ctr-toggle-button-gap-label, 8px);
|
|
8324
|
+
align-items: flex-start;
|
|
8325
|
+
justify-content: flex-start;
|
|
8326
|
+
flex-shrink: 0;
|
|
8327
|
+
position: relative;
|
|
8328
|
+
}
|
|
8329
|
+
|
|
8330
|
+
.spg-boolean-switch__button {
|
|
8331
|
+
background: var(--ctr-toggle-button-background-color, #ffffff);
|
|
8332
|
+
outline: none;
|
|
8333
|
+
border-radius: var(--ctr-toggle-button-corner-radius, 1024px);
|
|
8334
|
+
border-style: solid;
|
|
8335
|
+
border-color: var(--ctr-toggle-button-border-color, rgba(0, 0, 0, 0.16));
|
|
8336
|
+
border-width: 1px;
|
|
8337
|
+
margin: 1px;
|
|
8338
|
+
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);
|
|
8339
|
+
display: flex;
|
|
8340
|
+
flex-direction: row;
|
|
8341
|
+
gap: var(--ctr-toggle-button-gap, 4px);
|
|
8342
|
+
align-items: center;
|
|
8343
|
+
justify-content: flex-start;
|
|
8344
|
+
flex-shrink: 0;
|
|
8345
|
+
position: relative;
|
|
8346
|
+
}
|
|
8347
|
+
.spg-boolean-switch__button:focus, .spg-boolean-switch__button:focus-visible {
|
|
8348
|
+
border-color: var(--ctr-toggle-button-border-color-focused, #19b394);
|
|
8349
|
+
border-width: 2px;
|
|
8350
|
+
margin: 0;
|
|
8351
|
+
}
|
|
8352
|
+
|
|
8353
|
+
.spg-boolean-switch__button--checked {
|
|
8354
|
+
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
8355
|
+
}
|
|
8356
|
+
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--left {
|
|
8357
|
+
background: none;
|
|
8358
|
+
}
|
|
8359
|
+
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--right {
|
|
8360
|
+
background: var(--ctr-toggle-button-thumb-background-color-checked, #ffffff);
|
|
8361
|
+
}
|
|
8362
|
+
.spg-boolean-switch__button--checked:focus {
|
|
8363
|
+
background: var(--ctr-toggle-button-background-color-checked-focused, #ffffff);
|
|
8364
|
+
}
|
|
8365
|
+
.spg-boolean-switch__button--checked:focus .spg-boolean-switch__thumb--right {
|
|
8366
|
+
background: var(--ctr-toggle-button-thumb-background-color-checked-focused, #19b394);
|
|
8367
|
+
}
|
|
8368
|
+
|
|
8369
|
+
.spg-boolean-switch__thumb {
|
|
8370
|
+
display: flex;
|
|
8371
|
+
flex-direction: row;
|
|
8372
|
+
gap: 0px;
|
|
8373
|
+
align-items: center;
|
|
8374
|
+
justify-content: flex-start;
|
|
8375
|
+
flex-shrink: 0;
|
|
8376
|
+
position: relative;
|
|
8377
|
+
}
|
|
8378
|
+
|
|
8379
|
+
.spg-boolean-switch__thumb-circle {
|
|
8380
|
+
border-radius: var(--ctr-toggle-button-thumb-corner-radius, 1024px);
|
|
8381
|
+
display: flex;
|
|
8382
|
+
flex-direction: row;
|
|
8383
|
+
gap: 0px;
|
|
8384
|
+
align-items: center;
|
|
8385
|
+
justify-content: center;
|
|
8386
|
+
flex-shrink: 0;
|
|
8387
|
+
width: var(--ctr-toggle-button-thumb-width, 16px);
|
|
8388
|
+
height: var(--ctr-toggle-button-thumb-height, 16px);
|
|
8389
|
+
position: relative;
|
|
8390
|
+
overflow: hidden;
|
|
8391
|
+
}
|
|
8392
|
+
|
|
8393
|
+
.spg-boolean-switch__thumb--left {
|
|
8394
|
+
background: var(--ctr-toggle-button-thumb-background-color-active, rgba(0, 0, 0, 0.45));
|
|
8395
|
+
}
|
|
8396
|
+
|
|
8397
|
+
.spg-boolean-switch__caption {
|
|
8398
|
+
display: flex;
|
|
8399
|
+
flex-direction: row;
|
|
8400
|
+
gap: 0px;
|
|
8401
|
+
align-items: flex-start;
|
|
8402
|
+
justify-content: flex-start;
|
|
8403
|
+
flex-shrink: 0;
|
|
8404
|
+
position: relative;
|
|
8405
|
+
}
|
|
8406
|
+
|
|
8407
|
+
.spg-boolean-switch__title {
|
|
8408
|
+
color: var(--ctr-toggle-button-label-text-color, rgba(0, 0, 0, 0.91));
|
|
8409
|
+
text-align: left;
|
|
8410
|
+
font-family: var(--ctr-default-font-family, "OpenSans-Regular", sans-serif);
|
|
8411
|
+
font-size: var(--ctr-default-font-size, 16px);
|
|
8412
|
+
line-height: var(--ctr-default-line-height, 24px);
|
|
8413
|
+
font-weight: var(--ctr-default-font-weight, 400);
|
|
8414
|
+
position: relative;
|
|
8415
|
+
display: flex;
|
|
8416
|
+
align-items: center;
|
|
8417
|
+
justify-content: flex-start;
|
|
8418
|
+
}
|
|
7985
8419
|
|
|
7986
8420
|
/*# sourceMappingURL=survey-creator-core.fontless.css.map*/
|