@zohodesk/dot 1.0.0-temp-148 → 1.0.0-temp-150
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 +26 -1
- 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 +26 -24
- package/es/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/es/ChannelIcon/ChannelIcon.module.css +22 -22
- package/es/Drawer/Drawer.js +2 -3
- package/es/Drawer/Drawer.module.css +41 -40
- package/es/FormAction/FormAction.module.css +20 -20
- package/es/FreezeLayer/FreezeLayer.js +14 -2
- package/es/Hooks/Dragger/css/Dragger.module.css +3 -0
- package/es/Hooks/Dragger/useDragger.js +82 -0
- package/es/Hooks/Dragger/utils/DraggerUtil.js +66 -0
- package/es/IconButton/IconButton.module.css +2 -2
- package/es/Image/Image.module.css +1 -0
- package/es/ImportantNotes/ImportantNotes.module.css +5 -5
- package/es/Loader/Loader.module.css +1 -0
- package/es/Message/Message.module.css +9 -9
- package/es/MessageBanner/MessageBanner.module.css +7 -7
- package/es/NewStar/NewStar.module.css +18 -10
- package/es/Provider/Config.js +7 -0
- 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.js +3 -3
- 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 +1 -1
- package/es/form/fields/TextEditor/TextEditor.module.css +84 -77
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +3 -2
- 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/Icons.module.css +2 -2
- package/es/list/ListLayout/ListLayout.module.css +6 -6
- 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 +4 -4
- 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/Section/Section.js +1 -0
- 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/AlertHeader.js +2 -2
- package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +14 -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 +26 -24
- 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.js +2 -3
- package/lib/Drawer/Drawer.module.css +41 -40
- package/lib/ExternalLink/ExternalLink.js +1 -1
- package/lib/FormAction/FormAction.module.css +20 -20
- package/lib/FreezeLayer/FreezeLayer.js +17 -2
- package/lib/Hooks/Dragger/css/Dragger.module.css +3 -0
- package/lib/Hooks/Dragger/useDragger.js +88 -0
- package/lib/Hooks/Dragger/utils/DraggerUtil.js +70 -0
- package/lib/IconButton/IconButton.module.css +2 -2
- package/lib/Image/Image.module.css +1 -0
- package/lib/ImportantNotes/ImportantNotes.module.css +5 -5
- package/lib/Loader/Loader.module.css +1 -0
- package/lib/Message/Message.module.css +9 -9
- package/lib/MessageBanner/MessageBanner.module.css +7 -7
- package/lib/NewStar/NewStar.module.css +18 -10
- package/lib/Provider/Config.js +7 -0
- package/lib/Separator/Separator.module.css +6 -6
- package/lib/TagWithIcon/TagWithIcon.module.css +6 -6
- package/lib/ToastMessage/ToastMessage.js +1 -2
- 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.js +3 -3
- 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 +2 -3
- package/lib/form/fields/TextEditor/TextEditor.module.css +84 -77
- 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 +3 -2
- 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/Icons.module.css +2 -2
- package/lib/list/ListLayout/ListLayout.module.css +6 -6
- 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 +4 -4
- 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/Section/Section.js +1 -0
- 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/AlertHeader.js +2 -2
- package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +14 -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 +25 -10
- package/dubFinder.js +0 -96
|
@@ -3,18 +3,18 @@
|
|
|
3
3
|
/* editor common css */
|
|
4
4
|
.icon {
|
|
5
5
|
position: relative;
|
|
6
|
-
top:
|
|
6
|
+
top: -1px;
|
|
7
7
|
display: inline-block;
|
|
8
8
|
vertical-align: middle;
|
|
9
|
-
width:
|
|
10
|
-
height:
|
|
9
|
+
width: 24px;
|
|
10
|
+
height: 24px;
|
|
11
11
|
color: inherit;
|
|
12
12
|
fill: currentColor;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.small {
|
|
16
|
-
width:
|
|
17
|
-
height:
|
|
16
|
+
width: 15px;
|
|
17
|
+
height: 15px;
|
|
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: 270px;
|
|
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: 6px;
|
|
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: 28px;
|
|
196
|
+
height: 28px;
|
|
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: 8px;
|
|
202
|
+
height: 8px;
|
|
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: 10px;
|
|
208
|
+
width: 17px;
|
|
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: 7px 5px;
|
|
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: 3px 6px;
|
|
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: -32px;
|
|
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: 2px;
|
|
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: 2px;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
/* xlarge type editor - reply area, blue print cases - full height hover style */
|
|
@@ -280,6 +280,7 @@
|
|
|
280
280
|
}
|
|
281
281
|
|
|
282
282
|
.xlarge :global .KB_Editor_menus {
|
|
283
|
+
/* Variable:Ignore */
|
|
283
284
|
min-height: 37px;
|
|
284
285
|
/* check point 1 */
|
|
285
286
|
flex: 0 0 auto;
|
|
@@ -320,27 +321,28 @@
|
|
|
320
321
|
}
|
|
321
322
|
|
|
322
323
|
.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 {
|
|
323
|
-
padding:
|
|
324
|
+
padding: 6px;
|
|
324
325
|
}
|
|
325
326
|
|
|
326
327
|
.xlarge :global .KB_Editor_menus>ul>li>span>svg {
|
|
327
|
-
width:
|
|
328
|
-
height:
|
|
328
|
+
width: 22px;
|
|
329
|
+
height: 22px;
|
|
329
330
|
}
|
|
330
331
|
|
|
331
332
|
.xlarge :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
332
|
-
width:
|
|
333
|
-
height:
|
|
333
|
+
width: 8px;
|
|
334
|
+
height: 8px;
|
|
334
335
|
}
|
|
335
336
|
|
|
336
337
|
.xlarge :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
337
|
-
height:
|
|
338
|
-
width:
|
|
339
|
-
padding:
|
|
338
|
+
height: 9px;
|
|
339
|
+
width: 17px;
|
|
340
|
+
padding: 7px 5px;
|
|
340
341
|
}
|
|
341
342
|
|
|
342
343
|
.xlarge :global .KB_Editor_menus .ze_spell {
|
|
343
344
|
top: initial;
|
|
345
|
+
/* Variable:Ignore */
|
|
344
346
|
bottom: -32px;
|
|
345
347
|
}
|
|
346
348
|
|
|
@@ -353,15 +355,15 @@
|
|
|
353
355
|
}
|
|
354
356
|
|
|
355
357
|
.xlarge :global .KB_Editor_menus>ul>li>span.SnippetIcon svg {
|
|
356
|
-
width:
|
|
357
|
-
height:
|
|
358
|
-
padding: 0
|
|
358
|
+
width: 17px;
|
|
359
|
+
height: 21px;
|
|
360
|
+
padding: 0 7px;
|
|
359
361
|
}
|
|
360
362
|
|
|
361
363
|
.xlarge :global .KB_Editor_menus>ul>li>span.TemplateIcon svg {
|
|
362
|
-
width:
|
|
363
|
-
height:
|
|
364
|
-
padding: 0
|
|
364
|
+
width: 16px;
|
|
365
|
+
height: 16px;
|
|
366
|
+
padding: 0 9px;
|
|
365
367
|
}
|
|
366
368
|
|
|
367
369
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .SnippetIcon {
|
|
@@ -372,7 +374,7 @@
|
|
|
372
374
|
content: '';
|
|
373
375
|
position: absolute;
|
|
374
376
|
height: 100%;
|
|
375
|
-
width:
|
|
377
|
+
width: 1px;
|
|
376
378
|
top: 0;
|
|
377
379
|
}
|
|
378
380
|
|
|
@@ -388,38 +390,38 @@
|
|
|
388
390
|
|
|
389
391
|
.xlarge :global .KB_Editor_MultiTools li .Kbeditor_more_icon {
|
|
390
392
|
top: initial;
|
|
391
|
-
padding: 0
|
|
393
|
+
padding: 0 7px;
|
|
392
394
|
}
|
|
393
395
|
|
|
394
396
|
.xlarge :global .KB_Editor_MultiTools li .Kbeditor_more_icon>svg {
|
|
395
|
-
width:
|
|
396
|
-
height:
|
|
397
|
+
width: 12px;
|
|
398
|
+
height: 12px;
|
|
397
399
|
}
|
|
398
400
|
|
|
399
401
|
.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) {
|
|
400
|
-
height:
|
|
402
|
+
height: 21px;
|
|
401
403
|
}
|
|
402
404
|
|
|
403
405
|
.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 {
|
|
404
|
-
width:
|
|
405
|
-
height:
|
|
406
|
-
padding: 0
|
|
406
|
+
width: 21px;
|
|
407
|
+
height: 21px;
|
|
408
|
+
padding: 0 4px;
|
|
407
409
|
}
|
|
408
410
|
|
|
409
411
|
[dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText {
|
|
410
|
-
padding:
|
|
412
|
+
padding: 8px 8px 7px 4px;
|
|
411
413
|
}
|
|
412
414
|
|
|
413
415
|
[dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText {
|
|
414
|
-
padding:
|
|
416
|
+
padding: 8px 4px 7px 8px;
|
|
415
417
|
}
|
|
416
418
|
|
|
417
419
|
[dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
418
|
-
padding:
|
|
420
|
+
padding: 8px 4px 7px 8px;
|
|
419
421
|
}
|
|
420
422
|
|
|
421
423
|
[dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
422
|
-
padding:
|
|
424
|
+
padding: 8px 8px 7px 4px;
|
|
423
425
|
}
|
|
424
426
|
|
|
425
427
|
/* medium type editor - snippet, bug tracker cases */
|
|
@@ -471,7 +473,7 @@
|
|
|
471
473
|
-webkit-box-align: center;
|
|
472
474
|
-ms-flex-align: center;
|
|
473
475
|
align-items: center;
|
|
474
|
-
padding:
|
|
476
|
+
padding: 3px 1px;
|
|
475
477
|
float: unset;
|
|
476
478
|
}
|
|
477
479
|
|
|
@@ -480,27 +482,27 @@
|
|
|
480
482
|
}
|
|
481
483
|
|
|
482
484
|
.medium :global .KB_Editor_menus>ul>li>span>svg {
|
|
483
|
-
width:
|
|
484
|
-
height:
|
|
485
|
+
width: 22px;
|
|
486
|
+
height: 22px;
|
|
485
487
|
}
|
|
486
488
|
|
|
487
489
|
.medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
488
|
-
width:
|
|
489
|
-
height:
|
|
490
|
+
width: 8px;
|
|
491
|
+
height: 8px;
|
|
490
492
|
}
|
|
491
493
|
|
|
492
494
|
[dir=ltr] .medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
493
|
-
padding: 0 0 0
|
|
495
|
+
padding: 0 0 0 2px;
|
|
494
496
|
}
|
|
495
497
|
|
|
496
498
|
[dir=rtl] .medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
497
|
-
padding: 0
|
|
499
|
+
padding: 0 2px 0 0;
|
|
498
500
|
}
|
|
499
501
|
|
|
500
502
|
.medium :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
501
|
-
height:
|
|
502
|
-
width:
|
|
503
|
-
padding:
|
|
503
|
+
height: 10px;
|
|
504
|
+
width: 17px;
|
|
505
|
+
padding: 7px 2px;
|
|
504
506
|
}
|
|
505
507
|
|
|
506
508
|
.medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div,
|
|
@@ -509,12 +511,12 @@
|
|
|
509
511
|
}
|
|
510
512
|
|
|
511
513
|
.medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div, .medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div.Insert_Type {
|
|
512
|
-
padding:
|
|
514
|
+
padding: 7px;
|
|
513
515
|
}
|
|
514
516
|
|
|
515
517
|
.medium :global .KB_Editor_menus .ze_spell {
|
|
516
518
|
top: initial;
|
|
517
|
-
bottom:
|
|
519
|
+
bottom: -32px;
|
|
518
520
|
}
|
|
519
521
|
|
|
520
522
|
[dir=ltr] .medium :global .KB_Editor_menus .ze_spell {
|
|
@@ -527,12 +529,12 @@
|
|
|
527
529
|
|
|
528
530
|
.medium :global .KB_Editor_MultiTools li .Kbeditor_more_icon {
|
|
529
531
|
top: initial;
|
|
530
|
-
padding: 0
|
|
532
|
+
padding: 0 3px;
|
|
531
533
|
}
|
|
532
534
|
|
|
533
535
|
.medium :global .KB_Editor_MultiTools li .Kbeditor_more_icon>svg {
|
|
534
|
-
width:
|
|
535
|
-
height:
|
|
536
|
+
width: 12px;
|
|
537
|
+
height: 12px;
|
|
536
538
|
}
|
|
537
539
|
|
|
538
540
|
/* small, mini type - ticket detail view comment, feeds comment, blueprint comment */
|
|
@@ -546,9 +548,9 @@
|
|
|
546
548
|
|
|
547
549
|
.small :global .KB_Editor_iframe,
|
|
548
550
|
.mini :global .KB_Editor_iframe {
|
|
549
|
-
max-height:
|
|
550
|
-
min-height:
|
|
551
|
-
height:
|
|
551
|
+
max-height: 225px;
|
|
552
|
+
min-height: 80px;
|
|
553
|
+
height: 80px;
|
|
552
554
|
}
|
|
553
555
|
|
|
554
556
|
.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 {
|
|
@@ -560,8 +562,8 @@
|
|
|
560
562
|
bottom: 0;
|
|
561
563
|
z-index: 1;
|
|
562
564
|
min-height: auto;
|
|
563
|
-
height:
|
|
564
|
-
width:
|
|
565
|
+
height: 40px;
|
|
566
|
+
width: 406px;
|
|
565
567
|
transition: opacity var(--zd_transition3);
|
|
566
568
|
position: absolute;
|
|
567
569
|
}
|
|
@@ -612,27 +614,27 @@
|
|
|
612
614
|
|
|
613
615
|
.small :global .KB_Editor_menus>ul>li>span>svg,
|
|
614
616
|
.mini :global .KB_Editor_menus>ul>li>span>svg {
|
|
615
|
-
width:
|
|
616
|
-
height:
|
|
617
|
+
width: 25px;
|
|
618
|
+
height: 25px;
|
|
617
619
|
}
|
|
618
620
|
|
|
619
621
|
.small :global .KB_Editor_menus>ul>li>span>svg, .mini :global .KB_Editor_menus>ul>li>span>svg {
|
|
620
|
-
padding: 0
|
|
622
|
+
padding: 0 6px;
|
|
621
623
|
}
|
|
622
624
|
|
|
623
625
|
.mini :global .KB_Editor_menus:after {
|
|
624
626
|
content: '';
|
|
625
627
|
position: absolute;
|
|
626
|
-
bottom:
|
|
627
|
-
height:
|
|
628
|
-
width:
|
|
628
|
+
bottom: -5px;
|
|
629
|
+
height: 10px;
|
|
630
|
+
width: 10px;
|
|
629
631
|
z-index: -1;
|
|
630
632
|
box-shadow: var(--zd_bs_texteditor_menu);
|
|
631
633
|
background-color: var(--zdt_texteditor_menu_after_bg);
|
|
632
634
|
}
|
|
633
635
|
|
|
634
636
|
[dir=ltr] .mini :global .KB_Editor_menus:after {
|
|
635
|
-
left:
|
|
637
|
+
left: 95px;
|
|
636
638
|
-webkit-transform: rotateZ(-45deg);
|
|
637
639
|
-moz-transform: rotateZ(-45deg);
|
|
638
640
|
-ms-transform: rotateZ(-45deg);
|
|
@@ -641,7 +643,7 @@
|
|
|
641
643
|
}
|
|
642
644
|
|
|
643
645
|
[dir=rtl] .mini :global .KB_Editor_menus:after {
|
|
644
|
-
right:
|
|
646
|
+
right: 95px;
|
|
645
647
|
-webkit-transform: rotateZ(45deg);
|
|
646
648
|
-moz-transform: rotateZ(45deg);
|
|
647
649
|
-ms-transform: rotateZ(45deg);
|
|
@@ -659,15 +661,15 @@
|
|
|
659
661
|
|
|
660
662
|
/* mini type - tdv left area comment */
|
|
661
663
|
.mini :global .KB_Editor_menus {
|
|
662
|
-
width:
|
|
664
|
+
width: 205px;
|
|
663
665
|
}
|
|
664
666
|
|
|
665
667
|
[dir=ltr] .mini :global .KB_Editor_menus:after {
|
|
666
|
-
left:
|
|
668
|
+
left: 55px;
|
|
667
669
|
}
|
|
668
670
|
|
|
669
671
|
[dir=rtl] .mini :global .KB_Editor_menus:after {
|
|
670
|
-
right:
|
|
672
|
+
right: 55px;
|
|
671
673
|
}
|
|
672
674
|
|
|
673
675
|
:global .KB_Editor_UploadImage.hide,
|
|
@@ -681,9 +683,13 @@
|
|
|
681
683
|
}
|
|
682
684
|
|
|
683
685
|
.textEditor :global .KB_Editor_menus ul .KBEditortools-quote svg {
|
|
686
|
+
/* Variable:Ignore */
|
|
684
687
|
width: 15px;
|
|
688
|
+
/* Variable:Ignore */
|
|
685
689
|
height: 15px;
|
|
690
|
+
/* Variable:Ignore */
|
|
686
691
|
top: -5px;
|
|
692
|
+
/* Variable:Ignore */
|
|
687
693
|
}
|
|
688
694
|
|
|
689
695
|
[dir=ltr] .textEditor :global .KB_Editor_menus ul .KBEditortools-quote svg {
|
|
@@ -699,6 +705,7 @@
|
|
|
699
705
|
}
|
|
700
706
|
|
|
701
707
|
.textEditor :global .KB_Editor_common_DropDown ul {
|
|
708
|
+
/* Variable:Ignore */
|
|
702
709
|
max-height: 210px;
|
|
703
710
|
overflow: auto;
|
|
704
711
|
box-shadow: var(--zd_bs_texteditor_ul);
|
|
@@ -711,8 +718,8 @@
|
|
|
711
718
|
|
|
712
719
|
:global .KB_Editor textarea.ze_area {
|
|
713
720
|
font-family: var(--zd_regular) !important;
|
|
714
|
-
font-size:
|
|
715
|
-
padding:
|
|
721
|
+
font-size: 14px !important;
|
|
722
|
+
padding: 15px 20px !important;
|
|
716
723
|
}
|
|
717
724
|
|
|
718
725
|
.textEditor :global .KB_Editor li[editor-command='styletext'] {
|
|
@@ -28,7 +28,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
28
28
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
29
29
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
30
30
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
31
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
31
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
32
32
|
var TextEditorField = /*#__PURE__*/function (_PureComponent) {
|
|
33
33
|
_inherits(TextEditorField, _PureComponent);
|
|
34
34
|
var _super = _createSuper(TextEditorField);
|
|
@@ -28,7 +28,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
28
28
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
29
29
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
30
30
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
31
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
31
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
32
32
|
/* eslint-disable react/no-deprecated */
|
|
33
33
|
var TextEditorWrapper = /*#__PURE__*/function (_Component) {
|
|
34
34
|
_inherits(TextEditorWrapper, _Component);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
.container{
|
|
2
2
|
position: relative;
|
|
3
|
-
min-height:
|
|
3
|
+
min-height: 28px;
|
|
4
4
|
}
|
|
5
5
|
.textBox {
|
|
6
|
-
height:
|
|
6
|
+
height: 28px;
|
|
7
7
|
width: 100%;
|
|
8
8
|
position: absolute;
|
|
9
9
|
transition: border var(--zd_transition2) linear 0s;
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
.textEditor {
|
|
21
21
|
position: relative;
|
|
22
22
|
z-index: 1;
|
|
23
|
+
/* Variable:Ignore */
|
|
23
24
|
}
|
|
24
25
|
[dir=ltr] .textEditor {
|
|
25
26
|
padding-right: 1px;
|
|
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
29
29
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
30
30
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
31
31
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
32
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
32
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
33
33
|
var TextareaField = /*#__PURE__*/function (_PureComponent) {
|
|
34
34
|
_inherits(TextareaField, _PureComponent);
|
|
35
35
|
var _super = _createSuper(TextareaField);
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
.icon{
|
|
8
8
|
color:var(--label_text_color);
|
|
9
9
|
display: inline-block;
|
|
10
|
-
margin: 0
|
|
10
|
+
margin: 0 5px;
|
|
11
11
|
}
|
|
12
12
|
.primary {
|
|
13
13
|
position: absolute;
|
|
14
14
|
top: 100%;
|
|
15
15
|
composes:basic;
|
|
16
|
-
margin-top:
|
|
16
|
+
margin-top: 5px;
|
|
17
17
|
}
|
|
18
18
|
[dir=ltr] .primary {
|
|
19
19
|
left: 0;
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
}
|
|
24
24
|
.secondary {
|
|
25
25
|
composes:basic;
|
|
26
|
-
margin-top:
|
|
26
|
+
margin-top: 5px;
|
|
27
27
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
.header {
|
|
2
|
-
height:
|
|
2
|
+
height: 50px;
|
|
3
3
|
z-index: 2;
|
|
4
4
|
border-bottom: 1px solid var(--zdt_setupdetail_header_border);
|
|
5
5
|
}
|
|
6
6
|
.back {
|
|
7
|
-
width:
|
|
7
|
+
width: 60px;
|
|
8
8
|
}
|
|
9
9
|
.backIcon {
|
|
10
|
-
height:
|
|
11
|
-
width:
|
|
12
|
-
font-size:
|
|
10
|
+
height: 30px;
|
|
11
|
+
width: 30px;
|
|
12
|
+
font-size: 12px;
|
|
13
13
|
display: inline-block;
|
|
14
14
|
color: var(--zdt_setupdetail_backicon);
|
|
15
15
|
line-height: var(--zd_size30);
|
|
@@ -18,27 +18,27 @@
|
|
|
18
18
|
cursor: pointer;
|
|
19
19
|
}
|
|
20
20
|
[dir=ltr] .backIcon {
|
|
21
|
-
margin-left:
|
|
21
|
+
margin-left: 19px;
|
|
22
22
|
}
|
|
23
23
|
[dir=rtl] .backIcon {
|
|
24
|
-
margin-right:
|
|
24
|
+
margin-right: 19px;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.backIcon:hover {
|
|
28
28
|
background-color: var(--zdt_setupdetail_hover_backicon_bg);
|
|
29
29
|
}
|
|
30
30
|
.title {
|
|
31
|
-
font-size:
|
|
31
|
+
font-size: 16px;
|
|
32
32
|
line-height: var(--zd_size16);
|
|
33
33
|
font-family: var(--zd_semibold);
|
|
34
34
|
color: var(--zdt_setupdetail_backicon);
|
|
35
35
|
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
36
36
|
}
|
|
37
37
|
[dir=ltr] .title {
|
|
38
|
-
padding-right:
|
|
38
|
+
padding-right: 12px;
|
|
39
39
|
}
|
|
40
40
|
[dir=rtl] .title {
|
|
41
|
-
padding-left:
|
|
41
|
+
padding-left: 12px;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.rightPanel {
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
}
|
|
51
51
|
[dir=ltr] .helpInfoCont {
|
|
52
52
|
right: 0;
|
|
53
|
-
padding:
|
|
53
|
+
padding: 12px 15px 0 0;
|
|
54
54
|
}
|
|
55
55
|
[dir=rtl] .helpInfoCont {
|
|
56
56
|
left: 0;
|
|
57
|
-
padding:
|
|
57
|
+
padding: 12px 0 0 15px;
|
|
58
58
|
}
|
|
59
59
|
.helpInfo {
|
|
60
60
|
line-height: var(--zd_size26);
|
|
61
|
-
height:
|
|
62
|
-
width:
|
|
61
|
+
height: 28px;
|
|
62
|
+
width: 28px;
|
|
63
63
|
color: var(--zdt_setupdetail_helpinfo_text);
|
|
64
|
-
font-size:
|
|
64
|
+
font-size: 11px;
|
|
65
65
|
display: inline-block;
|
|
66
66
|
border: 1px solid var(--zdt_setupdetail_helpinfo);
|
|
67
67
|
border-radius: 2px;
|
|
@@ -69,27 +69,27 @@
|
|
|
69
69
|
cursor: pointer;
|
|
70
70
|
}
|
|
71
71
|
[dir=ltr] .mr15 {
|
|
72
|
-
margin-right:
|
|
72
|
+
margin-right: 15px;
|
|
73
73
|
}
|
|
74
74
|
[dir=rtl] .mr15 {
|
|
75
|
-
margin-left:
|
|
75
|
+
margin-left: 15px;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.content {
|
|
79
79
|
z-index: 1;
|
|
80
80
|
}
|
|
81
81
|
[dir=ltr] .padding {
|
|
82
|
-
padding:
|
|
82
|
+
padding: 10px 25px 10px 60px;
|
|
83
83
|
}
|
|
84
84
|
[dir=rtl] .padding {
|
|
85
|
-
padding:
|
|
85
|
+
padding: 10px 60px 10px 25px;
|
|
86
86
|
}
|
|
87
87
|
.popup {
|
|
88
88
|
z-index: 3;
|
|
89
89
|
position: absolute;
|
|
90
90
|
top: 0;
|
|
91
91
|
bottom: 0;
|
|
92
|
-
width:
|
|
92
|
+
width: 330px;
|
|
93
93
|
transition: transform var(--zd_transition3);
|
|
94
94
|
border: 1px solid var(--zdt_setupdetail_popup_border);
|
|
95
95
|
background-color: var(--zdt_setupdetail_popup_bg);
|
|
@@ -111,15 +111,15 @@
|
|
|
111
111
|
|
|
112
112
|
.infoHeader {
|
|
113
113
|
color: var(--zdt_setupdetail_infoheader_text);
|
|
114
|
-
padding:
|
|
114
|
+
padding: 10px 20px 11px;
|
|
115
115
|
border-bottom: 1px solid var(--zdt_setupdetail_popup_border);
|
|
116
116
|
background-color: var(--zdt_setupdetail_infoheader_bg);
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.infoIcon {
|
|
120
|
-
height:
|
|
121
|
-
width:
|
|
122
|
-
font-size:
|
|
120
|
+
height: 26px;
|
|
121
|
+
width: 26px;
|
|
122
|
+
font-size: 12px;
|
|
123
123
|
line-height: var(--zd_size24);
|
|
124
124
|
text-align: center;
|
|
125
125
|
border: 1px solid var(--zdt_setupdetail_infoicon_border);
|
|
@@ -128,25 +128,25 @@
|
|
|
128
128
|
|
|
129
129
|
.infoText {
|
|
130
130
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
131
|
-
font-size:
|
|
131
|
+
font-size: 13px;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
[dir=ltr] .infoText {
|
|
135
|
-
margin-left:
|
|
136
|
-
margin-right:
|
|
135
|
+
margin-left: 8px;
|
|
136
|
+
margin-right: 8px;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
[dir=rtl] .infoText {
|
|
140
|
-
margin-right:
|
|
141
|
-
margin-left:
|
|
140
|
+
margin-right: 8px;
|
|
141
|
+
margin-left: 8px;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
.infoClose {
|
|
145
|
-
font-size:
|
|
145
|
+
font-size: 28px;
|
|
146
146
|
color: var(--zdt_setupdetail_infoclose);
|
|
147
147
|
cursor: pointer;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.infoFooter {
|
|
151
|
-
padding:
|
|
151
|
+
padding: 10px 20px;
|
|
152
152
|
}
|