@zohodesk/dot 1.0.0-temp-150 → 1.0.0-temp-151
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/README.md +0 -9
- package/assets/Appearance/dark/mode/dotDarkMode.module.css +1 -1
- package/assets/Appearance/default/mode/dotDefaultMode.module.css +1 -1
- package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +1 -1
- package/es/ActionButton/ActionButton.module.css +14 -14
- package/es/AlphabeticList/AlphabeticList.module.css +10 -10
- package/es/Attachment/Attachment.module.css +24 -26
- package/es/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/es/ChannelIcon/ChannelIcon.module.css +22 -22
- package/es/Drawer/Drawer.module.css +40 -41
- package/es/FormAction/FormAction.module.css +20 -20
- package/es/Hooks/Dragger/useDragger.js +2 -7
- package/es/IconButton/IconButton.module.css +2 -2
- package/es/Image/Image.module.css +0 -1
- package/es/ImportantNotes/ImportantNotes.module.css +5 -5
- package/es/Loader/Loader.module.css +0 -1
- package/es/Message/Message.module.css +9 -9
- package/es/MessageBanner/MessageBanner.module.css +7 -7
- package/es/NewStar/NewStar.module.css +10 -18
- package/es/Separator/Separator.module.css +6 -6
- package/es/TagWithIcon/TagWithIcon.module.css +6 -6
- package/es/ToastMessage/ToastMessage.module.css +23 -23
- package/es/Upload/Upload.module.css +15 -15
- package/es/alert/AlertHeader/AlertHeader.module.css +12 -12
- package/es/alert/AlertLookup/AlertLookup.module.css +6 -6
- package/es/avatar/AvatarClose/AvatarClose.module.css +1 -1
- package/es/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
- package/es/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
- package/es/avatar/AvatarThread/AvatarThread.module.css +24 -24
- package/es/avatar/AvatarUser/AvatarUser.module.css +40 -40
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
- package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
- package/es/emptystate/EditionPage/EditionPage.css +13 -13
- package/es/errorstate/EmptyStates.module.css +18 -18
- package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/es/errorstate/LinkText/LinkText.module.css +1 -1
- package/es/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/es/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/es/errorstate/WillBack/WillBack.module.css +10 -10
- package/es/form/fields/Fields.module.css +26 -26
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/es/form/fields/TextEditor/TextEditor.js +11 -10
- package/es/form/fields/TextEditor/TextEditor.module.css +77 -84
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -3
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
- package/es/layout/SubtabLayout/SubtabLayout.module.css +32 -32
- package/es/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/es/list/Comment/Comment.module.css +4 -4
- package/es/list/Dot/Dot.module.css +3 -3
- package/es/list/DotNew/DotNew.module.css +4 -4
- package/es/list/GridStencils/GridStencils.module.css +24 -24
- package/es/list/Icons/AddNewIcon.js +3 -2
- package/es/list/Icons/CompleteIcon.js +2 -2
- package/es/list/Icons/DeleteIcon.js +4 -3
- package/es/list/Icons/EditIcon.js +5 -3
- package/es/list/Icons/Icons.module.css +2 -2
- package/es/list/Icons/ReadUnreadIcon.js +5 -3
- package/es/list/Icons/SmartIcon.js +5 -3
- package/es/list/ListLayout/ListLayout.module.css +30 -14
- package/es/list/ListStencils/ListStencils.module.css +12 -12
- package/es/list/SecondaryText/SecondaryText.module.css +11 -11
- package/es/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/es/list/TagNew/TagNew.module.css +4 -4
- package/es/list/Thread/Thread.module.css +7 -7
- package/es/list/UserTime/UserTime.module.css +8 -8
- package/es/list/listCommon.module.css +31 -9
- package/es/list/status/StatusDropdown/StatusDropdown.js +9 -2
- package/es/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
- package/es/list/status/StatusListItem/StatusListItem.module.css +16 -16
- package/es/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/es/lookup/Lookup/Lookup.module.css +5 -5
- package/es/lookup/Section/LookupSection.module.css +1 -1
- package/es/lookup/header/Close/LookupClose.module.css +3 -3
- package/es/lookup/header/Search/LookupSearch.module.css +14 -14
- package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/es/lookup/header/Title/LookupTitle.module.css +1 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/es/lookup/header/lookupHeaderCommon.module.css +8 -8
- package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/es/setup/header/Button/HeaderButton.module.css +2 -2
- package/es/setup/header/Link/HeaderLink.module.css +5 -5
- package/es/setup/header/Search/Search.module.css +8 -8
- package/es/setup/header/Views/Views.module.css +4 -4
- package/es/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/es/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/es/setup/helptips/ListGroup/ListGroup.module.css +3 -3
- package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/es/setup/table/TableData/SetupTableData.module.css +6 -6
- package/es/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/es/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/es/setup/table/Text/TableText.module.css +2 -2
- package/es/version2/AlertClose/AlertClose.module.css +2 -2
- package/es/version2/GlobalNotification/GlobalNotification.module.css +13 -13
- package/es/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
- package/es/version2/lookup/alertLookupCommonNew.module.css +5 -5
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
- package/lib/ActionButton/ActionButton.module.css +14 -14
- package/lib/AlphabeticList/AlphabeticList.js +1 -1
- package/lib/AlphabeticList/AlphabeticList.module.css +10 -10
- package/lib/Attachment/Attachment.module.css +24 -26
- package/lib/AttachmentViewer/AttachmentImage.js +1 -1
- package/lib/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/lib/ChannelIcon/ChannelIcon.module.css +22 -22
- package/lib/Drawer/Drawer.module.css +40 -41
- package/lib/ExternalLink/ExternalLink.js +1 -1
- package/lib/FormAction/FormAction.module.css +20 -20
- package/lib/Hooks/Dragger/useDragger.js +2 -7
- package/lib/IconButton/IconButton.module.css +2 -2
- package/lib/Image/Image.module.css +0 -1
- package/lib/ImportantNotes/ImportantNotes.module.css +5 -5
- package/lib/Loader/Loader.module.css +0 -1
- package/lib/Message/Message.module.css +9 -9
- package/lib/MessageBanner/MessageBanner.module.css +7 -7
- package/lib/NewStar/NewStar.module.css +10 -18
- package/lib/Separator/Separator.module.css +6 -6
- package/lib/TagWithIcon/TagWithIcon.module.css +6 -6
- package/lib/ToastMessage/ToastMessage.js +2 -1
- package/lib/ToastMessage/ToastMessage.module.css +23 -23
- package/lib/Upload/Upload.module.css +15 -15
- package/lib/alert/AlertHeader/AlertHeader.module.css +12 -12
- package/lib/alert/AlertLookup/AlertLookup.js +1 -1
- package/lib/alert/AlertLookup/AlertLookup.module.css +6 -6
- package/lib/avatar/AvatarClose/AvatarClose.module.css +1 -1
- package/lib/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
- package/lib/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
- package/lib/avatar/AvatarThread/AvatarThread.module.css +24 -24
- package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
- package/lib/avatar/AvatarUser/AvatarUser.module.css +40 -40
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
- package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
- package/lib/emptystate/EditionPage/EditionPage.css +13 -13
- package/lib/errorstate/EmptyStates.module.css +18 -18
- package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/lib/errorstate/LinkText/LinkText.module.css +1 -1
- package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/lib/errorstate/WillBack/WillBack.module.css +10 -10
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +1 -1
- package/lib/form/fields/CurrencyField/CurrencyField.js +1 -1
- package/lib/form/fields/DateField/DateField.js +1 -1
- package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
- package/lib/form/fields/Fields.module.css +26 -26
- package/lib/form/fields/MultiSelectField/MultiSelectField.js +1 -1
- package/lib/form/fields/PhoneField/PhoneField.js +1 -1
- package/lib/form/fields/RadioField/RadioField.js +1 -1
- package/lib/form/fields/SelectField/SelectField.js +1 -1
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +1 -1
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/lib/form/fields/TextBoxField/TextBoxField.js +1 -1
- package/lib/form/fields/TextEditor/TextEditor.js +13 -11
- package/lib/form/fields/TextEditor/TextEditor.module.css +77 -84
- package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -3
- package/lib/form/fields/TextareaField/TextareaField.js +1 -1
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +32 -32
- package/lib/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/lib/list/Comment/Comment.module.css +4 -4
- package/lib/list/Dot/Dot.module.css +3 -3
- package/lib/list/DotNew/DotNew.module.css +4 -4
- package/lib/list/GridStencils/GridStencils.module.css +24 -24
- package/lib/list/Icons/AddNewIcon.js +3 -2
- package/lib/list/Icons/CompleteIcon.js +2 -2
- package/lib/list/Icons/DeleteIcon.js +4 -3
- package/lib/list/Icons/EditIcon.js +5 -3
- package/lib/list/Icons/Icons.module.css +2 -2
- package/lib/list/Icons/ReadUnreadIcon.js +5 -3
- package/lib/list/Icons/SmartIcon.js +5 -3
- package/lib/list/ListLayout/ListLayout.module.css +30 -14
- package/lib/list/ListStencils/ListStencils.js +1 -1
- package/lib/list/ListStencils/ListStencils.module.css +12 -12
- package/lib/list/SecondaryText/AccountName.js +1 -1
- package/lib/list/SecondaryText/Email.js +1 -1
- package/lib/list/SecondaryText/HappinessRating.js +1 -1
- package/lib/list/SecondaryText/PhoneNumber.js +1 -1
- package/lib/list/SecondaryText/SecondaryText.module.css +11 -11
- package/lib/list/SecondaryText/Website.js +1 -1
- package/lib/list/SecondryPanel/SecondryPanel.js +1 -1
- package/lib/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/lib/list/TagNew/TagNew.module.css +4 -4
- package/lib/list/Thread/Thread.module.css +7 -7
- package/lib/list/UserTime/UserTime.module.css +8 -8
- package/lib/list/listCommon.module.css +31 -9
- package/lib/list/status/StatusDropdown/StatusDropdown.js +9 -2
- package/lib/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
- package/lib/list/status/StatusListItem/StatusListItem.js +1 -1
- package/lib/list/status/StatusListItem/StatusListItem.module.css +16 -16
- package/lib/lookup/EmptyPage/EmptyPage.js +1 -1
- package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/lib/lookup/Lookup/Lookup.js +1 -1
- package/lib/lookup/Lookup/Lookup.module.css +5 -5
- package/lib/lookup/Section/LookupSection.module.css +1 -1
- package/lib/lookup/header/Close/Close.js +1 -1
- package/lib/lookup/header/Close/LookupClose.module.css +3 -3
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/lib/lookup/header/Search/LookupSearch.module.css +14 -14
- package/lib/lookup/header/Search/Search.js +1 -1
- package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/lib/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
- package/lib/lookup/header/Title/Title.js +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/lib/lookup/header/lookupHeaderCommon.module.css +8 -8
- package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/lib/setup/header/Button/HeaderButton.module.css +2 -2
- package/lib/setup/header/Link/HeaderLink.module.css +5 -5
- package/lib/setup/header/Search/Search.module.css +8 -8
- package/lib/setup/header/Views/Views.module.css +4 -4
- package/lib/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/lib/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/lib/setup/helptips/ListGroup/ListGroup.module.css +3 -3
- package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/lib/setup/table/TableData/SetupTableData.module.css +6 -6
- package/lib/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/lib/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/lib/setup/table/Text/TableText.module.css +2 -2
- package/lib/version2/AlertClose/AlertClose.js +1 -1
- package/lib/version2/AlertClose/AlertClose.module.css +2 -2
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +13 -13
- package/lib/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +1 -1
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
- package/lib/version2/lookup/alertLookupCommonNew.module.css +5 -5
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
- package/package.json +9 -23
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
}
|
|
6
6
|
.fieldContainer {
|
|
7
7
|
position: relative;
|
|
8
|
-
min-height:
|
|
8
|
+
min-height: var(--zd_size25);
|
|
9
9
|
}
|
|
10
10
|
.fieldMargin_medium {
|
|
11
|
-
margin-top:
|
|
11
|
+
margin-top: var(--zd_size5);
|
|
12
12
|
}
|
|
13
13
|
.fieldMargin_small {
|
|
14
14
|
margin-top: 0;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
composes: dflex alignVertical flexwrap from '~@zohodesk/components/lib/common/common.module.css';
|
|
19
19
|
}
|
|
20
20
|
.checkbox {
|
|
21
|
-
min-height:
|
|
21
|
+
min-height: var(--zd_size28);
|
|
22
22
|
}
|
|
23
23
|
.checkboxRow {
|
|
24
24
|
display: inherit;
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
line-height: normal;
|
|
39
39
|
}
|
|
40
40
|
[dir=ltr] .checkboxText {
|
|
41
|
-
padding-left:
|
|
41
|
+
padding-left: var(--zd_size6);
|
|
42
42
|
}
|
|
43
43
|
[dir=rtl] .checkboxText {
|
|
44
|
-
padding-right:
|
|
44
|
+
padding-right: var(--zd_size6);
|
|
45
45
|
}
|
|
46
46
|
.cbTextPointer {
|
|
47
47
|
cursor: pointer;
|
|
@@ -55,19 +55,19 @@
|
|
|
55
55
|
--label_cursor: not-allowed;
|
|
56
56
|
}
|
|
57
57
|
[dir=ltr] .radio {
|
|
58
|
-
margin:
|
|
58
|
+
margin: var(--zd_size5) var(--zd_size32) var(--zd_size5) 0;
|
|
59
59
|
}
|
|
60
60
|
[dir=rtl] .radio {
|
|
61
|
-
margin:
|
|
61
|
+
margin: var(--zd_size5) 0 var(--zd_size5) var(--zd_size32);
|
|
62
62
|
}
|
|
63
63
|
[dir=ltr] .duration {
|
|
64
|
-
margin-right:
|
|
64
|
+
margin-right: var(--zd_size15);
|
|
65
65
|
}
|
|
66
66
|
[dir=rtl] .duration {
|
|
67
|
-
margin-left:
|
|
67
|
+
margin-left: var(--zd_size15);
|
|
68
68
|
}
|
|
69
69
|
.durationWidth {
|
|
70
|
-
width:
|
|
70
|
+
width: var(--zd_size94);
|
|
71
71
|
}
|
|
72
72
|
.flex {
|
|
73
73
|
composes: dflex from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
.phoneIcon {
|
|
81
81
|
color: var(--zdt_fields_phoneicon_icon);
|
|
82
82
|
display: inline-block;
|
|
83
|
-
margin:
|
|
83
|
+
margin: var(--zd_size15) var(--zd_size10) 0 var(--zd_size10);
|
|
84
84
|
cursor: pointer;
|
|
85
85
|
}
|
|
86
86
|
.phoneIcon:hover {
|
|
@@ -102,10 +102,10 @@
|
|
|
102
102
|
composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
|
|
103
103
|
}
|
|
104
104
|
[dir=ltr] .lockIcon, [dir=ltr] .infoIcon {
|
|
105
|
-
margin-left:
|
|
105
|
+
margin-left: var(--zd_size5);
|
|
106
106
|
}
|
|
107
107
|
[dir=rtl] .lockIcon, [dir=rtl] .infoIcon {
|
|
108
|
-
margin-right:
|
|
108
|
+
margin-right: var(--zd_size5);
|
|
109
109
|
}
|
|
110
110
|
/* .infoIcon {
|
|
111
111
|
opacity: 0;
|
|
@@ -122,14 +122,14 @@
|
|
|
122
122
|
color: var(--zdt_fields_lockicon_hover_icon);
|
|
123
123
|
}
|
|
124
124
|
.timeFormat {
|
|
125
|
-
font-size:
|
|
125
|
+
font-size: var(--zd_font_size11);
|
|
126
126
|
color: var(--zdt_fields_lockicon_icon);
|
|
127
127
|
}
|
|
128
128
|
[dir=ltr] .timeFormat {
|
|
129
|
-
margin-left:
|
|
129
|
+
margin-left: var(--zd_size4);
|
|
130
130
|
}
|
|
131
131
|
[dir=rtl] .timeFormat {
|
|
132
|
-
margin-right:
|
|
132
|
+
margin-right: var(--zd_size4);
|
|
133
133
|
}
|
|
134
134
|
.newTab {
|
|
135
135
|
color: var(--zdt_fields_lockicon_icon);
|
|
@@ -138,10 +138,10 @@
|
|
|
138
138
|
cursor: pointer;
|
|
139
139
|
}
|
|
140
140
|
[dir=ltr] .newTab {
|
|
141
|
-
margin-left:
|
|
141
|
+
margin-left: var(--zd_size6);
|
|
142
142
|
}
|
|
143
143
|
[dir=rtl] .newTab {
|
|
144
|
-
margin-right:
|
|
144
|
+
margin-right: var(--zd_size6);
|
|
145
145
|
}
|
|
146
146
|
.newTab:hover {
|
|
147
147
|
color: var(--zdt_fields_phoneicon_icon);
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
display: block;
|
|
151
151
|
}
|
|
152
152
|
.lockText {
|
|
153
|
-
font-size:
|
|
153
|
+
font-size: var(--zd_font_size13);
|
|
154
154
|
font-style: italic;
|
|
155
155
|
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
156
156
|
}
|
|
@@ -159,25 +159,25 @@
|
|
|
159
159
|
color: var(--zdt_fields_lockicon_hover_icon);
|
|
160
160
|
}
|
|
161
161
|
[dir=ltr] .labelMandatory:after {
|
|
162
|
-
padding-left:
|
|
162
|
+
padding-left: var(--zd_size2);
|
|
163
163
|
}
|
|
164
164
|
[dir=rtl] .labelMandatory:after {
|
|
165
|
-
padding-right:
|
|
165
|
+
padding-right: var(--zd_size2);
|
|
166
166
|
}
|
|
167
167
|
.ePhiTag {
|
|
168
168
|
composes: flexshrink from '~@zohodesk/components/lib/common/common.module.css';
|
|
169
169
|
color: var(--zdt_fields_phitag_text);
|
|
170
|
-
font-size:
|
|
171
|
-
height:
|
|
170
|
+
font-size: var(--zd_font_size12);
|
|
171
|
+
height: var(--zd_size18);
|
|
172
172
|
line-height: var(--zd_size18);
|
|
173
173
|
background-color: var(--zdt_fields_phitag_bg);
|
|
174
174
|
border: 1px solid var(--zdt_fields_phitag_border);
|
|
175
|
-
padding: 0
|
|
175
|
+
padding: 0 var(--zd_size5);
|
|
176
176
|
border-radius: var(--zd_size3);
|
|
177
177
|
}
|
|
178
178
|
[dir=ltr] .ePhiTag {
|
|
179
|
-
margin-left:
|
|
179
|
+
margin-left: var(--zd_size8);
|
|
180
180
|
}
|
|
181
181
|
[dir=rtl] .ePhiTag {
|
|
182
|
-
margin-right:
|
|
182
|
+
margin-right: var(--zd_size8);
|
|
183
183
|
}
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
max-width: 100%;
|
|
3
3
|
}
|
|
4
4
|
[dir=ltr] .moreLess, [dir=ltr] .tag {
|
|
5
|
-
margin: 0
|
|
5
|
+
margin: 0 var(--zd_size6) var(--zd_size6) 0;
|
|
6
6
|
}
|
|
7
7
|
[dir=rtl] .moreLess, [dir=rtl] .tag {
|
|
8
|
-
margin: 0 0
|
|
8
|
+
margin: 0 0 var(--zd_size6) var(--zd_size6);
|
|
9
9
|
}
|
|
10
10
|
.input {
|
|
11
|
-
height:
|
|
11
|
+
height: var(--zd_size20);
|
|
12
12
|
width: 100%;
|
|
13
|
-
margin-bottom:
|
|
13
|
+
margin-bottom: var(--zd_size4);
|
|
14
14
|
}
|
|
15
15
|
.viewpopNew {
|
|
16
|
-
max-height:
|
|
16
|
+
max-height: var(--zd_size250);
|
|
17
17
|
}
|
|
18
18
|
.tagDiv {
|
|
19
|
-
max-height:
|
|
20
|
-
margin-top:
|
|
19
|
+
max-height: var(--zd_size160);
|
|
20
|
+
margin-top: var(--zd_size5);
|
|
21
21
|
}
|
|
22
22
|
.hasBorder {
|
|
23
23
|
transition: border var(--zd_transition2) linear 0s;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
}
|
|
54
54
|
.moreLess {
|
|
55
55
|
color: var(--zdt_tagsmultiselect_more_text);
|
|
56
|
-
font-size:
|
|
56
|
+
font-size: var(--zd_font_size13);
|
|
57
57
|
cursor: pointer;
|
|
58
58
|
}
|
|
59
59
|
.moreLess:hover {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
.inputWrapper {
|
|
63
63
|
position: relative;
|
|
64
64
|
max-width: 100%;
|
|
65
|
-
min-width:
|
|
65
|
+
min-width: var(--zd_size5);
|
|
66
66
|
font-size: 0;
|
|
67
67
|
}
|
|
68
68
|
.newTagLabel {
|
|
@@ -70,19 +70,19 @@
|
|
|
70
70
|
composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
|
|
71
71
|
}
|
|
72
72
|
[dir=ltr] .newTagLabel {
|
|
73
|
-
margin-right:
|
|
73
|
+
margin-right: var(--zd_size5);
|
|
74
74
|
}
|
|
75
75
|
[dir=rtl] .newTagLabel {
|
|
76
|
-
margin-left:
|
|
76
|
+
margin-left: var(--zd_size5);
|
|
77
77
|
}
|
|
78
78
|
.dotted {
|
|
79
79
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
80
80
|
}
|
|
81
81
|
.dropdown {
|
|
82
|
-
margin-top:
|
|
82
|
+
margin-top: var(--zd_size1);
|
|
83
83
|
}
|
|
84
84
|
.custmSpan {
|
|
85
|
-
height:
|
|
85
|
+
height: var(--zd_size25);
|
|
86
86
|
display: inline-block;
|
|
87
87
|
vertical-align: middle;
|
|
88
88
|
opacity: 0;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.count {
|
|
2
2
|
color: var(--zdt_tagsmultiselectField_count_text);
|
|
3
|
-
font-size:
|
|
3
|
+
font-size: var(--zd_font_size12);
|
|
4
4
|
word-break: break-word;
|
|
5
5
|
}[dir=ltr] .count {
|
|
6
|
-
margin-left:
|
|
6
|
+
margin-left: var(--zd_size4);
|
|
7
7
|
}[dir=rtl] .count {
|
|
8
|
-
margin-right:
|
|
8
|
+
margin-right: var(--zd_size4);
|
|
9
9
|
}
|
|
@@ -188,16 +188,17 @@ export default class TextEditor extends Component {
|
|
|
188
188
|
if (!global.editor[id]) {
|
|
189
189
|
global.editor[id] = editorObj;
|
|
190
190
|
}
|
|
191
|
-
const css = '
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
style.type = 'text/css';
|
|
195
|
-
if (style.styleSheet) {
|
|
196
|
-
|
|
197
|
-
} else {
|
|
198
|
-
|
|
199
|
-
}
|
|
200
|
-
head.appendChild(style);
|
|
191
|
+
// const css = 'blockquote {margin:0 0 0 4px; }',
|
|
192
|
+
// head = editorObj.doc.head || editorObj.doc.getElementsByTagName('head')[0],
|
|
193
|
+
// style = document.createElement('style');
|
|
194
|
+
// style.type = 'text/css';
|
|
195
|
+
// if (style.styleSheet) {
|
|
196
|
+
// style.styleSheet.cssText = css;
|
|
197
|
+
// } else {
|
|
198
|
+
// style.appendChild(editorObj.doc.createTextNode(css));
|
|
199
|
+
// }
|
|
200
|
+
// head.appendChild(style);
|
|
201
|
+
|
|
201
202
|
editorCallback && editorCallback(editorObj);
|
|
202
203
|
const iframe = selectn('iframe.contentDocument.body', editorObj) || null;
|
|
203
204
|
const iframeHead = selectn('iframe.contentDocument.head', editorObj) || null;
|
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
/* editor common css */
|
|
4
4
|
.icon {
|
|
5
5
|
position: relative;
|
|
6
|
-
top: -
|
|
6
|
+
top: calc(var(--zd_size1) * -1);
|
|
7
7
|
display: inline-block;
|
|
8
8
|
vertical-align: middle;
|
|
9
|
-
width:
|
|
10
|
-
height:
|
|
9
|
+
width: var(--zd_size24);
|
|
10
|
+
height: var(--zd_size24);
|
|
11
11
|
color: inherit;
|
|
12
12
|
fill: currentColor;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.small {
|
|
16
|
-
width:
|
|
17
|
-
height:
|
|
16
|
+
width: var(--zd_size15);
|
|
17
|
+
height: var(--zd_size15);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.threeDotIcon {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.large :global .KB_Editor {
|
|
125
|
-
height:
|
|
125
|
+
height: var(--zd_size270);
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.default :global .KB_Editor {
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
}
|
|
150
150
|
|
|
151
151
|
.large :global .KB_Editor_menus, .default :global .KB_Editor_menus {
|
|
152
|
-
padding:
|
|
152
|
+
padding: var(--zd_size6);
|
|
153
153
|
border-bottom: 0;
|
|
154
154
|
}
|
|
155
155
|
|
|
@@ -192,24 +192,24 @@
|
|
|
192
192
|
|
|
193
193
|
.large :global .KB_Editor_menus>ul>li>span>svg,
|
|
194
194
|
.default :global .KB_Editor_menus>ul>li>span>svg {
|
|
195
|
-
width:
|
|
196
|
-
height:
|
|
195
|
+
width: var(--zd_size28);
|
|
196
|
+
height: var(--zd_size28);
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.large :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg,
|
|
200
200
|
.default :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
201
|
-
width:
|
|
202
|
-
height:
|
|
201
|
+
width: var(--zd_size8);
|
|
202
|
+
height: var(--zd_size8);
|
|
203
203
|
}
|
|
204
204
|
|
|
205
205
|
.large :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg,
|
|
206
206
|
.default :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
207
|
-
height:
|
|
208
|
-
width:
|
|
207
|
+
height: var(--zd_size10);
|
|
208
|
+
width: var(--zd_size17);
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.large :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg, .default :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
212
|
-
padding:
|
|
212
|
+
padding: var(--zd_size7) var(--zd_size5);
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
.large :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Bdr_div,
|
|
@@ -224,13 +224,13 @@
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
.large :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Bdr_div, .large :global .KB_Editor_MultiTools .KB_Editor_Bdr_div.Insert_Type, .large :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText, .large :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext, .default :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Bdr_div, .default :global .KB_Editor_MultiTools .KB_Editor_Bdr_div.Insert_Type, .default :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText, .default :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
227
|
-
padding:
|
|
227
|
+
padding: var(--zd_size3) var(--zd_size6);
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
.large :global .KB_Editor_menus .ze_spell,
|
|
231
231
|
.default :global .KB_Editor_menus .ze_spell {
|
|
232
232
|
top: initial;
|
|
233
|
-
bottom: -
|
|
233
|
+
bottom: calc(var(--zd_size32) * -1);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
[dir=ltr] .large :global .KB_Editor_menus .ze_spell, [dir=ltr] .default :global .KB_Editor_menus .ze_spell {
|
|
@@ -242,11 +242,11 @@
|
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
[dir=ltr] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=ltr] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
245
|
-
margin-right:
|
|
245
|
+
margin-right: var(--zd_size2);
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
[dir=rtl] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=rtl] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
249
|
-
margin-left:
|
|
249
|
+
margin-left: var(--zd_size2);
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
/* xlarge type editor - reply area, blue print cases - full height hover style */
|
|
@@ -280,7 +280,6 @@
|
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
.xlarge :global .KB_Editor_menus {
|
|
283
|
-
/* Variable:Ignore */
|
|
284
283
|
min-height: 37px;
|
|
285
284
|
/* check point 1 */
|
|
286
285
|
flex: 0 0 auto;
|
|
@@ -321,28 +320,27 @@
|
|
|
321
320
|
}
|
|
322
321
|
|
|
323
322
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Bdr_div, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
324
|
-
padding:
|
|
323
|
+
padding: var(--zd_size6);
|
|
325
324
|
}
|
|
326
325
|
|
|
327
326
|
.xlarge :global .KB_Editor_menus>ul>li>span>svg {
|
|
328
|
-
width:
|
|
329
|
-
height:
|
|
327
|
+
width: var(--zd_size22);
|
|
328
|
+
height: var(--zd_size22);
|
|
330
329
|
}
|
|
331
330
|
|
|
332
331
|
.xlarge :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
333
|
-
width:
|
|
334
|
-
height:
|
|
332
|
+
width: var(--zd_size8);
|
|
333
|
+
height: var(--zd_size8);
|
|
335
334
|
}
|
|
336
335
|
|
|
337
336
|
.xlarge :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
338
|
-
height:
|
|
339
|
-
width:
|
|
340
|
-
padding:
|
|
337
|
+
height: var(--zd_size9);
|
|
338
|
+
width: var(--zd_size17);
|
|
339
|
+
padding: var(--zd_size7) var(--zd_size5);
|
|
341
340
|
}
|
|
342
341
|
|
|
343
342
|
.xlarge :global .KB_Editor_menus .ze_spell {
|
|
344
343
|
top: initial;
|
|
345
|
-
/* Variable:Ignore */
|
|
346
344
|
bottom: -32px;
|
|
347
345
|
}
|
|
348
346
|
|
|
@@ -355,15 +353,15 @@
|
|
|
355
353
|
}
|
|
356
354
|
|
|
357
355
|
.xlarge :global .KB_Editor_menus>ul>li>span.SnippetIcon svg {
|
|
358
|
-
width:
|
|
359
|
-
height:
|
|
360
|
-
padding: 0
|
|
356
|
+
width: var(--zd_size17);
|
|
357
|
+
height: var(--zd_size21);
|
|
358
|
+
padding: 0 var(--zd_size7);
|
|
361
359
|
}
|
|
362
360
|
|
|
363
361
|
.xlarge :global .KB_Editor_menus>ul>li>span.TemplateIcon svg {
|
|
364
|
-
width:
|
|
365
|
-
height:
|
|
366
|
-
padding: 0
|
|
362
|
+
width: var(--zd_size16);
|
|
363
|
+
height: var(--zd_size16);
|
|
364
|
+
padding: 0 var(--zd_size9);
|
|
367
365
|
}
|
|
368
366
|
|
|
369
367
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .SnippetIcon {
|
|
@@ -374,7 +372,7 @@
|
|
|
374
372
|
content: '';
|
|
375
373
|
position: absolute;
|
|
376
374
|
height: 100%;
|
|
377
|
-
width:
|
|
375
|
+
width: var(--zd_size1);
|
|
378
376
|
top: 0;
|
|
379
377
|
}
|
|
380
378
|
|
|
@@ -390,38 +388,38 @@
|
|
|
390
388
|
|
|
391
389
|
.xlarge :global .KB_Editor_MultiTools li .Kbeditor_more_icon {
|
|
392
390
|
top: initial;
|
|
393
|
-
padding: 0
|
|
391
|
+
padding: 0 var(--zd_size7);
|
|
394
392
|
}
|
|
395
393
|
|
|
396
394
|
.xlarge :global .KB_Editor_MultiTools li .Kbeditor_more_icon>svg {
|
|
397
|
-
width:
|
|
398
|
-
height:
|
|
395
|
+
width: var(--zd_size12);
|
|
396
|
+
height: var(--zd_size12);
|
|
399
397
|
}
|
|
400
398
|
|
|
401
399
|
.xlarge :global .KB_Editor_menus>ul>li>span:not(.KB_Editor_Bdr_div):not(.KBEditortools-Block-down-arrow):not(.Kbeditor_more_icon):not(.SnippetIcon):not(.TemplateIcon):not(.KB_Editor_Richtext):not(.KB_Editor_PlainText) {
|
|
402
|
-
height:
|
|
400
|
+
height: var(--zd_size21);
|
|
403
401
|
}
|
|
404
402
|
|
|
405
403
|
.xlarge :global .KB_Editor_menus>ul>li>span:not(.KB_Editor_Bdr_div):not(.KBEditortools-Block-down-arrow):not(.Kbeditor_more_icon):not(.SnippetIcon):not(.TemplateIcon)>svg {
|
|
406
|
-
width:
|
|
407
|
-
height:
|
|
408
|
-
padding: 0
|
|
404
|
+
width: var(--zd_size21);
|
|
405
|
+
height: var(--zd_size21);
|
|
406
|
+
padding: 0 var(--zd_size4);
|
|
409
407
|
}
|
|
410
408
|
|
|
411
409
|
[dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText {
|
|
412
|
-
padding:
|
|
410
|
+
padding: var(--zd_size8) var(--zd_size8) var(--zd_size7) var(--zd_size4);
|
|
413
411
|
}
|
|
414
412
|
|
|
415
413
|
[dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText {
|
|
416
|
-
padding:
|
|
414
|
+
padding: var(--zd_size8) var(--zd_size4) var(--zd_size7) var(--zd_size8);
|
|
417
415
|
}
|
|
418
416
|
|
|
419
417
|
[dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
420
|
-
padding:
|
|
418
|
+
padding: var(--zd_size8) var(--zd_size4) var(--zd_size7) var(--zd_size8);
|
|
421
419
|
}
|
|
422
420
|
|
|
423
421
|
[dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
424
|
-
padding:
|
|
422
|
+
padding: var(--zd_size8) var(--zd_size8) var(--zd_size7) var(--zd_size4);
|
|
425
423
|
}
|
|
426
424
|
|
|
427
425
|
/* medium type editor - snippet, bug tracker cases */
|
|
@@ -473,7 +471,7 @@
|
|
|
473
471
|
-webkit-box-align: center;
|
|
474
472
|
-ms-flex-align: center;
|
|
475
473
|
align-items: center;
|
|
476
|
-
padding:
|
|
474
|
+
padding: var(--zd_size3) var(--zd_size1);
|
|
477
475
|
float: unset;
|
|
478
476
|
}
|
|
479
477
|
|
|
@@ -482,27 +480,27 @@
|
|
|
482
480
|
}
|
|
483
481
|
|
|
484
482
|
.medium :global .KB_Editor_menus>ul>li>span>svg {
|
|
485
|
-
width:
|
|
486
|
-
height:
|
|
483
|
+
width: var(--zd_size22);
|
|
484
|
+
height: var(--zd_size22);
|
|
487
485
|
}
|
|
488
486
|
|
|
489
487
|
.medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
490
|
-
width:
|
|
491
|
-
height:
|
|
488
|
+
width: var(--zd_size8);
|
|
489
|
+
height: var(--zd_size8);
|
|
492
490
|
}
|
|
493
491
|
|
|
494
492
|
[dir=ltr] .medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
495
|
-
padding: 0 0 0
|
|
493
|
+
padding: 0 0 0 var(--zd_size2);
|
|
496
494
|
}
|
|
497
495
|
|
|
498
496
|
[dir=rtl] .medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
499
|
-
padding: 0
|
|
497
|
+
padding: 0 var(--zd_size2) 0 0;
|
|
500
498
|
}
|
|
501
499
|
|
|
502
500
|
.medium :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
503
|
-
height:
|
|
504
|
-
width:
|
|
505
|
-
padding:
|
|
501
|
+
height: var(--zd_size10);
|
|
502
|
+
width: var(--zd_size17);
|
|
503
|
+
padding: var(--zd_size7) var(--zd_size2);
|
|
506
504
|
}
|
|
507
505
|
|
|
508
506
|
.medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div,
|
|
@@ -511,12 +509,12 @@
|
|
|
511
509
|
}
|
|
512
510
|
|
|
513
511
|
.medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div, .medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div.Insert_Type {
|
|
514
|
-
padding:
|
|
512
|
+
padding: var(--zd_size7);
|
|
515
513
|
}
|
|
516
514
|
|
|
517
515
|
.medium :global .KB_Editor_menus .ze_spell {
|
|
518
516
|
top: initial;
|
|
519
|
-
bottom: -
|
|
517
|
+
bottom: calc(var(--zd_size32) * -1);
|
|
520
518
|
}
|
|
521
519
|
|
|
522
520
|
[dir=ltr] .medium :global .KB_Editor_menus .ze_spell {
|
|
@@ -529,12 +527,12 @@
|
|
|
529
527
|
|
|
530
528
|
.medium :global .KB_Editor_MultiTools li .Kbeditor_more_icon {
|
|
531
529
|
top: initial;
|
|
532
|
-
padding: 0
|
|
530
|
+
padding: 0 var(--zd_size3);
|
|
533
531
|
}
|
|
534
532
|
|
|
535
533
|
.medium :global .KB_Editor_MultiTools li .Kbeditor_more_icon>svg {
|
|
536
|
-
width:
|
|
537
|
-
height:
|
|
534
|
+
width: var(--zd_size12);
|
|
535
|
+
height: var(--zd_size12);
|
|
538
536
|
}
|
|
539
537
|
|
|
540
538
|
/* small, mini type - ticket detail view comment, feeds comment, blueprint comment */
|
|
@@ -548,9 +546,9 @@
|
|
|
548
546
|
|
|
549
547
|
.small :global .KB_Editor_iframe,
|
|
550
548
|
.mini :global .KB_Editor_iframe {
|
|
551
|
-
max-height:
|
|
552
|
-
min-height:
|
|
553
|
-
height:
|
|
549
|
+
max-height: var(--zd_size225);
|
|
550
|
+
min-height: var(--zd_size80);
|
|
551
|
+
height: var(--zd_size80);
|
|
554
552
|
}
|
|
555
553
|
|
|
556
554
|
.small.borderNone :global .KB_Editor, .mini.borderNone :global .KB_Editor, .medium.borderNone :global .KB_Editor, .large.borderNone :global .KB_Editor, .xlarge.borderNone :global .KB_Editor, .default.borderNone :global .KB_Editor {
|
|
@@ -562,8 +560,8 @@
|
|
|
562
560
|
bottom: 0;
|
|
563
561
|
z-index: 1;
|
|
564
562
|
min-height: auto;
|
|
565
|
-
height:
|
|
566
|
-
width:
|
|
563
|
+
height: var(--zd_size40);
|
|
564
|
+
width: var(--zd_size406);
|
|
567
565
|
transition: opacity var(--zd_transition3);
|
|
568
566
|
position: absolute;
|
|
569
567
|
}
|
|
@@ -614,27 +612,27 @@
|
|
|
614
612
|
|
|
615
613
|
.small :global .KB_Editor_menus>ul>li>span>svg,
|
|
616
614
|
.mini :global .KB_Editor_menus>ul>li>span>svg {
|
|
617
|
-
width:
|
|
618
|
-
height:
|
|
615
|
+
width: var(--zd_size25);
|
|
616
|
+
height: var(--zd_size25);
|
|
619
617
|
}
|
|
620
618
|
|
|
621
619
|
.small :global .KB_Editor_menus>ul>li>span>svg, .mini :global .KB_Editor_menus>ul>li>span>svg {
|
|
622
|
-
padding: 0
|
|
620
|
+
padding: 0 var(--zd_size6);
|
|
623
621
|
}
|
|
624
622
|
|
|
625
623
|
.mini :global .KB_Editor_menus:after {
|
|
626
624
|
content: '';
|
|
627
625
|
position: absolute;
|
|
628
|
-
bottom: -
|
|
629
|
-
height:
|
|
630
|
-
width:
|
|
626
|
+
bottom: calc(var(--zd_size5) * -1);
|
|
627
|
+
height: var(--zd_size10);
|
|
628
|
+
width: var(--zd_size10);
|
|
631
629
|
z-index: -1;
|
|
632
630
|
box-shadow: var(--zd_bs_texteditor_menu);
|
|
633
631
|
background-color: var(--zdt_texteditor_menu_after_bg);
|
|
634
632
|
}
|
|
635
633
|
|
|
636
634
|
[dir=ltr] .mini :global .KB_Editor_menus:after {
|
|
637
|
-
left:
|
|
635
|
+
left: var(--zd_size95);
|
|
638
636
|
-webkit-transform: rotateZ(-45deg);
|
|
639
637
|
-moz-transform: rotateZ(-45deg);
|
|
640
638
|
-ms-transform: rotateZ(-45deg);
|
|
@@ -643,7 +641,7 @@
|
|
|
643
641
|
}
|
|
644
642
|
|
|
645
643
|
[dir=rtl] .mini :global .KB_Editor_menus:after {
|
|
646
|
-
right:
|
|
644
|
+
right: var(--zd_size95);
|
|
647
645
|
-webkit-transform: rotateZ(45deg);
|
|
648
646
|
-moz-transform: rotateZ(45deg);
|
|
649
647
|
-ms-transform: rotateZ(45deg);
|
|
@@ -661,15 +659,15 @@
|
|
|
661
659
|
|
|
662
660
|
/* mini type - tdv left area comment */
|
|
663
661
|
.mini :global .KB_Editor_menus {
|
|
664
|
-
width:
|
|
662
|
+
width: var(--zd_size205);
|
|
665
663
|
}
|
|
666
664
|
|
|
667
665
|
[dir=ltr] .mini :global .KB_Editor_menus:after {
|
|
668
|
-
left:
|
|
666
|
+
left: var(--zd_size55);
|
|
669
667
|
}
|
|
670
668
|
|
|
671
669
|
[dir=rtl] .mini :global .KB_Editor_menus:after {
|
|
672
|
-
right:
|
|
670
|
+
right: var(--zd_size55);
|
|
673
671
|
}
|
|
674
672
|
|
|
675
673
|
:global .KB_Editor_UploadImage.hide,
|
|
@@ -683,13 +681,9 @@
|
|
|
683
681
|
}
|
|
684
682
|
|
|
685
683
|
.textEditor :global .KB_Editor_menus ul .KBEditortools-quote svg {
|
|
686
|
-
/* Variable:Ignore */
|
|
687
684
|
width: 15px;
|
|
688
|
-
/* Variable:Ignore */
|
|
689
685
|
height: 15px;
|
|
690
|
-
/* Variable:Ignore */
|
|
691
686
|
top: -5px;
|
|
692
|
-
/* Variable:Ignore */
|
|
693
687
|
}
|
|
694
688
|
|
|
695
689
|
[dir=ltr] .textEditor :global .KB_Editor_menus ul .KBEditortools-quote svg {
|
|
@@ -705,7 +699,6 @@
|
|
|
705
699
|
}
|
|
706
700
|
|
|
707
701
|
.textEditor :global .KB_Editor_common_DropDown ul {
|
|
708
|
-
/* Variable:Ignore */
|
|
709
702
|
max-height: 210px;
|
|
710
703
|
overflow: auto;
|
|
711
704
|
box-shadow: var(--zd_bs_texteditor_ul);
|
|
@@ -718,8 +711,8 @@
|
|
|
718
711
|
|
|
719
712
|
:global .KB_Editor textarea.ze_area {
|
|
720
713
|
font-family: var(--zd_regular) !important;
|
|
721
|
-
font-size:
|
|
722
|
-
padding:
|
|
714
|
+
font-size: var(--zd_size14) !important;
|
|
715
|
+
padding: var(--zd_size15) var(--zd_size20) !important;
|
|
723
716
|
}
|
|
724
717
|
|
|
725
718
|
.textEditor :global .KB_Editor li[editor-command='styletext'] {
|