@zohodesk/dot 1.0.0-temp-182 → 1.0.0-temp-181.8
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/.cli/propValidation_report.html +1 -1
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +50 -0
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +50 -0
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +50 -0
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +1 -1
- package/coverage/IconButton/IconButton.module.css.html +1 -1
- package/coverage/IconButton/index.html +1 -1
- package/coverage/IconButton/props/defaultProps.js.html +1 -1
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +7 -4
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +16 -16
- package/coverage/coverage-summary.json +16 -16
- package/coverage/index.html +1 -1
- package/es/ActionButton/ActionButton.module.css +192 -192
- package/es/AlphabeticList/AlphabeticList.module.css +57 -57
- package/es/Attachment/Attachment.module.css +4 -4
- package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/es/ChannelIcon/ChannelIcon.module.css +225 -225
- package/es/Drawer/Drawer.module.css +3 -3
- package/es/FormAction/FormAction.module.css +100 -100
- package/es/IconButton/IconButton.module.css +22 -22
- package/es/ImportantNotes/ImportantNotes.module.css +1 -1
- package/es/Message/Message.module.css +1 -1
- package/es/Separator/Separator.module.css +2 -11
- package/es/TagWithIcon/TagWithIcon.module.css +66 -66
- package/es/ToastMessage/ToastMessage.module.css +3 -3
- package/es/alert/AlertHeader/AlertHeader.module.css +2 -4
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/es/avatar/AvatarUser/AvatarUser.module.css +2 -46
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
- package/es/common/dot_boxShadow.module.css +0 -2
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/es/errorstate/EmptyStates.module.css +1 -24
- package/es/form/fields/TextEditor/TextEditor.module.css +63 -48
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +2 -22
- package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/es/list/AvatarFlip/AvatarFlip.module.css +2 -2
- package/es/list/Comment/Comment.module.css +29 -29
- package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +2 -4
- package/es/list/Dot/Dot.module.css +15 -15
- package/es/list/GridStencils/GridStencils.module.css +1 -35
- package/es/list/ListLayout/ListLayout.module.css +79 -79
- package/es/list/Subject/Subject.module.css +34 -34
- package/es/list/Thread/Thread.module.css +42 -42
- package/es/list/status/StatusListItem/StatusListItem.module.css +6 -35
- package/es/lookup/header/Close/LookupClose.module.css +2 -3
- package/es/lookup/header/Title/LookupTitle.module.css +2 -6
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +2 -13
- package/es/lookup/header/lookupHeaderCommon.module.css +2 -9
- package/es/setup/header/Search/Search.module.css +2 -14
- package/es/setup/table/Text/TableText.module.css +2 -11
- package/es/v1/DotWrapper/DotWrapper.js +39 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +24 -0
- package/es/v1/DotWrapper/libraryChunks/importMapping.js +19 -0
- package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/props/defaultProps.js +6 -0
- package/es/v1/DotWrapper/props/propTypes.js +9 -0
- package/es/v1/DotWrapper/utils/appearanceProperties.js +46 -0
- package/es/v1/DotWrapper/utils/errorMessage.js +7 -0
- package/es/v1/DotWrapper/utils/importFiles.js +31 -0
- package/es/v1/DotWrapper/utils/sizeProperties.js +12 -0
- package/es/v1/DotWrapper/utils/themeProperties.js +220 -0
- package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -92
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +2 -8
- package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +3 -4
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -135
- package/lib/ActionButton/ActionButton.module.css +192 -192
- package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
- package/lib/Attachment/Attachment.module.css +4 -4
- package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
- package/lib/Drawer/Drawer.module.css +3 -3
- package/lib/FormAction/FormAction.module.css +100 -100
- package/lib/IconButton/IconButton.module.css +22 -22
- package/lib/ImportantNotes/ImportantNotes.module.css +1 -1
- package/lib/Message/Message.module.css +1 -1
- package/lib/Separator/Separator.module.css +2 -11
- package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
- package/lib/ToastMessage/ToastMessage.module.css +3 -3
- package/lib/alert/AlertHeader/AlertHeader.module.css +2 -4
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/lib/avatar/AvatarUser/AvatarUser.module.css +2 -46
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
- package/lib/common/dot_boxShadow.module.css +0 -2
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/lib/errorstate/EmptyStates.module.css +1 -24
- package/lib/form/fields/TextEditor/TextEditor.module.css +63 -48
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +2 -22
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/lib/list/AvatarFlip/AvatarFlip.module.css +2 -2
- package/lib/list/Comment/Comment.module.css +29 -29
- package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +2 -4
- package/lib/list/Dot/Dot.module.css +15 -15
- package/lib/list/GridStencils/GridStencils.module.css +1 -35
- package/lib/list/ListLayout/ListLayout.module.css +79 -79
- package/lib/list/Subject/Subject.module.css +34 -34
- package/lib/list/Thread/Thread.module.css +42 -42
- package/lib/list/status/StatusListItem/StatusListItem.module.css +6 -35
- package/lib/lookup/header/Close/LookupClose.module.css +2 -3
- package/lib/lookup/header/Title/LookupTitle.module.css +2 -6
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +2 -13
- package/lib/lookup/header/lookupHeaderCommon.module.css +2 -9
- package/lib/setup/header/Search/Search.module.css +2 -14
- package/lib/setup/table/Text/TableText.module.css +2 -11
- package/lib/v1/DotWrapper/DotWrapper.js +64 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +43 -0
- package/lib/v1/DotWrapper/libraryChunks/importMapping.js +26 -0
- package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/props/defaultProps.js +13 -0
- package/lib/v1/DotWrapper/props/propTypes.js +20 -0
- package/lib/v1/DotWrapper/utils/appearanceProperties.js +79 -0
- package/lib/v1/DotWrapper/utils/errorMessage.js +14 -0
- package/lib/v1/DotWrapper/utils/importFiles.js +40 -0
- package/lib/v1/DotWrapper/utils/sizeProperties.js +31 -0
- package/lib/v1/DotWrapper/utils/themeProperties.js +325 -0
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -92
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +2 -8
- package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +3 -4
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -135
- package/package.json +3 -3
- package/result.json +1 -1
|
@@ -3,11 +3,9 @@
|
|
|
3
3
|
z-index: 2;
|
|
4
4
|
border-bottom: 1px solid var(--zdt_setupdetail_header_border);
|
|
5
5
|
}
|
|
6
|
-
|
|
7
6
|
.back {
|
|
8
7
|
width: var(--zd_size60) ;
|
|
9
8
|
}
|
|
10
|
-
|
|
11
9
|
.backIcon {
|
|
12
10
|
height: var(--zd_size30) ;
|
|
13
11
|
width: var(--zd_size30) ;
|
|
@@ -19,11 +17,9 @@
|
|
|
19
17
|
border-radius: 50%;
|
|
20
18
|
cursor: pointer;
|
|
21
19
|
}
|
|
22
|
-
|
|
23
20
|
[dir=ltr] .backIcon {
|
|
24
21
|
margin-left: var(--zd_size19) ;
|
|
25
22
|
}
|
|
26
|
-
|
|
27
23
|
[dir=rtl] .backIcon {
|
|
28
24
|
margin-right: var(--zd_size19) ;
|
|
29
25
|
}
|
|
@@ -31,7 +27,6 @@
|
|
|
31
27
|
.backIcon:hover {
|
|
32
28
|
background-color: var(--zdt_setupdetail_hover_backicon_bg);
|
|
33
29
|
}
|
|
34
|
-
|
|
35
30
|
.title {
|
|
36
31
|
font-size: var(--zd_font_size16) ;
|
|
37
32
|
line-height: 1;
|
|
@@ -39,11 +34,9 @@
|
|
|
39
34
|
color: var(--zdt_setupdetail_backicon);
|
|
40
35
|
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
41
36
|
}
|
|
42
|
-
|
|
43
37
|
[dir=ltr] .title {
|
|
44
38
|
padding-right: var(--zd_size12) ;
|
|
45
39
|
}
|
|
46
|
-
|
|
47
40
|
[dir=rtl] .title {
|
|
48
41
|
padding-left: var(--zd_size12) ;
|
|
49
42
|
}
|
|
@@ -51,22 +44,18 @@
|
|
|
51
44
|
.rightPanel {
|
|
52
45
|
composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
|
|
53
46
|
}
|
|
54
|
-
|
|
55
47
|
.helpInfoCont {
|
|
56
48
|
position: absolute;
|
|
57
49
|
z-index: 10;
|
|
58
50
|
}
|
|
59
|
-
|
|
60
51
|
[dir=ltr] .helpInfoCont {
|
|
61
52
|
right: 0 ;
|
|
62
53
|
padding: var(--zd_size12) var(--zd_size15) 0 0 ;
|
|
63
54
|
}
|
|
64
|
-
|
|
65
55
|
[dir=rtl] .helpInfoCont {
|
|
66
56
|
left: 0 ;
|
|
67
57
|
padding: var(--zd_size12) 0 0 var(--zd_size15) ;
|
|
68
58
|
}
|
|
69
|
-
|
|
70
59
|
.helpInfo {
|
|
71
60
|
line-height: 2.3636;
|
|
72
61
|
height: var(--zd_size28) ;
|
|
@@ -79,11 +68,9 @@
|
|
|
79
68
|
text-align: center;
|
|
80
69
|
cursor: pointer;
|
|
81
70
|
}
|
|
82
|
-
|
|
83
71
|
[dir=ltr] .mr15 {
|
|
84
72
|
margin-right: var(--zd_size15) ;
|
|
85
73
|
}
|
|
86
|
-
|
|
87
74
|
[dir=rtl] .mr15 {
|
|
88
75
|
margin-left: var(--zd_size15) ;
|
|
89
76
|
}
|
|
@@ -91,15 +78,12 @@
|
|
|
91
78
|
.content {
|
|
92
79
|
z-index: 1;
|
|
93
80
|
}
|
|
94
|
-
|
|
95
81
|
[dir=ltr] .padding {
|
|
96
82
|
padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size60) ;
|
|
97
83
|
}
|
|
98
|
-
|
|
99
84
|
[dir=rtl] .padding {
|
|
100
85
|
padding: var(--zd_size10) var(--zd_size60) var(--zd_size10) var(--zd_size25) ;
|
|
101
86
|
}
|
|
102
|
-
|
|
103
87
|
.popup {
|
|
104
88
|
z-index: 3;
|
|
105
89
|
position: absolute;
|
|
@@ -108,23 +92,19 @@
|
|
|
108
92
|
width: var(--zd_size330) ;
|
|
109
93
|
transition: transform var(--zd_transition3);
|
|
110
94
|
border: 1px solid var(--zdt_setupdetail_popup_border);
|
|
111
|
-
background-color: var(--
|
|
95
|
+
background-color: var(--zdt_setupdetail_popup_bg);
|
|
112
96
|
}
|
|
113
|
-
|
|
114
97
|
[dir=ltr] .popup {
|
|
115
98
|
right: 0 ;
|
|
116
99
|
transform: translateX(100%);
|
|
117
100
|
}
|
|
118
|
-
|
|
119
101
|
[dir=rtl] .popup {
|
|
120
102
|
left: 0 ;
|
|
121
103
|
transform: translateX(-100%);
|
|
122
104
|
}
|
|
123
|
-
|
|
124
105
|
.popup.open {
|
|
125
106
|
transform: translateX(0);
|
|
126
107
|
}
|
|
127
|
-
|
|
128
108
|
.close {
|
|
129
109
|
composes: disableFocus from '~@zohodesk/components/lib/common/common.module.css';
|
|
130
110
|
}
|
|
@@ -169,4 +149,4 @@
|
|
|
169
149
|
|
|
170
150
|
.infoFooter {
|
|
171
151
|
padding: var(--zd_size10) var(--zd_size20) ;
|
|
172
|
-
}
|
|
152
|
+
}
|
|
@@ -1,165 +1,165 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--borderColor: var(--zdt_subtablayout_border);
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.tabHead,
|
|
6
|
-
.shadowStyle {
|
|
7
|
-
position: relative;
|
|
8
|
-
composes: varClass;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.tabHead, .shadowStyle {
|
|
12
|
-
background: var(--
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
[dir=ltr] .left {
|
|
16
|
-
margin-right: var(--zd_size15) ;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
[dir=rtl] .left {
|
|
20
|
-
margin-left: var(--zd_size15) ;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.plusIconLine {
|
|
24
|
-
position: relative;
|
|
25
|
-
z-index: 2;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.plusIconLine::before {
|
|
29
|
-
position: absolute;
|
|
30
|
-
content: '';
|
|
31
|
-
width: var(--zd_size1) ;
|
|
32
|
-
height: var(--zd_size28) ;
|
|
33
|
-
top: var(--zd_size38) ;
|
|
34
|
-
z-index: -1;
|
|
35
|
-
background: var(--zdt_subtablayout_plusicon_bg);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
[dir=ltr] .plusIconLine::before {
|
|
39
|
-
left: var(--zd_size20) ;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
[dir=rtl] .plusIconLine::before {
|
|
43
|
-
right: var(--zd_size20) ;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.primary_borderStyle, .secondary_borderStyle {
|
|
47
|
-
border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.tertiary_borderStyle {
|
|
51
|
-
border-bottom: 1px solid var(--borderColor);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.shadowStyle::before {
|
|
55
|
-
bottom: 0 ;
|
|
56
|
-
content: '';
|
|
57
|
-
position: absolute;
|
|
58
|
-
top: var(--zd_size20) ;
|
|
59
|
-
z-index: -1;
|
|
60
|
-
box-shadow: var(--zd_bs_subtablayout_shadow);
|
|
61
|
-
border-radius: 100px/10px;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
[dir=ltr] .shadowStyle::before {
|
|
65
|
-
left: var(--zd_size50) ;
|
|
66
|
-
right: var(--zd_size50) ;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
[dir=rtl] .shadowStyle::before {
|
|
70
|
-
right: var(--zd_size50) ;
|
|
71
|
-
left: var(--zd_size50) ;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.aside {
|
|
75
|
-
composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.title {
|
|
79
|
-
color: var(--zdt_subtablayout_title_text);
|
|
80
|
-
font-size: var(--zd_font_size15) ;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.label {
|
|
84
|
-
font-size: var(--zd_font_size12) ;
|
|
85
|
-
color: var(--zdt_subtablayout_label_text);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
|
|
89
|
-
padding-top: var(--zd_size27) ;
|
|
90
|
-
padding-bottom: var(--zd_size26) ;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
[dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
94
|
-
padding-left: var(--zd_size25) ;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
[dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
98
|
-
padding-right: var(--zd_size25) ;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
[dir=ltr] .primary, [dir=ltr] .primary_peek {
|
|
102
|
-
padding-right: var(--zd_size25) ;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
[dir=rtl] .primary, [dir=rtl] .primary_peek {
|
|
106
|
-
padding-left: var(--zd_size25) ;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
[dir=ltr] .secondary, [dir=ltr] .secondary_peek {
|
|
110
|
-
padding-right: var(--zd_size115) ;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
[dir=rtl] .secondary, [dir=rtl] .secondary_peek {
|
|
114
|
-
padding-left: var(--zd_size115) ;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
[dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
|
|
118
|
-
padding-right: var(--zd_size25) ;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
[dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
|
|
122
|
-
padding-left: var(--zd_size25) ;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
[dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
126
|
-
padding-right: var(--zd_size115) ;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
[dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
130
|
-
padding-left: var(--zd_size115) ;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.tertiary,
|
|
134
|
-
.tertiary_peek {
|
|
135
|
-
height: var(--zd_size50) ;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.tertiary, .tertiary_detailFooter {
|
|
139
|
-
padding: 0 var(--zd_size65) ;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.tertiary_peek, .tertiary_peekFooter {
|
|
143
|
-
padding: 0 var(--zd_size42) ;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.cursor {
|
|
147
|
-
cursor: pointer;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.footer {
|
|
151
|
-
composes: varClass;
|
|
152
|
-
border-top: 1px solid var(--borderColor);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.medium {
|
|
156
|
-
height: var(--zd_size40) ;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.large {
|
|
160
|
-
height: var(--zd_size45) ;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.xlarge {
|
|
164
|
-
height: var(--zd_size50) ;
|
|
1
|
+
.varClass {
|
|
2
|
+
--borderColor: var(--zdt_subtablayout_border);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.tabHead,
|
|
6
|
+
.shadowStyle {
|
|
7
|
+
position: relative;
|
|
8
|
+
composes: varClass;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.tabHead, .shadowStyle {
|
|
12
|
+
background: var(--zdt_subtablayout_tabhead_bg);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[dir=ltr] .left {
|
|
16
|
+
margin-right: var(--zd_size15) ;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[dir=rtl] .left {
|
|
20
|
+
margin-left: var(--zd_size15) ;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.plusIconLine {
|
|
24
|
+
position: relative;
|
|
25
|
+
z-index: 2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.plusIconLine::before {
|
|
29
|
+
position: absolute;
|
|
30
|
+
content: '';
|
|
31
|
+
width: var(--zd_size1) ;
|
|
32
|
+
height: var(--zd_size28) ;
|
|
33
|
+
top: var(--zd_size38) ;
|
|
34
|
+
z-index: -1;
|
|
35
|
+
background: var(--zdt_subtablayout_plusicon_bg);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
[dir=ltr] .plusIconLine::before {
|
|
39
|
+
left: var(--zd_size20) ;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
[dir=rtl] .plusIconLine::before {
|
|
43
|
+
right: var(--zd_size20) ;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.primary_borderStyle, .secondary_borderStyle {
|
|
47
|
+
border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.tertiary_borderStyle {
|
|
51
|
+
border-bottom: 1px solid var(--borderColor);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.shadowStyle::before {
|
|
55
|
+
bottom: 0 ;
|
|
56
|
+
content: '';
|
|
57
|
+
position: absolute;
|
|
58
|
+
top: var(--zd_size20) ;
|
|
59
|
+
z-index: -1;
|
|
60
|
+
box-shadow: var(--zd_bs_subtablayout_shadow);
|
|
61
|
+
border-radius: 100px/10px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
[dir=ltr] .shadowStyle::before {
|
|
65
|
+
left: var(--zd_size50) ;
|
|
66
|
+
right: var(--zd_size50) ;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
[dir=rtl] .shadowStyle::before {
|
|
70
|
+
right: var(--zd_size50) ;
|
|
71
|
+
left: var(--zd_size50) ;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.aside {
|
|
75
|
+
composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.title {
|
|
79
|
+
color: var(--zdt_subtablayout_title_text);
|
|
80
|
+
font-size: var(--zd_font_size15) ;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.label {
|
|
84
|
+
font-size: var(--zd_font_size12) ;
|
|
85
|
+
color: var(--zdt_subtablayout_label_text);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
|
|
89
|
+
padding-top: var(--zd_size27) ;
|
|
90
|
+
padding-bottom: var(--zd_size26) ;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
[dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
94
|
+
padding-left: var(--zd_size25) ;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
[dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
98
|
+
padding-right: var(--zd_size25) ;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
[dir=ltr] .primary, [dir=ltr] .primary_peek {
|
|
102
|
+
padding-right: var(--zd_size25) ;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
[dir=rtl] .primary, [dir=rtl] .primary_peek {
|
|
106
|
+
padding-left: var(--zd_size25) ;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
[dir=ltr] .secondary, [dir=ltr] .secondary_peek {
|
|
110
|
+
padding-right: var(--zd_size115) ;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
[dir=rtl] .secondary, [dir=rtl] .secondary_peek {
|
|
114
|
+
padding-left: var(--zd_size115) ;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
[dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
|
|
118
|
+
padding-right: var(--zd_size25) ;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
[dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
|
|
122
|
+
padding-left: var(--zd_size25) ;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
[dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
126
|
+
padding-right: var(--zd_size115) ;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
[dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
130
|
+
padding-left: var(--zd_size115) ;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.tertiary,
|
|
134
|
+
.tertiary_peek {
|
|
135
|
+
height: var(--zd_size50) ;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.tertiary, .tertiary_detailFooter {
|
|
139
|
+
padding: 0 var(--zd_size65) ;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.tertiary_peek, .tertiary_peekFooter {
|
|
143
|
+
padding: 0 var(--zd_size42) ;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.cursor {
|
|
147
|
+
cursor: pointer;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.footer {
|
|
151
|
+
composes: varClass;
|
|
152
|
+
border-top: 1px solid var(--borderColor);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.medium {
|
|
156
|
+
height: var(--zd_size40) ;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.large {
|
|
160
|
+
height: var(--zd_size45) ;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.xlarge {
|
|
164
|
+
height: var(--zd_size50) ;
|
|
165
165
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
.iconStyle {
|
|
2
|
-
color: var(--
|
|
3
|
-
}
|
|
2
|
+
color: var(--zdt_avatarflip_default_text);
|
|
3
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--icon_color: var(--zdt_comment_iconText);
|
|
3
|
-
}
|
|
4
|
-
.container {
|
|
5
|
-
composes: varClass;
|
|
6
|
-
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
7
|
-
position: relative;
|
|
8
|
-
color: var(--icon_color);
|
|
9
|
-
padding: 0 var(--zd_size2) ;
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
}
|
|
12
|
-
.container:hover {
|
|
13
|
-
--icon_color: var(--zdt_comment_hover_iconText);
|
|
14
|
-
}
|
|
15
|
-
.count {
|
|
16
|
-
position: absolute;
|
|
17
|
-
top: var(--zd_size1) ;
|
|
18
|
-
font-size: var(--zd_font_size9) ;
|
|
19
|
-
text-align: center;
|
|
20
|
-
}
|
|
21
|
-
[dir=ltr] .count {
|
|
22
|
-
left: 100% ;
|
|
23
|
-
}
|
|
24
|
-
[dir=rtl] .count {
|
|
25
|
-
right: 100% ;
|
|
26
|
-
}
|
|
27
|
-
.commentIcon {
|
|
28
|
-
font-size: var(--zd_font_size13) ;
|
|
29
|
-
}
|
|
1
|
+
.varClass {
|
|
2
|
+
--icon_color: var(--zdt_comment_iconText);
|
|
3
|
+
}
|
|
4
|
+
.container {
|
|
5
|
+
composes: varClass;
|
|
6
|
+
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
7
|
+
position: relative;
|
|
8
|
+
color: var(--icon_color);
|
|
9
|
+
padding: 0 var(--zd_size2) ;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
}
|
|
12
|
+
.container:hover {
|
|
13
|
+
--icon_color: var(--zdt_comment_hover_iconText);
|
|
14
|
+
}
|
|
15
|
+
.count {
|
|
16
|
+
position: absolute;
|
|
17
|
+
top: var(--zd_size1) ;
|
|
18
|
+
font-size: var(--zd_font_size9) ;
|
|
19
|
+
text-align: center;
|
|
20
|
+
}
|
|
21
|
+
[dir=ltr] .count {
|
|
22
|
+
left: 100% ;
|
|
23
|
+
}
|
|
24
|
+
[dir=rtl] .count {
|
|
25
|
+
right: 100% ;
|
|
26
|
+
}
|
|
27
|
+
.commentIcon {
|
|
28
|
+
font-size: var(--zd_font_size13) ;
|
|
29
|
+
}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
.departmentBox {
|
|
2
2
|
max-width: 100% ;
|
|
3
3
|
}
|
|
4
|
-
|
|
5
4
|
.departmentBox :global .toggleDropIcon {
|
|
6
5
|
color: var(--zdt_departmentdropdown_default_text);
|
|
7
6
|
}
|
|
8
|
-
|
|
9
7
|
.departmentBox:hover :global .toggleDropIcon {
|
|
10
|
-
color: var(--
|
|
11
|
-
}
|
|
8
|
+
color: var(--zdt_departmentdropdown_default_hover_text);
|
|
9
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--dotColor: var(--zdt_dot_text)
|
|
3
|
-
}
|
|
4
|
-
.dot {
|
|
5
|
-
composes: varClass;
|
|
6
|
-
font-size: var(--zd_font_size16) ;
|
|
7
|
-
color: var(--dotColor);
|
|
8
|
-
transform: perspective(1px);
|
|
9
|
-
}
|
|
10
|
-
.list {
|
|
11
|
-
margin: 0 var(--zd_size6) ;
|
|
12
|
-
}
|
|
13
|
-
.minimalList {
|
|
14
|
-
margin: 0 var(--zd_size6) ;
|
|
15
|
-
}
|
|
1
|
+
.varClass {
|
|
2
|
+
--dotColor: var(--zdt_dot_text)
|
|
3
|
+
}
|
|
4
|
+
.dot {
|
|
5
|
+
composes: varClass;
|
|
6
|
+
font-size: var(--zd_font_size16) ;
|
|
7
|
+
color: var(--dotColor);
|
|
8
|
+
transform: perspective(1px);
|
|
9
|
+
}
|
|
10
|
+
.list {
|
|
11
|
+
margin: 0 var(--zd_size6) ;
|
|
12
|
+
}
|
|
13
|
+
.minimalList {
|
|
14
|
+
margin: 0 var(--zd_size6) ;
|
|
15
|
+
}
|