survey-creator-core 1.12.13 → 1.12.14
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/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 +3 -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 +285 -221
- package/survey-creator-core.fontless.css +284 -220
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +15 -15
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +187 -112
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +16 -16
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +40 -4
- package/themes/default-contrast.js.map +1 -1
- package/themes/default-contrast.min.js +1 -1
- package/themes/default-contrast.min.js.LICENSE.txt +1 -1
- package/themes/default-dark.js +40 -4
- package/themes/default-dark.js.map +1 -1
- package/themes/default-dark.min.js +1 -1
- package/themes/default-dark.min.js.LICENSE.txt +1 -1
- package/themes/default-light.js +40 -4
- package/themes/default-light.js.map +1 -1
- package/themes/default-light.min.js +1 -1
- package/themes/default-light.min.js.LICENSE.txt +1 -1
- package/themes/index.js +40 -4
- package/themes/index.js.map +1 -1
- package/themes/index.min.js +1 -1
- package/themes/index.min.js.LICENSE.txt +1 -1
- package/themes/themes/default.d.ts +76 -4
- package/typings/components/side-bar/side-bar-model.d.ts +2 -1
- package/typings/components/tabs/designer.d.ts +13 -1
- package/typings/creator-base.d.ts +1 -1
- package/typings/creator-options.d.ts +2 -2
- package/typings/creator-responsivity-manager.d.ts +1 -0
- package/typings/creator-theme/creator-theme-model.d.ts +0 -1
- package/typings/editorLocalization.d.ts +2 -0
- package/typings/localization/english.d.ts +2 -0
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/themes/default.d.ts +76 -4
package/survey-creator-core.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.14
|
|
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.14
|
|
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
|
|
@@ -622,6 +622,8 @@ svc-tab-test {
|
|
|
622
622
|
.svc-page-invisible .sv-list-item__marker-icon {
|
|
623
623
|
--sjs-general-forecolor-light: rgba(0, 0, 0, 0.45);
|
|
624
624
|
padding: 0;
|
|
625
|
+
width: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
626
|
+
height: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
625
627
|
opacity: 0.5;
|
|
626
628
|
margin-inline-end: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
627
629
|
}
|
|
@@ -752,16 +754,14 @@ svc-tab-test {
|
|
|
752
754
|
}
|
|
753
755
|
|
|
754
756
|
.sl-table__cell.st-table__cell--actions:first-of-type .sv-action-bar {
|
|
755
|
-
margin-top: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
756
|
-
padding-right: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
757
|
+
margin-top: var(--ctr-collapse-button-margin-top, calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
758
|
+
padding-right: var(--ctr-collapse-button-margin-right, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
757
759
|
}
|
|
758
760
|
|
|
759
761
|
.sl-table .sl-table__detail-button.sl-table__detail-button {
|
|
760
|
-
width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
761
|
-
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
762
762
|
box-sizing: border-box;
|
|
763
763
|
border-radius: var(--ctr-collapse-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
764
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
764
|
+
padding: var(--ctr-collapse-button-padding, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
765
765
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
766
766
|
}
|
|
767
767
|
.sl-table .sl-table__detail-button.sl-table__detail-button:focus:enabled {
|
|
@@ -777,24 +777,38 @@ svc-tab-test {
|
|
|
777
777
|
.sl-table .sl-table__detail-button.sl-table__detail-button:hover:enabled use, .sl-table .sl-table__detail-button.sl-table__detail-button.sv-focused--by-key.sv-focused--by-key use {
|
|
778
778
|
fill: var(--ctr-collapse-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
779
779
|
}
|
|
780
|
+
.sl-table .sl-table__detail-button.sl-table__detail-button .sv-action-bar-item__icon {
|
|
781
|
+
width: var(--ctr-collapse-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
782
|
+
height: var(--ctr-collapse-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
783
|
+
}
|
|
780
784
|
|
|
781
785
|
.sl-table__remove-button .sv-action-bar-item {
|
|
782
|
-
|
|
783
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
786
|
+
padding: var(--ctr-expression-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-expression-item-padding-right-icon-only, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-expression-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-expression-item-padding-left-icon-only, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
784
787
|
cursor: pointer;
|
|
788
|
+
border: none;
|
|
789
|
+
border-radius: var(--ctr-expression-item-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
785
790
|
}
|
|
786
791
|
.sl-table__remove-button .sv-action-bar-item:focus:enabled {
|
|
787
792
|
background-color: transparent;
|
|
788
793
|
}
|
|
789
794
|
.sl-table__remove-button .sv-action-bar-item use {
|
|
790
|
-
fill: var(--
|
|
795
|
+
fill: var(--ctr-expression-item-icon-color, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
791
796
|
}
|
|
792
797
|
.sl-table__remove-button .sv-action-bar-item:hover:enabled, .sl-table__remove-button .sv-action-bar-item.sv-focused--by-key.sv-focused--by-key {
|
|
793
|
-
background-color: var(--ctr-
|
|
798
|
+
background-color: var(--ctr-expression-item-background-color-remove-button-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
794
799
|
outline: none;
|
|
795
800
|
}
|
|
796
801
|
.sl-table__remove-button .sv-action-bar-item:hover:enabled use, .sl-table__remove-button .sv-action-bar-item.sv-focused--by-key.sv-focused--by-key use {
|
|
797
|
-
fill: var(--
|
|
802
|
+
fill: var(--ctr-expression-item-icon-color, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
803
|
+
}
|
|
804
|
+
.sl-table__remove-button .sv-action-bar-item .sv-action-bar-item__icon {
|
|
805
|
+
width: var(--ctr-expression-item-icon-width, 24px);
|
|
806
|
+
height: var(--ctr-expression-item-icon-height, 24px);
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.sl-table__remove-button .sv-action-bar-item__icon {
|
|
810
|
+
width: var(--ctr-survey-action-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
811
|
+
height: var(--ctr-survey-action-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
798
812
|
}
|
|
799
813
|
|
|
800
814
|
.sl-table__cell .sv-action-bar-item__icon {
|
|
@@ -807,19 +821,15 @@ svc-tab-test {
|
|
|
807
821
|
opacity: 1;
|
|
808
822
|
}
|
|
809
823
|
|
|
810
|
-
.sl-table__row #remove-row .sv-action-bar-item {
|
|
811
|
-
border: none;
|
|
812
|
-
width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
813
|
-
height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
814
|
-
}
|
|
815
|
-
.sl-table__row #remove-row .sv-action-bar-item__icon use {
|
|
816
|
-
fill: var(--lbr-action-button-icon-color-negative, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
817
|
-
}
|
|
818
|
-
|
|
819
824
|
.sl-table__row.sl-table__row--additional .sl-table__cell .svc-action-button {
|
|
820
825
|
color: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
821
826
|
}
|
|
822
827
|
|
|
828
|
+
.sl-table .svc-action-button {
|
|
829
|
+
padding: var(--ctr-survey-page-header-padding-vertical-with-button, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) 0px;
|
|
830
|
+
margin-left: 0;
|
|
831
|
+
}
|
|
832
|
+
|
|
823
833
|
.sl-table__cell .svc-action-button,
|
|
824
834
|
.sl-table__cell .svc-action-button:hover,
|
|
825
835
|
.sl-table__cell .svc-action-button:focus,
|
|
@@ -833,12 +843,15 @@ svc-tab-test {
|
|
|
833
843
|
font-weight: 400;
|
|
834
844
|
line-height: var(--ctr-font-medium-line-height, var(--ctr-medium-bold-line-height, 32px));
|
|
835
845
|
font-weight: 700;
|
|
846
|
+
--thm-logic-header-max-height: var(--ctr-font-medium-line-height, var(--ctr-medium-bold-line-height, calcSize(4)));
|
|
836
847
|
background: transparent;
|
|
837
848
|
outline: none;
|
|
838
849
|
border: none;
|
|
839
850
|
box-shadow: none;
|
|
851
|
+
border-radius: 0;
|
|
840
852
|
color: var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91));
|
|
841
|
-
|
|
853
|
+
box-sizing: content-box;
|
|
854
|
+
max-height: calc(3 * var(--thm-logic-header-max-height));
|
|
842
855
|
overflow: hidden;
|
|
843
856
|
display: -webkit-box;
|
|
844
857
|
-webkit-line-clamp: 3;
|
|
@@ -975,7 +988,7 @@ svc-tab-test {
|
|
|
975
988
|
}
|
|
976
989
|
|
|
977
990
|
.sl-question__header--left {
|
|
978
|
-
margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
991
|
+
margin-right: var(--ctr-expression-items-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
979
992
|
}
|
|
980
993
|
|
|
981
994
|
.sl-row .sd-scrollable-container:not(.sd-scrollable-container--compact) {
|
|
@@ -1001,7 +1014,7 @@ svc-tab-test {
|
|
|
1001
1014
|
}
|
|
1002
1015
|
|
|
1003
1016
|
.sl-row--multiple .sl-question {
|
|
1004
|
-
padding-right: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
1017
|
+
padding-right: var(--ctr-expression-items-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1005
1018
|
}
|
|
1006
1019
|
|
|
1007
1020
|
.svc-logic-question-text-editor {
|
|
@@ -1248,9 +1261,13 @@ svc-tab-test {
|
|
|
1248
1261
|
.st-properties .spg-table .spg-table__question-wrapper .spg-selectbase__label {
|
|
1249
1262
|
gap: 0;
|
|
1250
1263
|
}
|
|
1264
|
+
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__caption {
|
|
1265
|
+
color: var(--ctr-checkbox-text-color-disabled, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
1266
|
+
}
|
|
1251
1267
|
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__rectangle,
|
|
1252
1268
|
.st-properties .spg-table .spg-checkbox--disabled .spg-checkbox__rectangle:hover {
|
|
1253
|
-
|
|
1269
|
+
border: var(--ctr-checkbox-border-width, 1px) solid var(--ctr-checkbox-border-color-disabled, rgba(0, 0, 0, 0.16));
|
|
1270
|
+
background: var(--ctr-checkbox-background-color-disabled, #f3f3f3);
|
|
1254
1271
|
}
|
|
1255
1272
|
.st-properties .spg-matrixdynamic__dragged-row {
|
|
1256
1273
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -1629,7 +1646,7 @@ td.st-table__cell:first-of-type span {
|
|
|
1629
1646
|
|
|
1630
1647
|
.svc-logic-operator--action.sl-paneldynamic__add-btn,
|
|
1631
1648
|
.svc-logic-operator--operator.sl-paneldynamic__add-btn {
|
|
1632
|
-
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1649
|
+
margin-top: var(--ctr-expression-rows-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
1633
1650
|
}
|
|
1634
1651
|
|
|
1635
1652
|
.svc-logic-operator--action.sl-paneldynamic__add-btn {
|
|
@@ -1670,50 +1687,35 @@ td.st-table__cell:first-of-type span {
|
|
|
1670
1687
|
display: none;
|
|
1671
1688
|
}
|
|
1672
1689
|
|
|
1673
|
-
.svc-action-button.svc-
|
|
1674
|
-
outline: none;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
.svc-action-button--icon.svc-logic-condition-remove.svc-icon-remove {
|
|
1690
|
+
.svc-action-button--icon.svc-icon-remove {
|
|
1678
1691
|
display: none;
|
|
1679
|
-
|
|
1680
|
-
|
|
1692
|
+
padding: var(--ctr-expression-item-padding-top, 8px) var(--ctr-expression-item-padding-right-icon-only, 8px) var(--ctr-expression-item-padding-bottom, 8px) var(--ctr-expression-item-padding-left-icon-only, 8px);
|
|
1693
|
+
border-radius: var(--ctr-expression-item-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
1681
1694
|
background: none;
|
|
1682
1695
|
justify-content: center;
|
|
1683
1696
|
align-items: center;
|
|
1684
|
-
|
|
1697
|
+
outline: none;
|
|
1698
|
+
border: none;
|
|
1685
1699
|
}
|
|
1686
|
-
.svc-action-button--icon.svc-
|
|
1687
|
-
width:
|
|
1688
|
-
height:
|
|
1700
|
+
.svc-action-button--icon.svc-icon-remove .sv-svg-icon {
|
|
1701
|
+
width: var(--ctr-expression-item-icon-width, 24px);
|
|
1702
|
+
height: var(--ctr-expression-item-icon-height, 24px);
|
|
1689
1703
|
}
|
|
1690
|
-
.svc-action-button--icon.svc-
|
|
1691
|
-
fill: var(--ctr-
|
|
1704
|
+
.svc-action-button--icon.svc-icon-remove use {
|
|
1705
|
+
fill: var(--ctr-expression-item-icon-color, var(--sjs-special-red, var(--red, #e60a3e)));
|
|
1692
1706
|
}
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
fill: var(--ctr-survey-action-button-icon-color-disabled, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
1707
|
+
.svc-action-button--icon.svc-icon-remove:focus, .svc-action-button--icon.svc-icon-remove:hover {
|
|
1708
|
+
background-color: var(--ctr-expression-item-background-color-remove-button-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
1696
1709
|
}
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
.sl-panel-wrapper--in-row:focus-within .svc-logic-condition-remove.svc-icon-remove {
|
|
1700
|
-
display: block;
|
|
1710
|
+
.svc-action-button--icon.svc-icon-remove.svc-action-button--disabled {
|
|
1711
|
+
fill: var(--ctr-survey-action-button-icon-color-disabled, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
1701
1712
|
}
|
|
1702
1713
|
|
|
1703
|
-
.sl-panel-wrapper--in-row:hover .svc-
|
|
1704
|
-
.sl-panel-wrapper--in-row:focus-within .svc-
|
|
1714
|
+
.sl-panel-wrapper--in-row:hover .svc-icon-remove,
|
|
1715
|
+
.sl-panel-wrapper--in-row:focus-within .svc-icon-remove {
|
|
1705
1716
|
display: flex;
|
|
1706
1717
|
}
|
|
1707
1718
|
|
|
1708
|
-
.svc-logic-condition-remove.svc-icon-remove:hover,
|
|
1709
|
-
.svc-logic-condition-remove.svc-icon-remove:focus {
|
|
1710
|
-
background-color: var(--ctr-library-action-button-background-color-negative-hovered, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
.svc-logic-condition-remove-question {
|
|
1714
|
-
height: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
1719
|
.svc-logic-paneldynamic__button.svc-logic-paneldynamic__remove-btn {
|
|
1718
1720
|
display: none;
|
|
1719
1721
|
}
|
|
@@ -1743,7 +1745,7 @@ td.st-table__cell:first-of-type span {
|
|
|
1743
1745
|
.svc-logic-tab__content .svc-logic-tab__content-action {
|
|
1744
1746
|
margin-left: 25%;
|
|
1745
1747
|
margin-right: 25%;
|
|
1746
|
-
margin-top: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1748
|
+
margin-top: var(--ctr-surface-gap, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
1747
1749
|
margin-bottom: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1748
1750
|
}
|
|
1749
1751
|
.svc-logic-tab__content .svc-logic-tab__content-action--disabled {
|
|
@@ -2013,11 +2015,32 @@ svc-tab-designer {
|
|
|
2013
2015
|
right: 0;
|
|
2014
2016
|
}
|
|
2015
2017
|
|
|
2018
|
+
.svc-creator__toolbox--right .svc-tab-designer__toolbar,
|
|
2019
|
+
[dir=rtl] .svc-tab-designer__toolbar,
|
|
2020
|
+
[style*="direction:rtl"] .svc-tab-designer__toolbar,
|
|
2021
|
+
[style*="direction: rtl"] .svc-tab-designer__toolbar {
|
|
2022
|
+
position: absolute;
|
|
2023
|
+
bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2024
|
+
right: unset;
|
|
2025
|
+
left: 0;
|
|
2026
|
+
}
|
|
2027
|
+
|
|
2016
2028
|
.svc-tab-designer__surface-toolbar {
|
|
2017
2029
|
padding: var(--ctr-surface-toolbar-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
2018
2030
|
gap: var(--ctr-surface-toolbar-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2019
2031
|
flex-direction: column;
|
|
2020
2032
|
}
|
|
2033
|
+
.svc-tab-designer__surface-toolbar .sv-action-bar-separator {
|
|
2034
|
+
background: var(--ctr-separator-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
2035
|
+
height: var(--ctr-separator-width, 1px);
|
|
2036
|
+
width: var(--ctr-page-navigator-button-icon-width, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2037
|
+
padding: 0px var(--ctr-separator-margin-vertical-small, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2038
|
+
margin-bottom: var(--ctr-surface-toolbar-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
2039
|
+
margin-right: 0;
|
|
2040
|
+
}
|
|
2041
|
+
.svc-tab-designer__surface-toolbar .sv-action__content {
|
|
2042
|
+
flex-direction: column;
|
|
2043
|
+
}
|
|
2021
2044
|
/*!************************************************************************************************************************************************************************!*\
|
|
2022
2045
|
!*** 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/responsivity.scss ***!
|
|
2023
2046
|
\************************************************************************************************************************************************************************/
|
|
@@ -2398,24 +2421,21 @@ svc-tab-designer {
|
|
|
2398
2421
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover .sv-list__item-icon use {
|
|
2399
2422
|
fill: var(--ctr-list-item-icon-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2400
2423
|
}
|
|
2401
|
-
.svc-creator-popup .sv-list__item--selected
|
|
2402
|
-
.svc-creator-popup .sv-list__item--selected:hover
|
|
2403
|
-
.svc-creator-popup .sv-list__item--selected:focus
|
|
2404
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group > .sv-list__item-body {
|
|
2424
|
+
.svc-creator-popup .sv-list__item--group-selected > .sv-list__item-body,
|
|
2425
|
+
.svc-creator-popup .sv-list__item--group-selected:hover > .sv-list__item-body,
|
|
2426
|
+
.svc-creator-popup .sv-list__item--group-selected:focus > .sv-list__item-body {
|
|
2405
2427
|
background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2406
2428
|
color: var(--ctr-list-item-text-color-selected-submenu, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2407
2429
|
font-weight: 400;
|
|
2408
2430
|
}
|
|
2409
|
-
.svc-creator-popup .sv-list__item--selected
|
|
2410
|
-
.svc-creator-popup .sv-list__item--selected:hover
|
|
2411
|
-
.svc-creator-popup .sv-list__item--selected:focus
|
|
2412
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list__item-icon use {
|
|
2431
|
+
.svc-creator-popup .sv-list__item--group-selected .sv-list__item-icon use,
|
|
2432
|
+
.svc-creator-popup .sv-list__item--group-selected:hover .sv-list__item-icon use,
|
|
2433
|
+
.svc-creator-popup .sv-list__item--group-selected:focus .sv-list__item-icon use {
|
|
2413
2434
|
fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2414
2435
|
}
|
|
2415
|
-
.svc-creator-popup .sv-list__item--selected
|
|
2416
|
-
.svc-creator-popup .sv-list__item--selected:hover
|
|
2417
|
-
.svc-creator-popup .sv-list__item--selected:focus
|
|
2418
|
-
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list-item__marker-icon use {
|
|
2436
|
+
.svc-creator-popup .sv-list__item--group-selected .sv-list-item__marker-icon use,
|
|
2437
|
+
.svc-creator-popup .sv-list__item--group-selected:hover .sv-list-item__marker-icon use,
|
|
2438
|
+
.svc-creator-popup .sv-list__item--group-selected:focus .sv-list-item__marker-icon use {
|
|
2419
2439
|
fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2420
2440
|
}
|
|
2421
2441
|
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:focus .sv-list__item-icon use,
|
|
@@ -3455,17 +3475,18 @@ svc-page-navigator,
|
|
|
3455
3475
|
\*********************************************************************************************************************************************************************************************************/
|
|
3456
3476
|
svc-page-navigator-item,
|
|
3457
3477
|
.svc-page-navigator-item {
|
|
3458
|
-
display:
|
|
3459
|
-
|
|
3460
|
-
height: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3461
|
-
min-height: calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3478
|
+
display: flex;
|
|
3479
|
+
justify-content: center;
|
|
3462
3480
|
cursor: pointer;
|
|
3463
|
-
position: relative;
|
|
3464
3481
|
}
|
|
3465
3482
|
|
|
3466
3483
|
.svc-page-navigator-item-content {
|
|
3467
|
-
|
|
3468
|
-
|
|
3484
|
+
display: flex;
|
|
3485
|
+
padding: var(--ctr-page-navigator-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3486
|
+
gap: var(--ctr-page-navigator-item-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3487
|
+
justify-content: flex-end;
|
|
3488
|
+
align-items: center;
|
|
3489
|
+
position: relative;
|
|
3469
3490
|
}
|
|
3470
3491
|
.svc-page-navigator-item-content:hover, .svc-page-navigator-item-content:focus {
|
|
3471
3492
|
outline: none;
|
|
@@ -3488,14 +3509,45 @@ svc-page-navigator-item,
|
|
|
3488
3509
|
}
|
|
3489
3510
|
|
|
3490
3511
|
.svc-page-navigator-item__dot {
|
|
3491
|
-
|
|
3512
|
+
display: flex;
|
|
3513
|
+
width: var(--ctr-page-navigator-item-dot-container-width, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3514
|
+
height: var(--ctr-page-navigator-item-dot-container-height, calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3515
|
+
justify-content: center;
|
|
3516
|
+
align-items: center;
|
|
3517
|
+
}
|
|
3518
|
+
|
|
3519
|
+
.svc-page-navigator-item__dot-content {
|
|
3520
|
+
width: var(--ctr-page-navigator-item-dot-radius-small, calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3521
|
+
height: var(--ctr-page-navigator-item-dot-radius-small, calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3522
|
+
flex-shrink: 0;
|
|
3523
|
+
background: var(--ctr-page-navigator-item-dot-color-default, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
3524
|
+
border-radius: var(--ctr-page-navigator-item-dot-radius-small, calc(0.75 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3525
|
+
}
|
|
3526
|
+
|
|
3527
|
+
.svc-page-navigator-item__banner {
|
|
3528
|
+
display: flex;
|
|
3529
|
+
overflow: hidden;
|
|
3530
|
+
white-space: nowrap;
|
|
3531
|
+
text-overflow: ellipsis;
|
|
3532
|
+
padding: var(--ctr-page-navigator-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-left-hovered, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3533
|
+
justify-content: flex-end;
|
|
3534
|
+
align-items: center;
|
|
3535
|
+
gap: var(--ctr-page-navigator-item-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3536
|
+
border-radius: var(--ctr-page-navigator-item-corner-radius, 1024px);
|
|
3537
|
+
background: var(--ctr-page-navigator-item-background-color-hovered, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
3538
|
+
box-shadow: var(--ctr-page-navigator-item-shadow-hovered-1-offset-x, 0px) var(--ctr-page-navigator-item-shadow-hovered-1-offset-y, 2px) var(--ctr-page-navigator-item-shadow-hovered-1-blur, 6px) var(--ctr-page-navigator-item-shadow-hovered-1-spread, 0px) var(--ctr-page-navigator-item-shadow-hovered-1-color, rgba(0, 0, 0, 0.1)), var(--ctr-page-navigator-item-shadow-hovered-2-offset-x, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-offset-y, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-blur, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-spread, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-color, transparent);
|
|
3539
|
+
opacity: 0;
|
|
3540
|
+
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
3492
3541
|
position: absolute;
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3542
|
+
top: 0;
|
|
3543
|
+
right: 0;
|
|
3544
|
+
}
|
|
3545
|
+
.svc-page-navigator-item__banner .svc-page-navigator-item__dot-content {
|
|
3546
|
+
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3547
|
+
height: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3548
|
+
flex-shrink: 0;
|
|
3549
|
+
background: var(--ctr-page-navigator-item-dot-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3550
|
+
border-radius: 100%;
|
|
3499
3551
|
}
|
|
3500
3552
|
|
|
3501
3553
|
.svc-page-navigator-item__text {
|
|
@@ -3511,42 +3563,19 @@ svc-page-navigator-item,
|
|
|
3511
3563
|
color: var(--ctr-page-navigator-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
3512
3564
|
}
|
|
3513
3565
|
|
|
3514
|
-
.svc-page-navigator-item--selected .svc-page-navigator-item__dot {
|
|
3515
|
-
width: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3516
|
-
height: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
3517
|
-
|
|
3518
|
-
top: calc(50% - 1.5 * var(--sjs-base-unit, var(--base-unit, 8px)) / 2);
|
|
3566
|
+
.svc-page-navigator-item--selected .svc-page-navigator-item__dot-content {
|
|
3567
|
+
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3568
|
+
height: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3569
|
+
flex-shrink: 0;
|
|
3519
3570
|
background: var(--ctr-page-navigator-item-dot-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
3520
|
-
border:
|
|
3571
|
+
border-style: solid;
|
|
3572
|
+
border-width: 2px;
|
|
3573
|
+
border-color: var(--ctr-page-navigator-item-dot-border-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3521
3574
|
}
|
|
3522
3575
|
|
|
3523
|
-
.svc-page-navigator-item__banner
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
text-overflow: ellipsis;
|
|
3527
|
-
right: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3528
|
-
display: flex;
|
|
3529
|
-
align-items: center;
|
|
3530
|
-
animation: 0.5s ease-in;
|
|
3531
|
-
opacity: 0;
|
|
3532
|
-
max-width: 0;
|
|
3533
|
-
z-index: 20;
|
|
3534
|
-
position: absolute;
|
|
3535
|
-
top: 0;
|
|
3536
|
-
height: 100%;
|
|
3537
|
-
background-color: var(--ctr-page-navigator-item-background-color-hovered, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
3538
|
-
box-shadow: var(--ctr-page-navigator-item-shadow-hovered-1-offset-x, 0px) var(--ctr-page-navigator-item-shadow-hovered-1-offset-y, 2px) var(--ctr-page-navigator-item-shadow-hovered-1-blur, 6px) var(--ctr-page-navigator-item-shadow-hovered-1-spread, 0px) var(--ctr-page-navigator-item-shadow-hovered-1-color, rgba(0, 0, 0, 0.1)), var(--ctr-page-navigator-item-shadow-hovered-2-offset-x, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-offset-y, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-blur, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-spread, 0px) var(--ctr-page-navigator-item-shadow-hovered-2-color, transparent);
|
|
3539
|
-
transition: opacity var(--sjs-creator-transition-duration, 150ms);
|
|
3540
|
-
border-radius: var(--ctr-page-navigator-item-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3541
|
-
padding: var(--ctr-page-navigator-item-padding-top, 0) var(--ctr-page-navigator-item-padding-right, 0) var(--ctr-page-navigator-item-padding-bottom, 0) var(--ctr-page-navigator-item-padding-left-hovered, 0);
|
|
3542
|
-
flex-direction: row;
|
|
3543
|
-
gap: var(--ctr-page-navigator-item-gap, 8px);
|
|
3544
|
-
}
|
|
3545
|
-
.svc-page-navigator-item__banner .svc-page-navigator-item__dot {
|
|
3546
|
-
position: absolute;
|
|
3547
|
-
display: inline-block;
|
|
3548
|
-
top: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3549
|
-
right: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3576
|
+
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3577
|
+
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3578
|
+
opacity: 1;
|
|
3550
3579
|
}
|
|
3551
3580
|
|
|
3552
3581
|
.svc-creator__toolbox--right .svc-page-navigator-item__banner,
|
|
@@ -3554,42 +3583,10 @@ svc-page-navigator-item,
|
|
|
3554
3583
|
[style*="direction:rtl"] .svc-page-navigator-item__banner,
|
|
3555
3584
|
[style*="direction: rtl"] .svc-page-navigator-item__banner {
|
|
3556
3585
|
right: unset;
|
|
3557
|
-
left:
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
|
-
[dir=rtl] .svc-page-navigator-item__banner .svc-page-navigator-item__dot,
|
|
3561
|
-
[style*="direction:rtl"] .svc-page-navigator-item__banner .svc-page-navigator-item__dot,
|
|
3562
|
-
[style*="direction: rtl"] .svc-page-navigator-item__banner .svc-page-navigator-item__dot {
|
|
3563
|
-
right: unset;
|
|
3564
|
-
left: calc(1.75 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3565
|
-
}
|
|
3566
|
-
|
|
3567
|
-
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3568
|
-
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3569
|
-
padding: 0 calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3570
|
-
max-width: calc(25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3571
|
-
opacity: 1;
|
|
3572
|
-
background: var(--ctr-page-navigator-item-background-color-hovered, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
3573
|
-
}
|
|
3574
|
-
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__dot,
|
|
3575
|
-
.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__dot {
|
|
3576
|
-
border: none;
|
|
3577
|
-
width: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3578
|
-
height: var(--ctr-page-navigator-item-dot-radius-large, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
3579
|
-
background: var(--ctr-page-navigator-item-dot-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3580
|
-
}
|
|
3581
|
-
|
|
3582
|
-
.svc-creator__toolbox--right .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3583
|
-
.svc-creator__toolbox--right .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,
|
|
3584
|
-
[dir=rtl] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3585
|
-
[dir=rtl] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,
|
|
3586
|
-
[style*="direction:rtl"] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3587
|
-
[style*="direction:rtl"] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,
|
|
3588
|
-
[style*="direction: rtl"] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,
|
|
3589
|
-
[style*="direction: rtl"] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner {
|
|
3590
|
-
padding: 0 calc(2.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 calc(4.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3586
|
+
left: 0;
|
|
3587
|
+
padding: var(--ctr-page-navigator-item-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-left-hovered, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-item-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-page-navigator-item-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3588
|
+
direction: rtl;
|
|
3591
3589
|
}
|
|
3592
|
-
|
|
3593
3590
|
.svc-page-navigator-item--disabled .svc-page-navigator-item__banner {
|
|
3594
3591
|
color: var(--sjs-general-forecolor, var(--foreground, #161616));
|
|
3595
3592
|
opacity: 0.25;
|
|
@@ -3944,14 +3941,16 @@ svc-page {
|
|
|
3944
3941
|
fill: var(--ctr-button-contextual-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
3945
3942
|
}
|
|
3946
3943
|
|
|
3947
|
-
.svc-page--drag-over-empty:after {
|
|
3944
|
+
.svc-page--drag-over-empty .svc-page__footer:after {
|
|
3948
3945
|
content: " ";
|
|
3949
3946
|
position: absolute;
|
|
3950
3947
|
background: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
3951
3948
|
left: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3952
3949
|
bottom: calc(11.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3953
|
-
width:
|
|
3954
|
-
height:
|
|
3950
|
+
width: 100%;
|
|
3951
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3952
|
+
left: 0;
|
|
3953
|
+
top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
3955
3954
|
}
|
|
3956
3955
|
|
|
3957
3956
|
.svc-page--drag-over-empty-no-add-button:after {
|
|
@@ -3982,8 +3981,8 @@ svc-page {
|
|
|
3982
3981
|
.svc-question__adorner .sv-popup--overlay .sv-list__item-body {
|
|
3983
3982
|
pointer-events: none;
|
|
3984
3983
|
}
|
|
3985
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--selected
|
|
3986
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--selected
|
|
3984
|
+
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body,
|
|
3985
|
+
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body {
|
|
3987
3986
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3988
3987
|
--ctr-default-line-height: calc(1.5 * var(--default-font-size));
|
|
3989
3988
|
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
@@ -3995,8 +3994,8 @@ svc-page {
|
|
|
3995
3994
|
background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
3996
3995
|
color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
|
|
3997
3996
|
}
|
|
3998
|
-
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--selected
|
|
3999
|
-
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--selected
|
|
3997
|
+
.svc-element__add-new-question .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body use,
|
|
3998
|
+
.svc-question__adorner .sv-popup--overlay .sv-list__item.sv-list__item--group-selected > .sv-list__item-body use {
|
|
4000
3999
|
fill: var(--sjs-general-backcolor, var(--background, #fff));
|
|
4001
4000
|
}
|
|
4002
4001
|
|
|
@@ -4177,21 +4176,26 @@ svc-page {
|
|
|
4177
4176
|
}
|
|
4178
4177
|
|
|
4179
4178
|
.svc-row__drop-indicator--top {
|
|
4180
|
-
top:
|
|
4179
|
+
top: calc(var(--sjs-base-unit, var(--base-unit, 8px)) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4181
4180
|
}
|
|
4182
4181
|
|
|
4183
4182
|
.svc-row__drop-indicator--bottom {
|
|
4184
|
-
bottom: -
|
|
4183
|
+
bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - -0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4185
4184
|
}
|
|
4186
4185
|
|
|
4187
4186
|
.svc-row--drag-over-top > .svc-row__drop-indicator--top {
|
|
4188
4187
|
opacity: 1;
|
|
4189
|
-
height:
|
|
4188
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4190
4189
|
}
|
|
4191
4190
|
|
|
4192
4191
|
.svc-row--drag-over-bottom > .svc-row__drop-indicator--bottom {
|
|
4193
4192
|
opacity: 1;
|
|
4194
|
-
height:
|
|
4193
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4194
|
+
}
|
|
4195
|
+
|
|
4196
|
+
.svc-question__content--panel .svc-row__drop-indicator--top,
|
|
4197
|
+
.sd-panel__content .svc-row__drop-indicator--top {
|
|
4198
|
+
top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4195
4199
|
}
|
|
4196
4200
|
|
|
4197
4201
|
.svc-question__content--panel .svc-row--drag-over-top:before,
|
|
@@ -4926,46 +4930,46 @@ svc-question {
|
|
|
4926
4930
|
}
|
|
4927
4931
|
|
|
4928
4932
|
.svc-question__drop-indicator--left {
|
|
4929
|
-
left: -
|
|
4933
|
+
left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4930
4934
|
}
|
|
4931
4935
|
|
|
4932
4936
|
.svc-question__drop-indicator--right {
|
|
4933
|
-
right: -
|
|
4937
|
+
right: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4934
4938
|
}
|
|
4935
4939
|
|
|
4936
4940
|
.svc-question__drop-indicator--top {
|
|
4937
|
-
top: -
|
|
4941
|
+
top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4938
4942
|
}
|
|
4939
4943
|
|
|
4940
4944
|
.svc-question__drop-indicator--bottom {
|
|
4941
|
-
bottom: -
|
|
4945
|
+
bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) - 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))) / 2);
|
|
4942
4946
|
}
|
|
4943
4947
|
|
|
4944
4948
|
.svc-question__content--drag-over-left > .svc-question__drop-indicator--left {
|
|
4945
4949
|
opacity: 1;
|
|
4946
|
-
width:
|
|
4950
|
+
width: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4947
4951
|
}
|
|
4948
4952
|
|
|
4949
4953
|
.svc-question__content--drag-over-right > .svc-question__drop-indicator--right {
|
|
4950
4954
|
opacity: 1;
|
|
4951
|
-
width:
|
|
4955
|
+
width: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4952
4956
|
}
|
|
4953
4957
|
|
|
4954
4958
|
.svc-question__content--drag-over-top > .svc-question__drop-indicator--top {
|
|
4955
4959
|
opacity: 1;
|
|
4956
|
-
height:
|
|
4960
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4957
4961
|
}
|
|
4958
4962
|
|
|
4959
4963
|
.svc-question__content--drag-over-bottom > .svc-question__drop-indicator--bottom {
|
|
4960
4964
|
opacity: 1;
|
|
4961
|
-
height:
|
|
4965
|
+
height: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4962
4966
|
}
|
|
4963
4967
|
|
|
4964
4968
|
.sd-panel .svc-question__content--drag-over-left .svc-question__drop-indicator--left {
|
|
4965
|
-
left: -
|
|
4969
|
+
left: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) + 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4966
4970
|
}
|
|
4967
4971
|
.sd-panel .svc-question__content--drag-over-right .svc-question__drop-indicator--right {
|
|
4968
|
-
right: -
|
|
4972
|
+
right: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) + 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4969
4973
|
}
|
|
4970
4974
|
|
|
4971
4975
|
.svc-question__content--panel .sd-row > div:first-child .svc-question__content--drag-over-left,
|
|
@@ -4980,11 +4984,11 @@ svc-question {
|
|
|
4980
4984
|
}
|
|
4981
4985
|
.svc-question__content--panel .svc-question__content--drag-over-top .svc-question__drop-indicator--top,
|
|
4982
4986
|
.sd-panel__content .svc-question__content--drag-over-top .svc-question__drop-indicator--top {
|
|
4983
|
-
top: -
|
|
4987
|
+
top: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) + 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4984
4988
|
}
|
|
4985
4989
|
.svc-question__content--panel .svc-question__content--drag-over-bottom .svc-question__drop-indicator--bottom,
|
|
4986
4990
|
.sd-panel__content .svc-question__content--drag-over-bottom .svc-question__drop-indicator--bottom {
|
|
4987
|
-
bottom: -
|
|
4991
|
+
bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))) + 0.25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4988
4992
|
}
|
|
4989
4993
|
|
|
4990
4994
|
.svc-question__content-actions > .sv-action-bar {
|
|
@@ -5433,6 +5437,10 @@ svc-question .sv-action-bar,
|
|
|
5433
5437
|
padding-right: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5434
5438
|
overflow-x: auto;
|
|
5435
5439
|
}
|
|
5440
|
+
.svc-question__content .sd-question--description-under-input .sd-question__content {
|
|
5441
|
+
margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5442
|
+
padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
5443
|
+
}
|
|
5436
5444
|
.svc-question__content .sd-composite .sd-question__content {
|
|
5437
5445
|
margin-left: 0;
|
|
5438
5446
|
margin-right: 0;
|
|
@@ -6857,6 +6865,7 @@ svc-question .sv-action-bar,
|
|
|
6857
6865
|
/*!*******************************************************************************************************************************************************************************************!*\
|
|
6858
6866
|
!*** 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/components/toolbox/toolbox-tool.scss ***!
|
|
6859
6867
|
\*******************************************************************************************************************************************************************************************/
|
|
6868
|
+
@charset "UTF-8";
|
|
6860
6869
|
.svc-toolbox__item {
|
|
6861
6870
|
display: flex;
|
|
6862
6871
|
position: relative;
|
|
@@ -6990,6 +6999,8 @@ svc-question .sv-action-bar,
|
|
|
6990
6999
|
padding-inline-end: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6991
7000
|
white-space: nowrap;
|
|
6992
7001
|
color: var(--ctr-toolbox-item-text-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
7002
|
+
overflow: hidden;
|
|
7003
|
+
text-overflow: ellipsis;
|
|
6993
7004
|
}
|
|
6994
7005
|
|
|
6995
7006
|
.svc-toolbox__tool:hover .svc-toolbox__item-banner,
|
|
@@ -7059,6 +7070,7 @@ svc-question .sv-action-bar,
|
|
|
7059
7070
|
inset-inline-end: var(--ctr-toolbox-item-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7060
7071
|
margin-inline-end: var(--ctr-toolbox-item-submenu-button-margin-right, 0);
|
|
7061
7072
|
top: calc(var(--ctr-toolbox-item-padding-top, var(--dft-toolbox-item-padding-top)) + var(--ctr-toolbox-gap, var(--dft-toolbox-gap)));
|
|
7073
|
+
bottom: var(--ctr-toolbox-item-padding-bottom, var(--dft-toolbox-item-padding-bottom));
|
|
7062
7074
|
display: inline-flex;
|
|
7063
7075
|
padding: var(--ctr-toolbox-item-submenu-button-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-submenu-button-padding-right, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-submenu-button-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-toolbox-item-submenu-button-padding-left, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7064
7076
|
box-sizing: border-box;
|
|
@@ -7184,6 +7196,19 @@ svc-question .sv-action-bar,
|
|
|
7184
7196
|
box-sizing: border-box;
|
|
7185
7197
|
align-self: flex-start;
|
|
7186
7198
|
}
|
|
7199
|
+
.svc-toolbox--compact .svc-toolbox__item:after {
|
|
7200
|
+
content: " ";
|
|
7201
|
+
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
7202
|
+
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
7203
|
+
--ctr-small-bold-line-height: var(--small-bold-font-size);
|
|
7204
|
+
font-family: var(--ctr-font-family, var(--sjs-font-family, var(--font-family)));
|
|
7205
|
+
font-size: var(--ctr-font-small-size, var(--ctr-small-bold-font-size, 12px));
|
|
7206
|
+
font-style: normal;
|
|
7207
|
+
font-weight: 400;
|
|
7208
|
+
line-height: var(--ctr-font-small-line-height, var(--ctr-small-bold-line-height, 16px));
|
|
7209
|
+
font-weight: 600;
|
|
7210
|
+
width: 0;
|
|
7211
|
+
}
|
|
7187
7212
|
.svc-toolbox--compact .svc-toolbox__tool--dots {
|
|
7188
7213
|
padding-inline-end: 0;
|
|
7189
7214
|
padding-inline-start: 0;
|
|
@@ -7217,12 +7242,6 @@ svc-question .sv-action-bar,
|
|
|
7217
7242
|
var(--ctr-toolbox-group-padding-right) +
|
|
7218
7243
|
var(--ctr-tooltip-pointer-height) * 2
|
|
7219
7244
|
);
|
|
7220
|
-
--thm-toolbox-separator-width-compact: calc(
|
|
7221
|
-
var(--ctr-toolbox-item-icon-width) +
|
|
7222
|
-
var(--ctr-toolbox-item-padding-right-no-text) +
|
|
7223
|
-
var(--ctr-toolbox-item-padding-left-no-text)
|
|
7224
|
-
);
|
|
7225
|
-
--thm-toolbox-separator-width: var(--ctr-toolbox-min-width);
|
|
7226
7245
|
--toolbox-width: var(--ctr-toolbox-min-width, 224.984375px /*calcSize(28)*/);
|
|
7227
7246
|
--toolbox-width-compact: var(--thm-toolbox-width-compact, var(--dft-toolbox-width-compact));
|
|
7228
7247
|
width: auto;
|
|
@@ -7240,7 +7259,7 @@ svc-question .sv-action-bar,
|
|
|
7240
7259
|
flex-direction: column;
|
|
7241
7260
|
border-inline-end: var(--ctr-toolbox-border-width-right, 0px) solid var(--ctr-toolbox-border-color, transparent);
|
|
7242
7261
|
background: var(--ctr-toolbox-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
7243
|
-
width: var(--toolbox-width);
|
|
7262
|
+
min-width: var(--toolbox-width);
|
|
7244
7263
|
}
|
|
7245
7264
|
|
|
7246
7265
|
.svc-toolbox .svc-scroll__scroller {
|
|
@@ -7263,6 +7282,7 @@ svc-question .sv-action-bar,
|
|
|
7263
7282
|
.svc-toolbox--compact .svc-toolbox__panel {
|
|
7264
7283
|
overflow: visible;
|
|
7265
7284
|
width: var(--toolbox-width-compact);
|
|
7285
|
+
min-width: var(--toolbox-width-compact);
|
|
7266
7286
|
}
|
|
7267
7287
|
.svc-toolbox--compact .svc-scroll__scroller {
|
|
7268
7288
|
width: 100vw;
|
|
@@ -7280,13 +7300,16 @@ svc-question .sv-action-bar,
|
|
|
7280
7300
|
padding-bottom: calc(var(--ctr-toolbox-separator-padding-top, 8px) + var(--ctr-toolbox-gap, 4px));
|
|
7281
7301
|
}
|
|
7282
7302
|
.svc-toolbox--compact .svc-toolbox__category-separator {
|
|
7283
|
-
width: var(--thm-toolbox-separator-width-compact, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7284
7303
|
box-sizing: content-box;
|
|
7285
7304
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7286
7305
|
padding-inline-start: var(--ctr-toolbox-separator-padding-left-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7287
7306
|
margin-inline-end: calc(0px - var(--ctr-toolbox-group-padding-right-compact, 12px) - var(--ctr-toolbox-item-margin-horizontal-no-text, 4px));
|
|
7288
7307
|
margin-inline-start: calc(0px - var(--ctr-toolbox-group-padding-left-compact, 12px) - var(--ctr-toolbox-item-margin-horizontal-no-text, 4px));
|
|
7289
7308
|
}
|
|
7309
|
+
.svc-toolbox--compact .svc-toolbox__category-separator--search {
|
|
7310
|
+
margin-inline-end: 0;
|
|
7311
|
+
margin-inline-start: 0;
|
|
7312
|
+
}
|
|
7290
7313
|
|
|
7291
7314
|
.svc-toolbox__tool.svc-toolbox__search-button {
|
|
7292
7315
|
z-index: 20;
|
|
@@ -7315,7 +7338,7 @@ svc-question .sv-action-bar,
|
|
|
7315
7338
|
}
|
|
7316
7339
|
.svc-toolbox--flyout .svc-toolbox__panel {
|
|
7317
7340
|
z-index: 200;
|
|
7318
|
-
width:
|
|
7341
|
+
width: fit-content;
|
|
7319
7342
|
position: relative;
|
|
7320
7343
|
box-shadow: var(--ctr-toolbox-shadow-floating-2-offset-x, 0px) var(--ctr-toolbox-shadow-floating-2-offset-y, 8px) var(--ctr-toolbox-shadow-floating-2-blur, 16px) var(--ctr-toolbox-shadow-floating-2-spread, 0px) var(--ctr-toolbox-shadow-floating-2-color, rgba(0, 0, 0, 0.1)), var(--ctr-toolbox-shadow-floating-1-offset-x, 0px) var(--ctr-toolbox-shadow-floating-1-offset-y, 2px) var(--ctr-toolbox-shadow-floating-1-blur, 6px) var(--ctr-toolbox-shadow-floating-1-spread, 0px) var(--ctr-toolbox-shadow-floating-1-color, rgba(0, 0, 0, 0.1));
|
|
7321
7344
|
transition: box-shadow var(--sjs-creator-transition-duration, 150ms);
|
|
@@ -7345,7 +7368,6 @@ svc-question .sv-action-bar,
|
|
|
7345
7368
|
}
|
|
7346
7369
|
|
|
7347
7370
|
.svc-toolbox__category-separator {
|
|
7348
|
-
width: var(--thm-toolbox-separator-width, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7349
7371
|
box-sizing: border-box;
|
|
7350
7372
|
padding-top: var(--ctr-toolbox-separator-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7351
7373
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -7354,6 +7376,7 @@ svc-question .sv-action-bar,
|
|
|
7354
7376
|
margin-top: var(--ctr-toolbox-gap, 0);
|
|
7355
7377
|
margin-inline-end: calc(0px - var(--ctr-toolbox-group-padding-right, 12px));
|
|
7356
7378
|
margin-inline-start: calc(0px - var(--ctr-toolbox-group-padding-left, 12px));
|
|
7379
|
+
max-width: var(--ctr-toolbox-separator-max-width, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7357
7380
|
}
|
|
7358
7381
|
.svc-toolbox__category-separator:after {
|
|
7359
7382
|
content: "";
|
|
@@ -7365,12 +7388,14 @@ svc-question .sv-action-bar,
|
|
|
7365
7388
|
.svc-toolbox__category-separator--search {
|
|
7366
7389
|
position: absolute;
|
|
7367
7390
|
top: 100%;
|
|
7368
|
-
|
|
7391
|
+
left: 0;
|
|
7392
|
+
right: 0;
|
|
7369
7393
|
align-self: center;
|
|
7370
7394
|
margin-left: auto;
|
|
7371
7395
|
margin-right: auto;
|
|
7372
7396
|
padding: 0;
|
|
7373
7397
|
margin-top: 0;
|
|
7398
|
+
max-width: initial;
|
|
7374
7399
|
}
|
|
7375
7400
|
|
|
7376
7401
|
.svc-toolbox--no-separators .svc-toolbox__category-separator {
|
|
@@ -7543,27 +7568,31 @@ svc-question .sv-action-bar,
|
|
|
7543
7568
|
overflow: hidden;
|
|
7544
7569
|
}
|
|
7545
7570
|
to {
|
|
7546
|
-
width: var(--
|
|
7571
|
+
width: var(--animation-width);
|
|
7547
7572
|
overflow: hidden;
|
|
7548
7573
|
}
|
|
7549
7574
|
}
|
|
7550
7575
|
@keyframes toolboxSeparatorSearchMoveIn {
|
|
7551
7576
|
from {
|
|
7552
|
-
|
|
7577
|
+
padding-inline-end: var(--ctr-toolbox-separator-padding-right-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7578
|
+
padding-inline-start: var(--ctr-toolbox-separator-padding-left-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7553
7579
|
overflow: hidden;
|
|
7554
7580
|
}
|
|
7555
7581
|
to {
|
|
7556
|
-
|
|
7582
|
+
padding-inline-end: 0;
|
|
7583
|
+
padding-inline-start: 0;
|
|
7557
7584
|
overflow: hidden;
|
|
7558
7585
|
}
|
|
7559
7586
|
}
|
|
7560
7587
|
@keyframes toolboxSeparatorMoveIn {
|
|
7561
7588
|
from {
|
|
7562
|
-
|
|
7589
|
+
padding-inline-end: var(--ctr-toolbox-separator-padding-right-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7590
|
+
padding-inline-start: var(--ctr-toolbox-separator-padding-left-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7563
7591
|
overflow: hidden;
|
|
7564
7592
|
}
|
|
7565
7593
|
to {
|
|
7566
|
-
|
|
7594
|
+
padding-inline-end: var(--ctr-toolbox-separator-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7595
|
+
padding-inline-start: var(--ctr-toolbox-separator-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7567
7596
|
overflow: hidden;
|
|
7568
7597
|
}
|
|
7569
7598
|
}
|
|
@@ -7576,6 +7605,7 @@ svc-question .sv-action-bar,
|
|
|
7576
7605
|
animation-timing-function: var(--animation-timing-function);
|
|
7577
7606
|
animation-name: toolboxMoveIn, empty;
|
|
7578
7607
|
animation-fill-mode: forwards;
|
|
7608
|
+
min-width: 0;
|
|
7579
7609
|
}
|
|
7580
7610
|
.svc-toolbox__panel--enter .svc-toolbox__category-separator,
|
|
7581
7611
|
.svc-toolbox__panel--leave .svc-toolbox__category-separator {
|
|
@@ -7603,6 +7633,7 @@ svc-question .sv-action-bar,
|
|
|
7603
7633
|
animation-name: toolboxFadeIn;
|
|
7604
7634
|
animation-fill-mode: forwards;
|
|
7605
7635
|
opacity: 0;
|
|
7636
|
+
text-overflow: initial;
|
|
7606
7637
|
}
|
|
7607
7638
|
|
|
7608
7639
|
.svc-toolbox__panel--enter {
|
|
@@ -8297,7 +8328,7 @@ button.spg-action-button--large {
|
|
|
8297
8328
|
}
|
|
8298
8329
|
|
|
8299
8330
|
.spg-question__title.sd-element__title--disabled {
|
|
8300
|
-
color: var(--ctr-
|
|
8331
|
+
color: var(--ctr-caption-with-actions-text-color-disabled, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
8301
8332
|
}
|
|
8302
8333
|
|
|
8303
8334
|
.spg-question__content {
|
|
@@ -8363,14 +8394,19 @@ button.spg-action-button--large {
|
|
|
8363
8394
|
|
|
8364
8395
|
.spg-question--location--left {
|
|
8365
8396
|
flex-direction: row;
|
|
8366
|
-
background: var(--sjs-general-backcolor, var(--background, #fff));
|
|
8367
|
-
box-shadow: inset 0 0 0 1px var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
|
|
8397
|
+
background: var(--ctr-editor-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
8398
|
+
box-shadow: inset 0 0 0 var(--ctr-editor-border-width, 1px) var(--ctr-editor-border-color, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
8368
8399
|
line-height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
8369
8400
|
vertical-align: middle;
|
|
8370
8401
|
align-items: stretch;
|
|
8402
|
+
border-radius: var(--ctr-editor-corner-radius, 0px);
|
|
8371
8403
|
}
|
|
8372
8404
|
.spg-question--location--left:focus-within {
|
|
8373
|
-
box-shadow: inset 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
|
|
8405
|
+
box-shadow: inset 0 0 0 var(--ctr-editor-border-width-focused, 2px) var(--ctr-editor-border-color-focused, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
8406
|
+
}
|
|
8407
|
+
|
|
8408
|
+
.spg-question--disabled.spg-question--location--left .spg-question__title {
|
|
8409
|
+
color: var(--ctr-editor-content-text-color-disabled, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
8374
8410
|
}
|
|
8375
8411
|
|
|
8376
8412
|
.spg-question__header--location--left {
|
|
@@ -8380,10 +8416,11 @@ button.spg-action-button--large {
|
|
|
8380
8416
|
flex: 0 0;
|
|
8381
8417
|
display: flex;
|
|
8382
8418
|
align-items: center;
|
|
8419
|
+
padding-inline-start: var(--ctr-editor-padding-left, 0);
|
|
8383
8420
|
}
|
|
8384
8421
|
.spg-question__header--location--left .spg-question__title {
|
|
8385
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
8386
|
-
border-
|
|
8422
|
+
padding: var(--ctr-editor-label-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-label-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-editor-label-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-label-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8423
|
+
border-inline-end: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
|
|
8387
8424
|
display: inline-block;
|
|
8388
8425
|
color: var(--ctr-editor-label-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
8389
8426
|
white-space: nowrap;
|
|
@@ -8471,7 +8508,7 @@ sv-question-error > div {
|
|
|
8471
8508
|
.spg-question--highlighted .spg-input-container,
|
|
8472
8509
|
.spg-question--highlighted .spg-question--location--left,
|
|
8473
8510
|
.spg-question--highlighted .spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input {
|
|
8474
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
8511
|
+
box-shadow: inset 0 0 0 var(--ctr-editor-border-width-highlighed, 2px) var(--ctr-editor-border-color-highlighted, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
8475
8512
|
}
|
|
8476
8513
|
.spg-question--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle,
|
|
8477
8514
|
.spg-question--highlighted .spg-matrixdynamic__content.spg-text__content {
|
|
@@ -8529,24 +8566,23 @@ sv-question-error > div {
|
|
|
8529
8566
|
color: var(--ctr-editor-content-text-color-placeholder, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
8530
8567
|
}
|
|
8531
8568
|
|
|
8532
|
-
.spg-input:focus,
|
|
8533
|
-
.spg-input.spg-dropdown:focus,
|
|
8534
|
-
.spg-input.spg-dropdown:focus-within,
|
|
8569
|
+
.spg-input:focus:not(:disabled),
|
|
8570
|
+
.spg-input.spg-dropdown:focus:not(:disabled),
|
|
8571
|
+
.spg-input.spg-dropdown:focus-within:not(:disabled),
|
|
8535
8572
|
.spg-input-container:focus-within {
|
|
8536
8573
|
box-shadow: inset 0 0 0 var(--ctr-editor-border-width-focused, 2px) var(--ctr-editor-border-color-focused, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
8537
8574
|
}
|
|
8538
8575
|
|
|
8539
|
-
.spg-input:
|
|
8540
|
-
|
|
8541
|
-
color: var(--ctr-editor-content-text-color-disabled, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
8542
|
-
opacity: var(--ctr-editor-content-text-opacity-disabled, 0.25);
|
|
8543
|
-
background-color: var(--ctr-editor-background-color-disabled, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
8576
|
+
input.spg-input:focus:read-only {
|
|
8577
|
+
box-shadow: inset 0 0 0 var(--ctr-editor-border-width, 1px) var(--ctr-editor-border-color, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
8544
8578
|
}
|
|
8545
8579
|
|
|
8580
|
+
.spg-input:disabled,
|
|
8581
|
+
.spg-input:disabled::placeholder,
|
|
8546
8582
|
input.spg-input:read-only,
|
|
8547
8583
|
input.spg-input:read-only::placeholder {
|
|
8548
|
-
color: var(--sjs-general-forecolor, var(--
|
|
8549
|
-
|
|
8584
|
+
color: color-mix(in srgb, var(--ctr-editor-content-text-color-disabled, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91))), transparent calc(100% - 100% * var(--ctr-editor-content-text-opacity-disabled, 0.25)));
|
|
8585
|
+
background-color: var(--ctr-editor-background-color-disabled, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
8550
8586
|
}
|
|
8551
8587
|
|
|
8552
8588
|
.spg-input[type=color] {
|
|
@@ -8566,6 +8602,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8566
8602
|
padding: var(--ctr-editor-button-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8567
8603
|
line-height: 0;
|
|
8568
8604
|
transition: background var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
|
|
8605
|
+
align-self: stretch;
|
|
8606
|
+
display: flex;
|
|
8607
|
+
align-items: center;
|
|
8608
|
+
justify-content: center;
|
|
8569
8609
|
}
|
|
8570
8610
|
.spg-input__edit-button:focus, .spg-input__edit-button:hover {
|
|
8571
8611
|
background: var(--ctr-editor-button-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
@@ -8579,6 +8619,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8579
8619
|
fill: var(--ctr-editor-button-icon-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
8580
8620
|
}
|
|
8581
8621
|
|
|
8622
|
+
.spg-input-container--multiline .spg-input__edit-button {
|
|
8623
|
+
align-self: flex-end;
|
|
8624
|
+
}
|
|
8625
|
+
|
|
8582
8626
|
.spg-input__edit-button--disabled,
|
|
8583
8627
|
.spg-input__edit-button:disabled {
|
|
8584
8628
|
opacity: var(--ctr-editor-button-icon-opacity-disabled, 0.25);
|
|
@@ -8637,13 +8681,17 @@ input.spg-input:read-only::placeholder {
|
|
|
8637
8681
|
color: var(--ctr-editor-content-text-color-placeholder, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
|
|
8638
8682
|
}
|
|
8639
8683
|
|
|
8640
|
-
.spg-input-container__input:disabled
|
|
8684
|
+
.spg-input-container__input:disabled,
|
|
8685
|
+
.spg-input-container__input:disabled::placeholder {
|
|
8641
8686
|
opacity: var(--ctr-editor-content-text-opacity-disabled, 0.25);
|
|
8687
|
+
color: var(--ctr-editor-content-text-color-disabled, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
|
|
8688
|
+
background-color: var(--ctr-editor-background-color-disabled, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
8642
8689
|
}
|
|
8643
8690
|
|
|
8644
8691
|
.spg-input-container__buttons-container {
|
|
8645
8692
|
display: flex;
|
|
8646
8693
|
gap: var(--ctr-editor-buttons-gap, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8694
|
+
align-self: stretch;
|
|
8647
8695
|
}
|
|
8648
8696
|
|
|
8649
8697
|
.spg-dropdown {
|
|
@@ -8652,6 +8700,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8652
8700
|
min-height: calc(var(--ctr-editor-button-icon-height) + var(--ctr-editor-button-padding-top) + var(--ctr-editor-button-padding-bottom) + var(--ctr-editor-padding-top) + var(--ctr-editor-padding-bottom));
|
|
8653
8701
|
}
|
|
8654
8702
|
|
|
8703
|
+
.spg-dropdown--empty .spg-dropdown__value {
|
|
8704
|
+
min-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
8705
|
+
}
|
|
8706
|
+
|
|
8655
8707
|
.spg-dropdown__value {
|
|
8656
8708
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
8657
8709
|
--ctr-default-line-height: calc(1.5 * var(--default-font-size));
|
|
@@ -8662,6 +8714,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8662
8714
|
line-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
8663
8715
|
display: flex;
|
|
8664
8716
|
align-items: center;
|
|
8717
|
+
min-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
8665
8718
|
}
|
|
8666
8719
|
|
|
8667
8720
|
.spg-dropdown__filter-string-input {
|
|
@@ -8676,10 +8729,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8676
8729
|
|
|
8677
8730
|
.spg-dropdown_chevron-button {
|
|
8678
8731
|
width: var(--ctr-editor-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8679
|
-
height: var(--ctr-editor-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8680
8732
|
padding: var(--ctr-editor-button-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-right, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-editor-button-padding-left, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8681
8733
|
inset-block-start: var(--ctr-editor-padding-top, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8682
8734
|
inset-inline-end: var(--ctr-editor-padding-right, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8735
|
+
inset-block-end: var(--ctr-editor-padding-bottom, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8683
8736
|
}
|
|
8684
8737
|
.spg-dropdown_chevron-button:hover, .spg-dropdown_chevron-button:focus {
|
|
8685
8738
|
border-radius: var(--ctr-editor-button-corner-radius);
|
|
@@ -8762,7 +8815,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8762
8815
|
flex-direction: column;
|
|
8763
8816
|
align-items: flex-start;
|
|
8764
8817
|
width: 100%;
|
|
8765
|
-
padding:
|
|
8818
|
+
padding-top: var(--ctr-property-grid-form-padding-top, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8819
|
+
padding-inline-end: var(--ctr-property-grid-form-padding-right, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8820
|
+
padding-bottom: var(--ctr-property-grid-form-padding-bottom, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8821
|
+
padding-inline-start: var(--ctr-property-grid-form-padding-left, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8766
8822
|
box-sizing: border-box;
|
|
8767
8823
|
background: var(--ctr-property-grid-form-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
8768
8824
|
box-shadow: inset 0px -1px 0px var(--ctr-property-grid-chapter-caption-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
@@ -8770,14 +8826,19 @@ input.spg-input:read-only::placeholder {
|
|
|
8770
8826
|
|
|
8771
8827
|
.spg-panel__content .spg-row {
|
|
8772
8828
|
width: 100%;
|
|
8773
|
-
margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
8829
|
+
margin-top: var(--ctr-property-grid-form-gap, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8774
8830
|
}
|
|
8775
8831
|
.spg-panel__content .spg-row--multiple {
|
|
8776
8832
|
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
8777
8833
|
}
|
|
8778
8834
|
|
|
8835
|
+
.spg-panel__content > .spg-row:first-of-type {
|
|
8836
|
+
margin-top: 0;
|
|
8837
|
+
}
|
|
8838
|
+
|
|
8779
8839
|
.svc-side-bar--mobile .spg-panel__content {
|
|
8780
|
-
padding:
|
|
8840
|
+
padding-inline-end: var(--ctr-property-grid-form-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8841
|
+
padding-inline-start: var(--ctr-property-grid-form-padding-left, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
8781
8842
|
}
|
|
8782
8843
|
|
|
8783
8844
|
.spg-question__nopadding .spg-panel__content {
|
|
@@ -8855,10 +8916,13 @@ input.spg-input:read-only::placeholder {
|
|
|
8855
8916
|
line-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
8856
8917
|
box-shadow: none;
|
|
8857
8918
|
background-color: transparent;
|
|
8858
|
-
padding: var(--sjs-base-unit, var(--base-unit, 8px))
|
|
8919
|
+
padding-top: var(--ctr-label-padding-top, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8920
|
+
padding-inline-end: var(--ctr-label-padding-right, 0px);
|
|
8921
|
+
padding-bottom: var(--ctr-label-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8922
|
+
padding-inline-start: var(--ctr-label-padding-left, 0px);
|
|
8859
8923
|
}
|
|
8860
8924
|
.spg-panel.spg-panel--group .spg-row {
|
|
8861
|
-
margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
|
|
8925
|
+
margin-top: var(--ctr-editor-layout-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
8862
8926
|
}
|
|
8863
8927
|
.spg-panel.spg-panel--group .spg-row:first-of-type {
|
|
8864
8928
|
margin-top: 0;
|
|
@@ -8878,9 +8942,10 @@ input.spg-input:read-only::placeholder {
|
|
|
8878
8942
|
.spg-checkbox--disabled .spg-checkbox__caption {
|
|
8879
8943
|
color: var(--ctr-checkbox-text-color-disabled, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
8880
8944
|
}
|
|
8881
|
-
.spg-checkbox--disabled .spg-checkbox__rectangle {
|
|
8882
|
-
border: var(--ctr-checkbox-border-width, 1px) solid var(--ctr-checkbox-border-color-disabled, rgba(0, 0, 0, 0.16));
|
|
8883
|
-
background: var(--ctr-checkbox-background-color-disabled, #f3f3f3);
|
|
8945
|
+
.spg-checkbox--disabled .spg-checkbox__rectangle, .spg-checkbox--disabled.spg-checkbox:active .spg-checkbox__rectangle, .spg-checkbox--disabled.spg-checkbox__control:focus + .spg-checkbox__rectangle {
|
|
8946
|
+
border: var(--ctr-checkbox-border-width, 1px) solid var(--ctr-checkbox-border-color-disabled, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
8947
|
+
background: var(--ctr-checkbox-background-color-disabled, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
8948
|
+
outline: none;
|
|
8884
8949
|
}
|
|
8885
8950
|
|
|
8886
8951
|
.spg-checkbox__caption {
|
|
@@ -8918,7 +8983,7 @@ input.spg-input:read-only::placeholder {
|
|
|
8918
8983
|
}
|
|
8919
8984
|
|
|
8920
8985
|
.spg-checkbox:active .spg-checkbox__rectangle,
|
|
8921
|
-
.spg-checkbox__control:focus + .spg-checkbox__rectangle {
|
|
8986
|
+
.spg-checkbox__control:focus:not(:disabled) + .spg-checkbox__rectangle {
|
|
8922
8987
|
outline: 2px solid var(--ctr-checkbox-border-color-focused, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
8923
8988
|
outline-offset: -2px;
|
|
8924
8989
|
}
|
|
@@ -9352,7 +9417,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9352
9417
|
}
|
|
9353
9418
|
|
|
9354
9419
|
.spg-color-editor .spg-input__edit-button + * {
|
|
9355
|
-
margin-inline-end: calc(-
|
|
9420
|
+
margin-inline-end: calc(0px - var(--ctr-editor-gap, 4px));
|
|
9356
9421
|
}
|
|
9357
9422
|
|
|
9358
9423
|
.spg-file-edit__choose-button {
|
|
@@ -9402,7 +9467,6 @@ input.spg-input:read-only::placeholder {
|
|
|
9402
9467
|
min-width: 0;
|
|
9403
9468
|
}
|
|
9404
9469
|
.spg-theme-builder-root .spg-row--multiple > div .spg-question--location--left {
|
|
9405
|
-
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9406
9470
|
box-sizing: border-box;
|
|
9407
9471
|
}
|
|
9408
9472
|
.spg-theme-builder-root .spg-row--multiple > div .spg-question--location--left .spg-input {
|