@antscorp/antsomi-ui 2.0.108 → 2.0.109
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/CHANGELOG.md +63 -0
- package/README.md +78 -78
- package/es/__mocks__/1000_city.json +802 -802
- package/es/__mocks__/sql-query.json +56 -56
- package/es/assets/css/main.scss +6 -6
- package/es/assets/images/feedback.svg +3 -3
- package/es/assets/svg/mobile-frame.svg +3 -3
- package/es/assets/svg/warning-icon.svg +5 -5
- package/es/components/atoms/Alert/Alert.js +28 -28
- package/es/components/atoms/ContentEditable/styled.js +16 -16
- package/es/components/atoms/DividerPure/styled.js +35 -35
- package/es/components/atoms/Icon/index.js +19 -19
- package/es/components/atoms/Iframe/Iframe.js +18 -18
- package/es/components/atoms/Input/styled.js +104 -104
- package/es/components/atoms/InputDynamic/styled.js +284 -284
- package/es/components/atoms/MobileBrandingBar/styled.js +21 -21
- package/es/components/atoms/MobileFrame/styled.js +30 -30
- package/es/components/atoms/MobileFrameV2/styled.js +42 -42
- package/es/components/atoms/MobileFrameV3/styled.js +31 -31
- package/es/components/atoms/NotificationStatus/styled.js +10 -10
- package/es/components/atoms/PreviewTabs/styled.js +69 -69
- package/es/components/atoms/Radio/index.js +16 -16
- package/es/components/atoms/ReactIframe/ReactIframe.js +5 -5
- package/es/components/atoms/ReactIframe/styled.js +9 -9
- package/es/components/atoms/RequiredLabel/styled.js +3 -3
- package/es/components/atoms/ScrollBox/index.js +5 -5
- package/es/components/atoms/Scrollbars/styled.js +21 -21
- package/es/components/atoms/SlideBar/styled.js +194 -194
- package/es/components/atoms/Slider/styled.js +31 -31
- package/es/components/atoms/Space/Space.js +4 -4
- package/es/components/atoms/Spin/styled.js +11 -11
- package/es/components/atoms/Steps/styled.js +244 -244
- package/es/components/atoms/Switch/styled.js +56 -56
- package/es/components/atoms/Tag/Tag.js +10 -10
- package/es/components/atoms/Text/styled.js +34 -34
- package/es/components/icons/DomainManagementIcon.js +1 -1
- package/es/components/icons/LoadingIcon.js +33 -33
- package/es/components/icons/document/styled.js +43 -43
- package/es/components/index.scss +1 -1
- package/es/components/molecules/AccessDenied/styled.js +28 -28
- package/es/components/molecules/AccountSelection/styled.js +110 -110
- package/es/components/molecules/AddDynamicContent/styled.js +23 -23
- package/es/components/molecules/AlignSetting/styled.js +4 -4
- package/es/components/molecules/ApplyPopupContent/styled.js +32 -32
- package/es/components/molecules/CalendarSelection/components/AutoUpdateTo/styled.js +8 -8
- package/es/components/molecules/CalendarSelection/components/CustomPicker/styled.js +79 -79
- package/es/components/molecules/CalendarSelection/components/Footer/styled.js +4 -4
- package/es/components/molecules/CalendarSelection/components/RangePicker/styled.js +21 -21
- package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/components/Option/Option.js +26 -26
- package/es/components/molecules/CalendarSelection/components/RangeSelectOptions/styled.js +30 -30
- package/es/components/molecules/CalendarSelection/components/TimeRangeDisplay/styled.js +26 -26
- package/es/components/molecules/CalendarSelection/styled.js +8 -8
- package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +119 -119
- package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +67 -67
- package/es/components/molecules/CaptureScreen/styled.js +240 -240
- package/es/components/molecules/ChartTab/components/styled.js +24 -24
- package/es/components/molecules/ChartTab/styled.js +20 -20
- package/es/components/molecules/ChatBox/AntsomiAI.js +8 -8
- package/es/components/molecules/ChatBox/ChatBoxInsight/QuestionItem.js +9 -9
- package/es/components/molecules/ChatBox/ChatBoxInsight/styled.js +365 -365
- package/es/components/molecules/ChatBox/styled.js +324 -324
- package/es/components/molecules/CodeStructure/styled.js +5 -5
- package/es/components/molecules/ColorPicker/ChromePicker/styled.js +10 -10
- package/es/components/molecules/ColorPicker/CustomPicker/styled.js +89 -89
- package/es/components/molecules/ColorPicker/SketchPicker/styled.js +5 -5
- package/es/components/molecules/ColorPicker/styled.js +7 -7
- package/es/components/molecules/ColorSetting/styled.js +39 -39
- package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +110 -110
- package/es/components/molecules/DatePickerV2/styled.js +6 -6
- package/es/components/molecules/DisplayFormat/styled.js +12 -12
- package/es/components/molecules/DrawerDetail/components/ToggleDrawerSizeButton.js +24 -24
- package/es/components/molecules/DrawerDetail/styled.js +109 -109
- package/es/components/molecules/Dropdown/style.scss +11 -11
- package/es/components/molecules/Dropdown/styled.js +28 -28
- package/es/components/molecules/EdgeSetting/styled.js +10 -10
- package/es/components/molecules/EditableName/styled.js +70 -70
- package/es/components/molecules/EditingList/styled.js +29 -29
- package/es/components/molecules/EditingListV2/components/List/List.js +9 -9
- package/es/components/molecules/EditorTab/styled.js +156 -156
- package/es/components/molecules/EmojiCollections/styled.js +22 -22
- package/es/components/molecules/EmojiPopover/styled.js +4 -4
- package/es/components/molecules/EmptyData/styled.js +53 -53
- package/es/components/molecules/FontSizeInput/index.scss +15 -15
- package/es/components/molecules/GradientSetting/styled.js +57 -57
- package/es/components/molecules/HeaderV2/styled.js +70 -70
- package/es/components/molecules/IconSelection/styled.js +69 -69
- package/es/components/molecules/ImageEditor/components/ModalShortcut.js +21 -21
- package/es/components/molecules/ImageEditor/styled.js +5 -5
- package/es/components/molecules/ImagePreview/styled.js +3 -3
- package/es/components/molecules/InputNumberWithUnit/styled.js +14 -14
- package/es/components/molecules/InputSearch/styled.js +41 -41
- package/es/components/molecules/ItemNotFound/styled.js +26 -26
- package/es/components/molecules/MatchAnySelect/components/ExtendValuePopup.js +8 -8
- package/es/components/molecules/MatchAnySelect/styled.js +247 -247
- package/es/components/molecules/Modal/styled.js +63 -63
- package/es/components/molecules/ModalSelect/styled.js +152 -152
- package/es/components/molecules/ModalV2/styled.js +27 -27
- package/es/components/molecules/PopupDraggable/styled.js +57 -57
- package/es/components/molecules/PreviewModal/styled.js +26 -26
- package/es/components/molecules/ProcessLoading/styled.js +2 -2
- package/es/components/molecules/QuillEditor/CustomToolbar.js +3165 -3165
- package/es/components/molecules/QuillEditor/EditorToolbar.js +7 -7
- package/es/components/molecules/QuillEditor/styled.js +25 -25
- package/es/components/molecules/RadioGroup/styled.js +9 -9
- package/es/components/molecules/RequestAccess/styled.js +38 -38
- package/es/components/molecules/ResizeGrid/components/Cell/styled.js +77 -77
- package/es/components/molecules/ResizeGrid/styled.js +50 -50
- package/es/components/molecules/RichMenu/RichMenuBlock/RichMenuCell/styled.js +118 -118
- package/es/components/molecules/RichMenu/RichMenuBlock/styled.js +13 -13
- package/es/components/molecules/RichMenu/RichMenuChatBar/TypingChat/styled.js +40 -40
- package/es/components/molecules/RichMenu/RichMenuChatBar/styled.js +27 -27
- package/es/components/molecules/RichMenu/RichMenuMobileView/RichMenuMobileView.js +2 -2
- package/es/components/molecules/RichMenu/RichMenuMobileView/styled.js +38 -38
- package/es/components/molecules/SearchPopover/components/PopoverSelect/styled.js +36 -36
- package/es/components/molecules/SearchPopover/components/PopoverSelect/styles.scss +7 -7
- package/es/components/molecules/SearchPopover/styled.js +32 -32
- package/es/components/molecules/Select/styled.js +32 -32
- package/es/components/molecules/SelectAccount/styled.js +147 -147
- package/es/components/molecules/SelectEventAttribute/styled.js +8 -8
- package/es/components/molecules/SelectMulti/styled.js +62 -62
- package/es/components/molecules/SelectV2/styled.js +124 -124
- package/es/components/molecules/SettingWrapper/styled.js +12 -12
- package/es/components/molecules/ShareAccess/components/GeneralAccess/styled.js +56 -56
- package/es/components/molecules/ShareAccess/components/LayoutContent/styled.js +5 -5
- package/es/components/molecules/ShareAccess/components/ModalTransferOwnerShip/styled.js +15 -15
- package/es/components/molecules/ShareAccess/components/PeopleAccess/styled.js +63 -63
- package/es/components/molecules/ShareAccess/components/SearchUser/styled.js +31 -31
- package/es/components/molecules/SliderWithInputNumber/styled.js +2 -2
- package/es/components/molecules/Tabs/Tabs.js +11 -11
- package/es/components/molecules/TagifyInput/TagifyInput.js +50 -50
- package/es/components/molecules/TagifyInput/styled.js +37 -37
- package/es/components/molecules/TagifyInput/utils.js +13 -13
- package/es/components/molecules/TagifyInput/utils.style.js +218 -218
- package/es/components/molecules/TemplateSaveAs/components/Category/Category.js +5 -5
- package/es/components/molecules/TemplateSaveAs/components/ImageSlider/styled.js +276 -276
- package/es/components/molecules/TemplateSaveAs/styled.js +134 -134
- package/es/components/molecules/ThumbnailCard/styled.js +92 -92
- package/es/components/molecules/Tree/styled.js +38 -38
- package/es/components/molecules/UnsubscribePreferences/styled.js +7 -7
- package/es/components/molecules/UnsubscribePreview/components/styled.js +53 -53
- package/es/components/molecules/UnsubscribePreview/styled.js +48 -48
- package/es/components/molecules/UploadImage/styled.js +114 -114
- package/es/components/molecules/VirtualizedMenu/styled.js +82 -82
- package/es/components/organism/AccountProfile/components/AccountSetting/components/EditableInput/styles.js +98 -98
- package/es/components/organism/AccountProfile/components/AccountSetting/components/LanguageSelector/styles.js +18 -18
- package/es/components/organism/AccountProfile/components/AccountSetting/styled.js +543 -543
- package/es/components/organism/AccountProfile/components/AccountSetting/styles.scss +39 -39
- package/es/components/organism/AccountSharing/styled.js +336 -336
- package/es/components/organism/ActivityTimeline/__mocks__/event_tracking.json +1290 -1290
- package/es/components/organism/ActivityTimeline/__mocks__/timeline.json +3059 -3059
- package/es/components/organism/ActivityTimeline/components/ActionHistory/styled.js +28 -28
- package/es/components/organism/ActivityTimeline/components/CardMember/styled.js +60 -60
- package/es/components/organism/ActivityTimeline/components/ItemGroupEvent/styled.js +4 -4
- package/es/components/organism/ActivityTimeline/components/List/styled.js +77 -77
- package/es/components/organism/ActivityTimeline/components/ListItem/styled.js +37 -37
- package/es/components/organism/ActivityTimeline/components/ProductCard/styled.js +92 -92
- package/es/components/organism/ActivityTimeline/components/Redeem/styled.js +7 -7
- package/es/components/organism/ActivityTimeline/components/Slide/styled.js +20 -20
- package/es/components/organism/ActivityTimeline/components/TimeLineTitle/styled.js +7 -7
- package/es/components/organism/ActivityTimeline/components/TimelineSection/styled.js +69 -69
- package/es/components/organism/ActivityTimeline/styled.js +39 -39
- package/es/components/organism/AlgorithmsSetting/styled.js +35 -35
- package/es/components/organism/BasicLogin/components/ChooseMethod/styled.js +19 -19
- package/es/components/organism/BasicLogin/components/LoginWithEmail/styled.js +3 -3
- package/es/components/organism/BasicLogin/components/LoginWithGG/styled.js +3 -3
- package/es/components/organism/BasicLogin/components/SignIn/styled.js +8 -8
- package/es/components/organism/BasicLogin/components/WidgetLayout/styled.js +18 -18
- package/es/components/organism/BasicLogin/styled.js +107 -107
- package/es/components/organism/ContentSources/styled.js +50 -50
- package/es/components/organism/DataTable/components/AddButton/index.js +8 -8
- package/es/components/organism/DataTable/components/ModifyColumn/styled.js +18 -18
- package/es/components/organism/DataTable/components/Pagination/styled.js +26 -26
- package/es/components/organism/DataTable/components/Table/styled.js +135 -135
- package/es/components/organism/DataTable/components/Toolbar/SearchPopover.js +17 -17
- package/es/components/organism/DataTable/components/Toolbar/styled.js +70 -70
- package/es/components/organism/DataTable/styled/index.js +84 -84
- package/es/components/organism/Filter/components/FilterCondition/styled.js +34 -34
- package/es/components/organism/Filter/styled.js +109 -109
- package/es/components/organism/FilterSetting/components/common/InputArray/styled.js +5 -5
- package/es/components/organism/FilterSetting/components/common/InputOrSelect/index.js +63 -63
- package/es/components/organism/FilterSetting/components/common/InputSelectMulti/ColumnSuggestion/index.js +31 -31
- package/es/components/organism/FilterSetting/components/common/InputSelectMulti/Tree/index.js +22 -22
- package/es/components/organism/FilterSetting/components/common/InputSelectMulti/index.js +55 -55
- package/es/components/organism/FilterSetting/styled.js +19 -19
- package/es/components/organism/Help/styled.js +267 -267
- package/es/components/organism/LeftMenu/components/HomeMenu/styled.js +39 -39
- package/es/components/organism/LeftMenu/components/common/ChildMenu/components/MenuItemImage/styled.js +16 -16
- package/es/components/organism/LeftMenu/components/common/ChildMenu/styled.js +156 -156
- package/es/components/organism/LeftMenu/styled.js +214 -214
- package/es/components/organism/Login/components/ChooseMethod/styled.js +19 -19
- package/es/components/organism/Login/components/ForgotPassword/styled.js +8 -8
- package/es/components/organism/Login/components/LoginSelectPortal/Item/styled.js +31 -31
- package/es/components/organism/Login/components/LoginSelectPortal/styled.js +3 -3
- package/es/components/organism/Login/components/LoginWithEmail/styled.js +3 -3
- package/es/components/organism/Login/components/LoginWithGG/styled.js +3 -3
- package/es/components/organism/Login/components/SetupGGAuthenticator/styled.js +7 -7
- package/es/components/organism/Login/components/SignIn/styled.js +8 -8
- package/es/components/organism/Login/components/VerifyAccount/styled.js +13 -13
- package/es/components/organism/Login/components/WidgetLayout/styled.js +18 -18
- package/es/components/organism/Login/styled.js +115 -115
- package/es/components/organism/Menu/styled.js +6 -6
- package/es/components/organism/ModifyColumnModal/styled.js +132 -132
- package/es/components/organism/Notification/styled.js +155 -155
- package/es/components/organism/PreviewCollections/Messages/SkeletonMessage/styled.js +14 -14
- package/es/components/organism/PreviewCollections/WhatsappMessage/CarouselMessage/styled.js +63 -63
- package/es/components/organism/PreviewCollections/constants.js +50 -50
- package/es/components/organism/PreviewCollections/styled.js +16 -16
- package/es/components/organism/PreviewTemplateModal/components/Banner/styled.js +78 -78
- package/es/components/organism/PreviewTemplateModal/components/Information/styled.js +52 -52
- package/es/components/organism/PreviewTemplateModal/components/SimilarTemplate/styled.js +18 -18
- package/es/components/organism/PreviewTemplateModal/components/ThumbnailSlider/styled.js +77 -77
- package/es/components/organism/PreviewTemplateModal/styled.js +21 -21
- package/es/components/organism/SQLGeneration/components/styled.js +354 -354
- package/es/components/organism/SQLGeneration/index.scss +1 -1
- package/es/components/organism/SQLGeneration/integrations/AceEditor/index.scss +4 -4
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +11 -11
- package/es/components/organism/Table/CrossTabTable/styled.js +11 -11
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +17 -17
- package/es/components/organism/Table/ExplorePivotTable/styled.js +11 -11
- package/es/components/organism/TicketEditor/styled.js +850 -850
- package/es/components/organism/TicketEditorV2/styled.js +839 -839
- package/es/components/organism/index.scss +1 -1
- package/es/components/template/Layout/Layout.js +10 -10
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/components/OldLeftMenu/styled.js +73 -73
- package/es/components/template/Layout/components/RecommendationWorkspace/components/MenuMapping/styled.js +39 -39
- package/es/components/template/Layout/components/RecommendationWorkspace/components/RecommendationImage/styled.js +61 -61
- package/es/components/template/Layout/components/RecommendationWorkspace/styled.js +16 -16
- package/es/components/template/Layout/styled.js +84 -84
- package/es/components/template/TemplateListing/components/BlankTemplate/styled.js +21 -21
- package/es/components/template/TemplateListing/components/CategoryListing/styled.js +123 -123
- package/es/components/template/TemplateListing/components/Empty/styled.js +20 -20
- package/es/components/template/TemplateListing/stories/demo/styled.js +4 -4
- package/es/components/template/TemplateListing/styled/index.js +40 -40
- package/es/providers/ConfigProvider/GlobalStyle.js +1249 -1249
- package/es/services/MediaTemplateDesign/UploadFile/index.js +4 -4
- package/es/styled/common.js +51 -51
- package/es/tests/styled.js +4 -4
- package/es/utils/variables.js +7 -7
- package/package.json +266 -266
|
@@ -2,794 +2,794 @@ import styled from 'styled-components';
|
|
|
2
2
|
import { Button } from '@antscorp/antsomi-ui/es/components/atoms/Button';
|
|
3
3
|
import { Checkbox } from '@antscorp/antsomi-ui/es/components/atoms/Checkbox';
|
|
4
4
|
import { ModalV2 } from '../../molecules';
|
|
5
|
-
export const WrapperHeader = styled.div `
|
|
6
|
-
display: flex;
|
|
7
|
-
justify-content: space-between;
|
|
8
|
-
padding: 0 15px;
|
|
9
|
-
align-items: center;
|
|
10
|
-
border-bottom: 1px solid #e5e5e5;
|
|
11
|
-
height: 50px;
|
|
12
|
-
`;
|
|
13
|
-
export const WrapperContent = styled.div `
|
|
14
|
-
display: flex;
|
|
15
|
-
gap: 20px;
|
|
16
|
-
padding: 15px;
|
|
17
|
-
flex-wrap: wrap;
|
|
18
|
-
`;
|
|
19
|
-
export const WrapperLeftContent = styled.div `
|
|
20
|
-
flex: 1;
|
|
21
|
-
overflow: auto;
|
|
22
|
-
// border-right: 1px solid #e5e5e5;
|
|
23
|
-
::-webkit-scrollbar {
|
|
24
|
-
width: 8px;
|
|
25
|
-
height: 8px;
|
|
26
|
-
}
|
|
27
|
-
::-webkit-scrollbar-track {
|
|
28
|
-
background: #f2f2f2;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
::-webkit-scrollbar-thumb {
|
|
32
|
-
background: #cccccc;
|
|
33
|
-
}
|
|
34
|
-
`;
|
|
35
|
-
export const WrapperRightContent = styled.div `
|
|
36
|
-
flex: 2;
|
|
37
|
-
max-width: 66.67%;
|
|
38
|
-
::-webkit-scrollbar {
|
|
39
|
-
width: 8px;
|
|
40
|
-
height: 8px;
|
|
41
|
-
}
|
|
42
|
-
::-webkit-scrollbar-track {
|
|
43
|
-
background: #f2f2f2;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
::-webkit-scrollbar-thumb {
|
|
47
|
-
background: #cccccc;
|
|
48
|
-
}
|
|
49
|
-
`;
|
|
50
|
-
export const WrapperTextEdit = styled.a `
|
|
51
|
-
white-space: nowrap;
|
|
52
|
-
font-size: 12px;
|
|
53
|
-
color: ${props => (props.color ? props.color : '#000')};
|
|
54
|
-
text-decoration: none;
|
|
55
|
-
cursor: ${props => (props.color ? 'pointer' : 'default')};
|
|
56
|
-
max-width: 300px;
|
|
57
|
-
overflow: hidden;
|
|
58
|
-
display: inline-block;
|
|
59
|
-
text-overflow: ellipsis;
|
|
60
|
-
&:hover {
|
|
61
|
-
color: ${props => (props.color ? props.color : '#000')};
|
|
62
|
-
}
|
|
63
|
-
`;
|
|
64
|
-
export const WrapperTextInput = styled.input `
|
|
65
|
-
width: ${props => (props.width ? props.width : 'unset')};
|
|
66
|
-
min-width: ${props => (props.width ? props.width : 'unset')};
|
|
67
|
-
height: 30px;
|
|
68
|
-
border-top: none;
|
|
69
|
-
border-left: none;
|
|
70
|
-
border-right: none;
|
|
71
|
-
border-bottom: 1px solid #b8cfe6;
|
|
72
|
-
outline: none;
|
|
73
|
-
flex: 1;
|
|
74
|
-
&:hover {
|
|
75
|
-
background-color: rgb(242, 249, 255);
|
|
76
|
-
}
|
|
77
|
-
font-size: 12px;
|
|
78
|
-
color: #000;
|
|
79
|
-
`;
|
|
80
|
-
export const WrapperContentInput = styled.div `
|
|
81
|
-
display: flex;
|
|
82
|
-
align-items: ${props => (props.flexStart ? 'flex-start' : 'center')};
|
|
83
|
-
|
|
84
|
-
.error-message {
|
|
85
|
-
font-size: 12px;
|
|
86
|
-
color: red;
|
|
87
|
-
margin-top: 5px;
|
|
88
|
-
}
|
|
89
|
-
`;
|
|
90
|
-
export const WrapperLable = styled.label `
|
|
91
|
-
width: 165px;
|
|
92
|
-
min-width: 165px;
|
|
93
|
-
color: #666;
|
|
94
|
-
text-align: left;
|
|
95
|
-
display: inline-block;
|
|
96
|
-
font-size: 12px;
|
|
97
|
-
`;
|
|
98
|
-
export const WrapperDropdown = styled.div `
|
|
99
|
-
position: relative;
|
|
100
|
-
`;
|
|
101
|
-
export const WrapperToggleDropdown = styled.div `
|
|
102
|
-
&.wrapper-select-options {
|
|
103
|
-
background-color: #fff !important;
|
|
104
|
-
border-radius: 0;
|
|
105
|
-
border-top: none;
|
|
106
|
-
border-left: none;
|
|
107
|
-
width: 300px;
|
|
108
|
-
height: 30px;
|
|
109
|
-
border-right: none;
|
|
110
|
-
border-bottom: 1px solid rgb(184, 207, 230);
|
|
111
|
-
outline: none;
|
|
112
|
-
color: #000 !important;
|
|
113
|
-
border-color: rgb(184, 207, 230) !important;
|
|
114
|
-
display: flex;
|
|
115
|
-
align-items: center;
|
|
116
|
-
padding: 0 4px;
|
|
117
|
-
justify-content: space-between;
|
|
118
|
-
&:hover {
|
|
119
|
-
color: #000 !important;
|
|
120
|
-
background-color: rgb(242, 249, 255) !important;
|
|
121
|
-
border-color: rgb(184, 207, 230) !important;
|
|
122
|
-
outline: none !important;
|
|
123
|
-
box-shadow: none !important;
|
|
124
|
-
}
|
|
125
|
-
&:focus {
|
|
126
|
-
color: #000 !important;
|
|
127
|
-
background-color: #fff !important;
|
|
128
|
-
border-color: rgb(184, 207, 230) !important;
|
|
129
|
-
outline: none !important;
|
|
130
|
-
box-shadow: none !important;
|
|
131
|
-
}
|
|
132
|
-
&:active {
|
|
133
|
-
color: #000 !important;
|
|
134
|
-
background-color: #fff !important;
|
|
135
|
-
border-color: rgb(184, 207, 230) !important;
|
|
136
|
-
outline: none !important;
|
|
137
|
-
box-shadow: none !important;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
`;
|
|
141
|
-
export const WrapperDropdownMenu = styled.div `
|
|
142
|
-
box-shadow:
|
|
143
|
-
0px 5px 5px -3px rgb(0 0 0 / 20%),
|
|
144
|
-
0px 8px 10px 1px rgb(0 0 0 / 14%),
|
|
145
|
-
0px 3px 14px 2px rgb(0 0 0 / 12%);
|
|
146
|
-
width: 100%;
|
|
147
|
-
max-height: 300px;
|
|
148
|
-
overflow-y: auto;
|
|
149
|
-
position: absolute;
|
|
150
|
-
z-index: 10;
|
|
151
|
-
top: 30;
|
|
152
|
-
right: 0;
|
|
153
|
-
padding: 8px 0;
|
|
154
|
-
border-radius: 4px;
|
|
155
|
-
background: #fff;
|
|
156
|
-
border: none !important;
|
|
157
|
-
::-webkit-scrollbar {
|
|
158
|
-
width: 8px;
|
|
159
|
-
height: 8px;
|
|
160
|
-
}
|
|
161
|
-
::-webkit-scrollbar-track {
|
|
162
|
-
background: #f2f2f2;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
::-webkit-scrollbar-thumb {
|
|
166
|
-
background: #cccccc;
|
|
167
|
-
}
|
|
168
|
-
`;
|
|
169
|
-
export const WrapperDropdownItem = styled.div `
|
|
170
|
-
color: #33475b !important;
|
|
171
|
-
font-size: 14px;
|
|
172
|
-
padding: 5px 12px;
|
|
173
|
-
&:hover {
|
|
174
|
-
color: #000 !important;
|
|
175
|
-
background-color: rgb(242, 249, 255) !important;
|
|
176
|
-
border-color: rgb(184, 207, 230) !important;
|
|
177
|
-
outline: none !important;
|
|
178
|
-
box-shadow: none !important;
|
|
179
|
-
}
|
|
180
|
-
&:focus {
|
|
181
|
-
color: #000 !important;
|
|
182
|
-
background-color: #fff !important;
|
|
183
|
-
border-color: rgb(184, 207, 230) !important;
|
|
184
|
-
outline: none !important;
|
|
185
|
-
box-shadow: none !important;
|
|
186
|
-
}
|
|
187
|
-
&:active {
|
|
188
|
-
color: #000 !important;
|
|
189
|
-
background-color: #fff !important;
|
|
190
|
-
border-color: rgb(184, 207, 230) !important;
|
|
191
|
-
outline: none !important;
|
|
192
|
-
box-shadow: none !important;
|
|
193
|
-
}
|
|
194
|
-
`;
|
|
195
|
-
export const WrapperLabelDropdown = styled.div `
|
|
196
|
-
color: #000;
|
|
197
|
-
font-size: 12px;
|
|
198
|
-
`;
|
|
199
|
-
export const MaterialChip = styled.div `
|
|
200
|
-
margin: 0;
|
|
201
|
-
background-color: #cae5fe;
|
|
202
|
-
color: #000;
|
|
203
|
-
font-size: 12px;
|
|
204
|
-
position: relative;
|
|
205
|
-
border-radius: 12px;
|
|
206
|
-
display: flex;
|
|
207
|
-
padding: 10px;
|
|
208
|
-
align-items: center;
|
|
209
|
-
height: 24px;
|
|
210
|
-
width: fit-content;
|
|
211
|
-
.content-chip {
|
|
212
|
-
margin: 0 5px;
|
|
213
|
-
display: flex;
|
|
214
|
-
align-items: center;
|
|
215
|
-
white-space: nowrap;
|
|
216
|
-
overflow: hidden;
|
|
217
|
-
text-overflow: ellipsis;
|
|
218
|
-
}
|
|
219
|
-
&:hover .delete-button {
|
|
220
|
-
display: flex;
|
|
221
|
-
}
|
|
222
|
-
.delete-button {
|
|
223
|
-
display: none;
|
|
224
|
-
right: 5px;
|
|
225
|
-
position: absolute;
|
|
226
|
-
top: 4px;
|
|
227
|
-
z-index: 10;
|
|
228
|
-
border: 0;
|
|
229
|
-
cursor: pointer;
|
|
230
|
-
outline: none;
|
|
231
|
-
background: #fff;
|
|
232
|
-
color: #005eb8;
|
|
233
|
-
font-size: 12px;
|
|
234
|
-
border-radius: 50%;
|
|
235
|
-
span {
|
|
236
|
-
height: 16px;
|
|
237
|
-
width: 16px;
|
|
238
|
-
padding: 0px;
|
|
239
|
-
color: #000;
|
|
240
|
-
font-size: 12px;
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
`;
|
|
244
|
-
export const Wrapper = styled.div `
|
|
245
|
-
overflow-x: hidden;
|
|
246
|
-
align-items: center;
|
|
247
|
-
cursor: pointer;
|
|
248
|
-
display: flex;
|
|
249
|
-
min-width: 0;
|
|
250
|
-
.chip-container {
|
|
251
|
-
margin: 0px 4px 0 0px;
|
|
252
|
-
overflow: hidden;
|
|
253
|
-
font-size: 0.813rem;
|
|
254
|
-
font-family: Roboto-Bold;
|
|
255
|
-
height: 24px;
|
|
256
|
-
}
|
|
257
|
-
`;
|
|
258
|
-
export const DivLoading = styled.div `
|
|
259
|
-
height: 30px;
|
|
260
|
-
width: 20%;
|
|
261
|
-
position: relative;
|
|
262
|
-
.private-overlay {
|
|
263
|
-
padding: 0 !important;
|
|
264
|
-
}
|
|
265
|
-
`;
|
|
266
|
-
export const WrapperListAccount = styled.div `
|
|
267
|
-
display: flex;
|
|
268
|
-
justify-content: flex-start;
|
|
269
|
-
align-items: center;
|
|
270
|
-
flex-wrap: wrap;
|
|
271
|
-
gap: 10px;
|
|
272
|
-
width: 400px;
|
|
273
|
-
min-width: 400px;
|
|
274
|
-
`;
|
|
275
|
-
export const Title = styled.div `
|
|
276
|
-
color: #666;
|
|
277
|
-
font-size: 12px;
|
|
278
|
-
margin-bottom: 20px;
|
|
279
|
-
`;
|
|
280
|
-
export const TitleName = styled.p `
|
|
281
|
-
color: #000;
|
|
282
|
-
font-size: 12px;
|
|
283
|
-
white-space: nowrap;
|
|
284
|
-
margin-bottom: 10px;
|
|
285
|
-
`;
|
|
286
|
-
export const WrapperNotication = styled.div `
|
|
287
|
-
display: flex;
|
|
288
|
-
flex-direction: column;
|
|
289
|
-
gap: 10px;
|
|
290
|
-
`;
|
|
291
|
-
export const WrapperFooter = styled.div `
|
|
292
|
-
display: flex;
|
|
293
|
-
align-items: center;
|
|
294
|
-
gap: 15px;
|
|
295
|
-
height: 58px;
|
|
296
|
-
padding-left: 15px;
|
|
297
|
-
border-top: 1px solid #e5e5e5;
|
|
298
|
-
`;
|
|
299
|
-
export const WrapperEditor = styled.div `
|
|
300
|
-
// padding: 15px;
|
|
301
|
-
.tox-tinymce {
|
|
302
|
-
border-top-left-radius: 10px !important;
|
|
303
|
-
border-top-right-radius: 10px !important;
|
|
304
|
-
border-bottom: none !important;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.error-message {
|
|
308
|
-
font-size: 12px;
|
|
309
|
-
color: red;
|
|
310
|
-
margin-top: 5px;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.tox {
|
|
314
|
-
.tox-tbtn--enabled {
|
|
315
|
-
background: #deeffe;
|
|
316
|
-
}
|
|
317
|
-
.tox-tbtn {
|
|
318
|
-
&:hover {
|
|
319
|
-
background: #f2f9ff;
|
|
320
|
-
}
|
|
321
|
-
svg {
|
|
322
|
-
fill: #595959;
|
|
323
|
-
}
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
`;
|
|
327
|
-
export const WrapperListAccountSearch = styled.div `
|
|
328
|
-
display: flex;
|
|
329
|
-
flex-direction: column;
|
|
330
|
-
max-height: 300px;
|
|
331
|
-
overflow-y: auto;
|
|
332
|
-
gap: 8px;
|
|
333
|
-
::-webkit-scrollbar {
|
|
334
|
-
width: 8px;
|
|
335
|
-
height: 8px;
|
|
336
|
-
}
|
|
337
|
-
::-webkit-scrollbar-track {
|
|
338
|
-
background: #f2f2f2;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
::-webkit-scrollbar-thumb {
|
|
342
|
-
background: #cccccc;
|
|
343
|
-
}
|
|
344
|
-
`;
|
|
345
|
-
export const WrapperItemAccountSearch = styled.div `
|
|
346
|
-
display: flex;
|
|
347
|
-
cursor: pointer;
|
|
348
|
-
align-items: center;
|
|
349
|
-
gap: 3px;
|
|
350
|
-
padding-left: 15px;
|
|
351
|
-
`;
|
|
352
|
-
export const WrapperFooterPopup = styled.div `
|
|
353
|
-
display: flex;
|
|
354
|
-
align-items: center;
|
|
355
|
-
justify-content: flex-start;
|
|
356
|
-
border-top: 1px solid #dbe9f7;
|
|
357
|
-
padding: 15px;
|
|
358
|
-
gap: 15px;
|
|
359
|
-
`;
|
|
360
|
-
export const WrapperIconEditor = styled.div `
|
|
361
|
-
// border-top: ${props => (props.borderTop ? '1px solid #D4D4D4' : 'none')};
|
|
362
|
-
border: 1px solid #d4d4d4;
|
|
363
|
-
display: flex;
|
|
364
|
-
align-items: center;
|
|
365
|
-
padding: 10px;
|
|
366
|
-
justify-content: space-between;
|
|
367
|
-
border-bottom-left-radius: 10px !important;
|
|
368
|
-
border-bottom-right-radius: 10px !important;
|
|
369
|
-
height: 50px;
|
|
370
|
-
|
|
371
|
-
.reply-btn {
|
|
372
|
-
}
|
|
373
|
-
`;
|
|
374
|
-
export const WrapperInputFile = styled.div `
|
|
375
|
-
position: relative;
|
|
376
|
-
width: 24px;
|
|
377
|
-
height: 24px;
|
|
378
|
-
|
|
379
|
-
.upload-wrapper-label {
|
|
380
|
-
display: block;
|
|
381
|
-
height: 100%;
|
|
382
|
-
display: flex;
|
|
383
|
-
align-items: center;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.upload-icon {
|
|
387
|
-
color: #005eb8;
|
|
388
|
-
font-size: 20.5px;
|
|
389
|
-
width: 24px;
|
|
390
|
-
cursor: pointer;
|
|
391
|
-
}
|
|
392
|
-
`;
|
|
393
|
-
export const WrapperLinkItemFiles = styled.div `
|
|
394
|
-
border-right: 1px solid #d4d4d4;
|
|
395
|
-
border-left: 1px solid #d4d4d4;
|
|
396
|
-
|
|
397
|
-
&.no-border {
|
|
398
|
-
border: none !important;
|
|
399
|
-
}
|
|
400
|
-
|
|
401
|
-
.image-item {
|
|
402
|
-
img {
|
|
403
|
-
max-width: 100%;
|
|
404
|
-
object-fit: contains;
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.file-item {
|
|
409
|
-
color: #000;
|
|
410
|
-
display: flex;
|
|
411
|
-
align-items: center;
|
|
412
|
-
justify-content: space-between;
|
|
413
|
-
line-height: 30px;
|
|
414
|
-
height: 30px;
|
|
415
|
-
padding: 0 14px 0 10px;
|
|
416
|
-
|
|
417
|
-
&.rounded {
|
|
418
|
-
border-radius: 10px;
|
|
419
|
-
padding: 0 10px;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.file-name-group {
|
|
423
|
-
display: flex;
|
|
424
|
-
align-items: center;
|
|
425
|
-
gap: 10px;
|
|
426
|
-
overflow: hidden;
|
|
427
|
-
}
|
|
428
|
-
.file-icon {
|
|
429
|
-
font-size: 20.5px;
|
|
430
|
-
color: #595959;
|
|
431
|
-
}
|
|
432
|
-
.file-name {
|
|
433
|
-
overflow: hidden;
|
|
434
|
-
text-overflow: ellipsis;
|
|
435
|
-
display: -webkit-box;
|
|
436
|
-
-webkit-line-clamp: 1;
|
|
437
|
-
-webkit-box-orient: vertical;
|
|
438
|
-
}
|
|
439
|
-
.remove-btn {
|
|
440
|
-
font-size: 12px;
|
|
441
|
-
color: #595959;
|
|
442
|
-
cursor: pointer;
|
|
443
|
-
display: none;
|
|
444
|
-
}
|
|
445
|
-
.download-btn {
|
|
446
|
-
font-size: 24px;
|
|
447
|
-
color: #595959;
|
|
448
|
-
cursor: pointer;
|
|
449
|
-
display: none;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
&:hover {
|
|
453
|
-
background: #f2f9ff;
|
|
454
|
-
.remove-btn {
|
|
455
|
-
display: block;
|
|
456
|
-
}
|
|
457
|
-
.download-btn {
|
|
458
|
-
display: block;
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
`;
|
|
463
|
-
export const WrapperSnackbar = styled.div `
|
|
464
|
-
.MuiPaper-root.MuiSnackbarContent-root.MuiPaper-elevation6 {
|
|
465
|
-
background: ${props => props.background};
|
|
466
|
-
min-width: unset;
|
|
467
|
-
text-align: center;
|
|
468
|
-
padding: 4px;
|
|
469
|
-
.MuiSnackbarContent-message {
|
|
470
|
-
width: 100%;
|
|
471
|
-
text-align: center;
|
|
472
|
-
padding: 0px;
|
|
473
|
-
}
|
|
474
|
-
}
|
|
475
|
-
`;
|
|
476
|
-
export const WrapperModalHeader = styled.div `
|
|
477
|
-
font-size: 16px;
|
|
478
|
-
color: #000;
|
|
479
|
-
font-weight: bold;
|
|
480
|
-
padding: 16px;
|
|
481
|
-
border-bottom: 1px solid #dee2e6;
|
|
482
|
-
`;
|
|
483
|
-
export const WrapperAvatar = styled.div `
|
|
484
|
-
display: flex;
|
|
485
|
-
align-items: flex-start;
|
|
486
|
-
gap: 10px;
|
|
487
|
-
|
|
488
|
-
.avatar {
|
|
489
|
-
width: 40px;
|
|
490
|
-
height: 40px;
|
|
491
|
-
border-radius: 50%;
|
|
492
|
-
object-fit: contains;
|
|
493
|
-
}
|
|
494
|
-
.user-info {
|
|
495
|
-
display: flex;
|
|
496
|
-
flex-direction: column;
|
|
497
|
-
font-size: 12px;
|
|
498
|
-
color: #000;
|
|
499
|
-
|
|
500
|
-
&__name {
|
|
501
|
-
font-weight: 600;
|
|
502
|
-
line-height: 14.06px;
|
|
503
|
-
}
|
|
504
|
-
&__to-user {
|
|
505
|
-
color: #7f7f7f;
|
|
506
|
-
display: flex;
|
|
507
|
-
align-items: center;
|
|
508
|
-
gap: 8px;
|
|
509
|
-
line-height: 14.06px;
|
|
510
|
-
}
|
|
511
|
-
&__expand-icon {
|
|
512
|
-
font-size: 7px;
|
|
513
|
-
color: #7f7f7f;
|
|
514
|
-
cursor: pointer;
|
|
515
|
-
|
|
516
|
-
&.open {
|
|
517
|
-
transform: rotate(180deg);
|
|
518
|
-
position: relative;
|
|
519
|
-
top: 3px;
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
&__desc {
|
|
523
|
-
line-height: 13px;
|
|
524
|
-
margin-top: 5px;
|
|
525
|
-
display: flex;
|
|
526
|
-
flex-direction: column;
|
|
527
|
-
gap: 5px;
|
|
528
|
-
}
|
|
529
|
-
&__followers {
|
|
530
|
-
display: flex;
|
|
531
|
-
align-items: flex-start;
|
|
532
|
-
gap: 10px;
|
|
533
|
-
}
|
|
534
|
-
.icon-wrapper {
|
|
535
|
-
width: 16px;
|
|
536
|
-
height: 16px;
|
|
537
|
-
display: flex;
|
|
538
|
-
align-items: center;
|
|
539
|
-
justify-content: center;
|
|
540
|
-
transform: rotate(90deg);
|
|
541
|
-
transform-origin: center;
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
`;
|
|
545
|
-
export const WrapperContentAvatar = styled.div `
|
|
546
|
-
display: flex;
|
|
547
|
-
flex-direction: column;
|
|
548
|
-
gap: 20px;
|
|
549
|
-
padding: 15px;
|
|
550
|
-
border-bottom: 1px solid #e5e5e5;
|
|
551
|
-
|
|
552
|
-
.comment-header {
|
|
553
|
-
display: flex;
|
|
554
|
-
align-items: flex-start;
|
|
555
|
-
justify-content: space-between;
|
|
556
|
-
position: relative;
|
|
557
|
-
}
|
|
558
|
-
.comment-time {
|
|
559
|
-
width: fit-content;
|
|
560
|
-
font-size: 12px;
|
|
561
|
-
color: #7f7f7f;
|
|
562
|
-
margin-right: 5px;
|
|
563
|
-
white-space: nowrap;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.comment-content {
|
|
567
|
-
color: #333;
|
|
568
|
-
font-size: 12px;
|
|
569
|
-
|
|
570
|
-
overflow: hidden;
|
|
571
|
-
|
|
572
|
-
.gmail_chip {
|
|
573
|
-
height: 42px !important;
|
|
574
|
-
max-height: 42px !important;
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
`;
|
|
578
|
-
export const WrapperMessageContent = styled.div `
|
|
579
|
-
// height: calc(100% - 354px);
|
|
580
|
-
min-height: 150px;
|
|
581
|
-
overflow: auto;
|
|
582
|
-
::-webkit-scrollbar {
|
|
583
|
-
width: 8px;
|
|
584
|
-
height: 8px;
|
|
585
|
-
}
|
|
586
|
-
::-webkit-scrollbar-track {
|
|
587
|
-
background: #f2f2f2;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
::-webkit-scrollbar-thumb {
|
|
591
|
-
background: #cccccc;
|
|
592
|
-
}
|
|
593
|
-
`;
|
|
594
|
-
export const WrapperLoading = styled.div `
|
|
595
|
-
width: ${props => (props.width ? props.width : 'calc(100% - 100px)')};
|
|
596
|
-
height: ${props => (props.height ? props.height : '100%')};
|
|
597
|
-
position: fixed;
|
|
598
|
-
background: rgba(0, 0, 0, 0.06);
|
|
599
|
-
display: flex;
|
|
600
|
-
align-items: center;
|
|
601
|
-
justify-content: center;
|
|
602
|
-
z-index: 2000;
|
|
603
|
-
`;
|
|
604
|
-
export const WrapperBtnAddAcc = styled(Button) `
|
|
605
|
-
&.MuiButton-outlined {
|
|
606
|
-
display: flex;
|
|
607
|
-
align-items: center;
|
|
608
|
-
border: 1px solid #005eb8;
|
|
609
|
-
height: 24px;
|
|
610
|
-
border-radius: 20px;
|
|
611
|
-
padding: 10px;
|
|
612
|
-
}
|
|
613
|
-
&.MuiButton-root:hover {
|
|
614
|
-
background: #fff;
|
|
615
|
-
}
|
|
616
|
-
`;
|
|
617
|
-
export const WrapperModalImg = styled(ModalV2) `
|
|
618
|
-
&.image-modal {
|
|
619
|
-
display: flex;
|
|
620
|
-
align-items: center;
|
|
621
|
-
justify-content: center;
|
|
622
|
-
height: 100vh;
|
|
623
|
-
.modal-content {
|
|
624
|
-
border: none;
|
|
625
|
-
background: transparent;
|
|
626
|
-
height: 100%;
|
|
627
|
-
width: 100%;
|
|
628
|
-
}
|
|
629
|
-
.modal-img-content {
|
|
630
|
-
width: 90%;
|
|
631
|
-
height: 90%;
|
|
632
|
-
outline: none !important;
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
`;
|
|
636
|
-
export const WrapperModalHeaderImg = styled.div `
|
|
637
|
-
height: 20px;
|
|
638
|
-
width: calc(100% + 40px);
|
|
639
|
-
display: flex;
|
|
640
|
-
justify-content: flex-end;
|
|
641
|
-
`;
|
|
642
|
-
export const TicketButton = styled.button `
|
|
643
|
-
width: 36px;
|
|
644
|
-
height: 36px;
|
|
645
|
-
border: 1px solid #e0e6eb;
|
|
646
|
-
border-radius: 5px;
|
|
647
|
-
display: flex;
|
|
648
|
-
align-items: center;
|
|
649
|
-
justify-content: center;
|
|
650
|
-
position: relative;
|
|
651
|
-
background: #fff;
|
|
652
|
-
cursor: pointer;
|
|
653
|
-
|
|
654
|
-
&:focus {
|
|
655
|
-
outline: none;
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
> .add-icon {
|
|
659
|
-
position: absolute;
|
|
660
|
-
bottom: -3px;
|
|
661
|
-
right: -3px;
|
|
662
|
-
}
|
|
663
|
-
`;
|
|
664
|
-
export const WrapperCheckBox = styled(Checkbox) `
|
|
665
|
-
&.MuiCheckbox-colorPrimary.Mui-checked {
|
|
666
|
-
color: #005eb8;
|
|
667
|
-
}
|
|
668
|
-
`;
|
|
669
|
-
export const WrapperMessage = styled.div `
|
|
670
|
-
&.container-content {
|
|
671
|
-
z-index: 10000;
|
|
672
|
-
bottom: 40px;
|
|
673
|
-
left: 10px;
|
|
674
|
-
position: fixed;
|
|
675
|
-
width: 345px;
|
|
676
|
-
height: 72px;
|
|
677
|
-
animation: myfirst 0.2s ease-in-out;
|
|
678
|
-
@keyframes myfirst {
|
|
679
|
-
0% {
|
|
680
|
-
left: -150px;
|
|
681
|
-
}
|
|
682
|
-
25% {
|
|
683
|
-
left: -100px;
|
|
684
|
-
}
|
|
685
|
-
50% {
|
|
686
|
-
left: -50px;
|
|
687
|
-
}
|
|
688
|
-
75% {
|
|
689
|
-
left: 0px;
|
|
690
|
-
}
|
|
691
|
-
100% {
|
|
692
|
-
left: 10px;
|
|
693
|
-
}
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.content {
|
|
698
|
-
background: #333;
|
|
699
|
-
border-top-left-radius: 3px;
|
|
700
|
-
border-bottom-left-radius: 3px;
|
|
701
|
-
padding: 12px 24px;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
.icon-check {
|
|
705
|
-
width: 100%;
|
|
706
|
-
height: 100%;
|
|
707
|
-
color: #fff;
|
|
708
|
-
display: flex;
|
|
709
|
-
align-items: center;
|
|
710
|
-
justify-content: center;
|
|
711
|
-
|
|
712
|
-
.check-icon {
|
|
713
|
-
font-size: 9px;
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
.floating {
|
|
718
|
-
color: '#6ac259';
|
|
719
|
-
font-size: 14px;
|
|
720
|
-
align-items: center;
|
|
721
|
-
// justify-content: space-between;
|
|
722
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.375em 0px !important;
|
|
723
|
-
border-left: 0.35rem solid;
|
|
724
|
-
border-radius: 0.35rem;
|
|
725
|
-
background-color: white;
|
|
726
|
-
padding: 0.75rem 1.5rem;
|
|
727
|
-
position: relative;
|
|
728
|
-
|
|
729
|
-
display: inline-flex;
|
|
730
|
-
max-width: 100%;
|
|
731
|
-
pointer-events: auto;
|
|
732
|
-
text-align: left;
|
|
733
|
-
height: 72px;
|
|
734
|
-
width: 435px;
|
|
735
|
-
.alert__title {
|
|
736
|
-
font-weight: 700;
|
|
737
|
-
/* text-shadow: 0 0 1px transparent; */
|
|
738
|
-
margin-bottom: 0.5rem;
|
|
739
|
-
margin-top: 0;
|
|
740
|
-
display: block;
|
|
741
|
-
line-height: normal;
|
|
742
|
-
text-transform: none;
|
|
743
|
-
font-size: 16px !important;
|
|
744
|
-
color: inherit;
|
|
745
|
-
}
|
|
746
|
-
.secondary__title {
|
|
747
|
-
color: grey;
|
|
748
|
-
}
|
|
749
|
-
.floating-alert-list__child-wrapper {
|
|
750
|
-
left: 0;
|
|
751
|
-
overflow: auto;
|
|
752
|
-
position: absolute;
|
|
753
|
-
top: 0;
|
|
754
|
-
width: 100%;
|
|
755
|
-
}
|
|
756
|
-
.noti-content {
|
|
757
|
-
min-width: 200px;
|
|
758
|
-
}
|
|
759
|
-
}
|
|
760
|
-
`;
|
|
761
|
-
export const TicketEditorWrapper = styled.div `
|
|
762
|
-
.modal {
|
|
763
|
-
display: flex;
|
|
764
|
-
align-items: center;
|
|
765
|
-
justify-content: center;
|
|
766
|
-
}
|
|
767
|
-
.wrapperBody {
|
|
768
|
-
background: #fff;
|
|
769
|
-
width: 500px;
|
|
770
|
-
border-radius: 4px;
|
|
771
|
-
}
|
|
772
|
-
.modalBody {
|
|
773
|
-
padding: 16px;
|
|
774
|
-
}
|
|
775
|
-
.modalFooter {
|
|
776
|
-
padding: 12px;
|
|
777
|
-
justify-content: flex-start;
|
|
778
|
-
gap: 10px;
|
|
779
|
-
display: flex;
|
|
780
|
-
}
|
|
781
|
-
.popoverBody {
|
|
782
|
-
padding: 0;
|
|
783
|
-
}
|
|
784
|
-
.popoverItem {
|
|
785
|
-
cursor: pointer;
|
|
786
|
-
padding: 5px 10px;
|
|
787
|
-
font-size: 13px !important;
|
|
788
|
-
|
|
789
|
-
&:hover {
|
|
790
|
-
background-color: #ddd;
|
|
791
|
-
}
|
|
792
|
-
}
|
|
5
|
+
export const WrapperHeader = styled.div `
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
padding: 0 15px;
|
|
9
|
+
align-items: center;
|
|
10
|
+
border-bottom: 1px solid #e5e5e5;
|
|
11
|
+
height: 50px;
|
|
12
|
+
`;
|
|
13
|
+
export const WrapperContent = styled.div `
|
|
14
|
+
display: flex;
|
|
15
|
+
gap: 20px;
|
|
16
|
+
padding: 15px;
|
|
17
|
+
flex-wrap: wrap;
|
|
18
|
+
`;
|
|
19
|
+
export const WrapperLeftContent = styled.div `
|
|
20
|
+
flex: 1;
|
|
21
|
+
overflow: auto;
|
|
22
|
+
// border-right: 1px solid #e5e5e5;
|
|
23
|
+
::-webkit-scrollbar {
|
|
24
|
+
width: 8px;
|
|
25
|
+
height: 8px;
|
|
26
|
+
}
|
|
27
|
+
::-webkit-scrollbar-track {
|
|
28
|
+
background: #f2f2f2;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
::-webkit-scrollbar-thumb {
|
|
32
|
+
background: #cccccc;
|
|
33
|
+
}
|
|
34
|
+
`;
|
|
35
|
+
export const WrapperRightContent = styled.div `
|
|
36
|
+
flex: 2;
|
|
37
|
+
max-width: 66.67%;
|
|
38
|
+
::-webkit-scrollbar {
|
|
39
|
+
width: 8px;
|
|
40
|
+
height: 8px;
|
|
41
|
+
}
|
|
42
|
+
::-webkit-scrollbar-track {
|
|
43
|
+
background: #f2f2f2;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
::-webkit-scrollbar-thumb {
|
|
47
|
+
background: #cccccc;
|
|
48
|
+
}
|
|
49
|
+
`;
|
|
50
|
+
export const WrapperTextEdit = styled.a `
|
|
51
|
+
white-space: nowrap;
|
|
52
|
+
font-size: 12px;
|
|
53
|
+
color: ${props => (props.color ? props.color : '#000')};
|
|
54
|
+
text-decoration: none;
|
|
55
|
+
cursor: ${props => (props.color ? 'pointer' : 'default')};
|
|
56
|
+
max-width: 300px;
|
|
57
|
+
overflow: hidden;
|
|
58
|
+
display: inline-block;
|
|
59
|
+
text-overflow: ellipsis;
|
|
60
|
+
&:hover {
|
|
61
|
+
color: ${props => (props.color ? props.color : '#000')};
|
|
62
|
+
}
|
|
63
|
+
`;
|
|
64
|
+
export const WrapperTextInput = styled.input `
|
|
65
|
+
width: ${props => (props.width ? props.width : 'unset')};
|
|
66
|
+
min-width: ${props => (props.width ? props.width : 'unset')};
|
|
67
|
+
height: 30px;
|
|
68
|
+
border-top: none;
|
|
69
|
+
border-left: none;
|
|
70
|
+
border-right: none;
|
|
71
|
+
border-bottom: 1px solid #b8cfe6;
|
|
72
|
+
outline: none;
|
|
73
|
+
flex: 1;
|
|
74
|
+
&:hover {
|
|
75
|
+
background-color: rgb(242, 249, 255);
|
|
76
|
+
}
|
|
77
|
+
font-size: 12px;
|
|
78
|
+
color: #000;
|
|
79
|
+
`;
|
|
80
|
+
export const WrapperContentInput = styled.div `
|
|
81
|
+
display: flex;
|
|
82
|
+
align-items: ${props => (props.flexStart ? 'flex-start' : 'center')};
|
|
83
|
+
|
|
84
|
+
.error-message {
|
|
85
|
+
font-size: 12px;
|
|
86
|
+
color: red;
|
|
87
|
+
margin-top: 5px;
|
|
88
|
+
}
|
|
89
|
+
`;
|
|
90
|
+
export const WrapperLable = styled.label `
|
|
91
|
+
width: 165px;
|
|
92
|
+
min-width: 165px;
|
|
93
|
+
color: #666;
|
|
94
|
+
text-align: left;
|
|
95
|
+
display: inline-block;
|
|
96
|
+
font-size: 12px;
|
|
97
|
+
`;
|
|
98
|
+
export const WrapperDropdown = styled.div `
|
|
99
|
+
position: relative;
|
|
100
|
+
`;
|
|
101
|
+
export const WrapperToggleDropdown = styled.div `
|
|
102
|
+
&.wrapper-select-options {
|
|
103
|
+
background-color: #fff !important;
|
|
104
|
+
border-radius: 0;
|
|
105
|
+
border-top: none;
|
|
106
|
+
border-left: none;
|
|
107
|
+
width: 300px;
|
|
108
|
+
height: 30px;
|
|
109
|
+
border-right: none;
|
|
110
|
+
border-bottom: 1px solid rgb(184, 207, 230);
|
|
111
|
+
outline: none;
|
|
112
|
+
color: #000 !important;
|
|
113
|
+
border-color: rgb(184, 207, 230) !important;
|
|
114
|
+
display: flex;
|
|
115
|
+
align-items: center;
|
|
116
|
+
padding: 0 4px;
|
|
117
|
+
justify-content: space-between;
|
|
118
|
+
&:hover {
|
|
119
|
+
color: #000 !important;
|
|
120
|
+
background-color: rgb(242, 249, 255) !important;
|
|
121
|
+
border-color: rgb(184, 207, 230) !important;
|
|
122
|
+
outline: none !important;
|
|
123
|
+
box-shadow: none !important;
|
|
124
|
+
}
|
|
125
|
+
&:focus {
|
|
126
|
+
color: #000 !important;
|
|
127
|
+
background-color: #fff !important;
|
|
128
|
+
border-color: rgb(184, 207, 230) !important;
|
|
129
|
+
outline: none !important;
|
|
130
|
+
box-shadow: none !important;
|
|
131
|
+
}
|
|
132
|
+
&:active {
|
|
133
|
+
color: #000 !important;
|
|
134
|
+
background-color: #fff !important;
|
|
135
|
+
border-color: rgb(184, 207, 230) !important;
|
|
136
|
+
outline: none !important;
|
|
137
|
+
box-shadow: none !important;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
`;
|
|
141
|
+
export const WrapperDropdownMenu = styled.div `
|
|
142
|
+
box-shadow:
|
|
143
|
+
0px 5px 5px -3px rgb(0 0 0 / 20%),
|
|
144
|
+
0px 8px 10px 1px rgb(0 0 0 / 14%),
|
|
145
|
+
0px 3px 14px 2px rgb(0 0 0 / 12%);
|
|
146
|
+
width: 100%;
|
|
147
|
+
max-height: 300px;
|
|
148
|
+
overflow-y: auto;
|
|
149
|
+
position: absolute;
|
|
150
|
+
z-index: 10;
|
|
151
|
+
top: 30;
|
|
152
|
+
right: 0;
|
|
153
|
+
padding: 8px 0;
|
|
154
|
+
border-radius: 4px;
|
|
155
|
+
background: #fff;
|
|
156
|
+
border: none !important;
|
|
157
|
+
::-webkit-scrollbar {
|
|
158
|
+
width: 8px;
|
|
159
|
+
height: 8px;
|
|
160
|
+
}
|
|
161
|
+
::-webkit-scrollbar-track {
|
|
162
|
+
background: #f2f2f2;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
::-webkit-scrollbar-thumb {
|
|
166
|
+
background: #cccccc;
|
|
167
|
+
}
|
|
168
|
+
`;
|
|
169
|
+
export const WrapperDropdownItem = styled.div `
|
|
170
|
+
color: #33475b !important;
|
|
171
|
+
font-size: 14px;
|
|
172
|
+
padding: 5px 12px;
|
|
173
|
+
&:hover {
|
|
174
|
+
color: #000 !important;
|
|
175
|
+
background-color: rgb(242, 249, 255) !important;
|
|
176
|
+
border-color: rgb(184, 207, 230) !important;
|
|
177
|
+
outline: none !important;
|
|
178
|
+
box-shadow: none !important;
|
|
179
|
+
}
|
|
180
|
+
&:focus {
|
|
181
|
+
color: #000 !important;
|
|
182
|
+
background-color: #fff !important;
|
|
183
|
+
border-color: rgb(184, 207, 230) !important;
|
|
184
|
+
outline: none !important;
|
|
185
|
+
box-shadow: none !important;
|
|
186
|
+
}
|
|
187
|
+
&:active {
|
|
188
|
+
color: #000 !important;
|
|
189
|
+
background-color: #fff !important;
|
|
190
|
+
border-color: rgb(184, 207, 230) !important;
|
|
191
|
+
outline: none !important;
|
|
192
|
+
box-shadow: none !important;
|
|
193
|
+
}
|
|
194
|
+
`;
|
|
195
|
+
export const WrapperLabelDropdown = styled.div `
|
|
196
|
+
color: #000;
|
|
197
|
+
font-size: 12px;
|
|
198
|
+
`;
|
|
199
|
+
export const MaterialChip = styled.div `
|
|
200
|
+
margin: 0;
|
|
201
|
+
background-color: #cae5fe;
|
|
202
|
+
color: #000;
|
|
203
|
+
font-size: 12px;
|
|
204
|
+
position: relative;
|
|
205
|
+
border-radius: 12px;
|
|
206
|
+
display: flex;
|
|
207
|
+
padding: 10px;
|
|
208
|
+
align-items: center;
|
|
209
|
+
height: 24px;
|
|
210
|
+
width: fit-content;
|
|
211
|
+
.content-chip {
|
|
212
|
+
margin: 0 5px;
|
|
213
|
+
display: flex;
|
|
214
|
+
align-items: center;
|
|
215
|
+
white-space: nowrap;
|
|
216
|
+
overflow: hidden;
|
|
217
|
+
text-overflow: ellipsis;
|
|
218
|
+
}
|
|
219
|
+
&:hover .delete-button {
|
|
220
|
+
display: flex;
|
|
221
|
+
}
|
|
222
|
+
.delete-button {
|
|
223
|
+
display: none;
|
|
224
|
+
right: 5px;
|
|
225
|
+
position: absolute;
|
|
226
|
+
top: 4px;
|
|
227
|
+
z-index: 10;
|
|
228
|
+
border: 0;
|
|
229
|
+
cursor: pointer;
|
|
230
|
+
outline: none;
|
|
231
|
+
background: #fff;
|
|
232
|
+
color: #005eb8;
|
|
233
|
+
font-size: 12px;
|
|
234
|
+
border-radius: 50%;
|
|
235
|
+
span {
|
|
236
|
+
height: 16px;
|
|
237
|
+
width: 16px;
|
|
238
|
+
padding: 0px;
|
|
239
|
+
color: #000;
|
|
240
|
+
font-size: 12px;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
`;
|
|
244
|
+
export const Wrapper = styled.div `
|
|
245
|
+
overflow-x: hidden;
|
|
246
|
+
align-items: center;
|
|
247
|
+
cursor: pointer;
|
|
248
|
+
display: flex;
|
|
249
|
+
min-width: 0;
|
|
250
|
+
.chip-container {
|
|
251
|
+
margin: 0px 4px 0 0px;
|
|
252
|
+
overflow: hidden;
|
|
253
|
+
font-size: 0.813rem;
|
|
254
|
+
font-family: Roboto-Bold;
|
|
255
|
+
height: 24px;
|
|
256
|
+
}
|
|
257
|
+
`;
|
|
258
|
+
export const DivLoading = styled.div `
|
|
259
|
+
height: 30px;
|
|
260
|
+
width: 20%;
|
|
261
|
+
position: relative;
|
|
262
|
+
.private-overlay {
|
|
263
|
+
padding: 0 !important;
|
|
264
|
+
}
|
|
265
|
+
`;
|
|
266
|
+
export const WrapperListAccount = styled.div `
|
|
267
|
+
display: flex;
|
|
268
|
+
justify-content: flex-start;
|
|
269
|
+
align-items: center;
|
|
270
|
+
flex-wrap: wrap;
|
|
271
|
+
gap: 10px;
|
|
272
|
+
width: 400px;
|
|
273
|
+
min-width: 400px;
|
|
274
|
+
`;
|
|
275
|
+
export const Title = styled.div `
|
|
276
|
+
color: #666;
|
|
277
|
+
font-size: 12px;
|
|
278
|
+
margin-bottom: 20px;
|
|
279
|
+
`;
|
|
280
|
+
export const TitleName = styled.p `
|
|
281
|
+
color: #000;
|
|
282
|
+
font-size: 12px;
|
|
283
|
+
white-space: nowrap;
|
|
284
|
+
margin-bottom: 10px;
|
|
285
|
+
`;
|
|
286
|
+
export const WrapperNotication = styled.div `
|
|
287
|
+
display: flex;
|
|
288
|
+
flex-direction: column;
|
|
289
|
+
gap: 10px;
|
|
290
|
+
`;
|
|
291
|
+
export const WrapperFooter = styled.div `
|
|
292
|
+
display: flex;
|
|
293
|
+
align-items: center;
|
|
294
|
+
gap: 15px;
|
|
295
|
+
height: 58px;
|
|
296
|
+
padding-left: 15px;
|
|
297
|
+
border-top: 1px solid #e5e5e5;
|
|
298
|
+
`;
|
|
299
|
+
export const WrapperEditor = styled.div `
|
|
300
|
+
// padding: 15px;
|
|
301
|
+
.tox-tinymce {
|
|
302
|
+
border-top-left-radius: 10px !important;
|
|
303
|
+
border-top-right-radius: 10px !important;
|
|
304
|
+
border-bottom: none !important;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.error-message {
|
|
308
|
+
font-size: 12px;
|
|
309
|
+
color: red;
|
|
310
|
+
margin-top: 5px;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.tox {
|
|
314
|
+
.tox-tbtn--enabled {
|
|
315
|
+
background: #deeffe;
|
|
316
|
+
}
|
|
317
|
+
.tox-tbtn {
|
|
318
|
+
&:hover {
|
|
319
|
+
background: #f2f9ff;
|
|
320
|
+
}
|
|
321
|
+
svg {
|
|
322
|
+
fill: #595959;
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
`;
|
|
327
|
+
export const WrapperListAccountSearch = styled.div `
|
|
328
|
+
display: flex;
|
|
329
|
+
flex-direction: column;
|
|
330
|
+
max-height: 300px;
|
|
331
|
+
overflow-y: auto;
|
|
332
|
+
gap: 8px;
|
|
333
|
+
::-webkit-scrollbar {
|
|
334
|
+
width: 8px;
|
|
335
|
+
height: 8px;
|
|
336
|
+
}
|
|
337
|
+
::-webkit-scrollbar-track {
|
|
338
|
+
background: #f2f2f2;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
::-webkit-scrollbar-thumb {
|
|
342
|
+
background: #cccccc;
|
|
343
|
+
}
|
|
344
|
+
`;
|
|
345
|
+
export const WrapperItemAccountSearch = styled.div `
|
|
346
|
+
display: flex;
|
|
347
|
+
cursor: pointer;
|
|
348
|
+
align-items: center;
|
|
349
|
+
gap: 3px;
|
|
350
|
+
padding-left: 15px;
|
|
351
|
+
`;
|
|
352
|
+
export const WrapperFooterPopup = styled.div `
|
|
353
|
+
display: flex;
|
|
354
|
+
align-items: center;
|
|
355
|
+
justify-content: flex-start;
|
|
356
|
+
border-top: 1px solid #dbe9f7;
|
|
357
|
+
padding: 15px;
|
|
358
|
+
gap: 15px;
|
|
359
|
+
`;
|
|
360
|
+
export const WrapperIconEditor = styled.div `
|
|
361
|
+
// border-top: ${props => (props.borderTop ? '1px solid #D4D4D4' : 'none')};
|
|
362
|
+
border: 1px solid #d4d4d4;
|
|
363
|
+
display: flex;
|
|
364
|
+
align-items: center;
|
|
365
|
+
padding: 10px;
|
|
366
|
+
justify-content: space-between;
|
|
367
|
+
border-bottom-left-radius: 10px !important;
|
|
368
|
+
border-bottom-right-radius: 10px !important;
|
|
369
|
+
height: 50px;
|
|
370
|
+
|
|
371
|
+
.reply-btn {
|
|
372
|
+
}
|
|
373
|
+
`;
|
|
374
|
+
export const WrapperInputFile = styled.div `
|
|
375
|
+
position: relative;
|
|
376
|
+
width: 24px;
|
|
377
|
+
height: 24px;
|
|
378
|
+
|
|
379
|
+
.upload-wrapper-label {
|
|
380
|
+
display: block;
|
|
381
|
+
height: 100%;
|
|
382
|
+
display: flex;
|
|
383
|
+
align-items: center;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.upload-icon {
|
|
387
|
+
color: #005eb8;
|
|
388
|
+
font-size: 20.5px;
|
|
389
|
+
width: 24px;
|
|
390
|
+
cursor: pointer;
|
|
391
|
+
}
|
|
392
|
+
`;
|
|
393
|
+
export const WrapperLinkItemFiles = styled.div `
|
|
394
|
+
border-right: 1px solid #d4d4d4;
|
|
395
|
+
border-left: 1px solid #d4d4d4;
|
|
396
|
+
|
|
397
|
+
&.no-border {
|
|
398
|
+
border: none !important;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.image-item {
|
|
402
|
+
img {
|
|
403
|
+
max-width: 100%;
|
|
404
|
+
object-fit: contains;
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.file-item {
|
|
409
|
+
color: #000;
|
|
410
|
+
display: flex;
|
|
411
|
+
align-items: center;
|
|
412
|
+
justify-content: space-between;
|
|
413
|
+
line-height: 30px;
|
|
414
|
+
height: 30px;
|
|
415
|
+
padding: 0 14px 0 10px;
|
|
416
|
+
|
|
417
|
+
&.rounded {
|
|
418
|
+
border-radius: 10px;
|
|
419
|
+
padding: 0 10px;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.file-name-group {
|
|
423
|
+
display: flex;
|
|
424
|
+
align-items: center;
|
|
425
|
+
gap: 10px;
|
|
426
|
+
overflow: hidden;
|
|
427
|
+
}
|
|
428
|
+
.file-icon {
|
|
429
|
+
font-size: 20.5px;
|
|
430
|
+
color: #595959;
|
|
431
|
+
}
|
|
432
|
+
.file-name {
|
|
433
|
+
overflow: hidden;
|
|
434
|
+
text-overflow: ellipsis;
|
|
435
|
+
display: -webkit-box;
|
|
436
|
+
-webkit-line-clamp: 1;
|
|
437
|
+
-webkit-box-orient: vertical;
|
|
438
|
+
}
|
|
439
|
+
.remove-btn {
|
|
440
|
+
font-size: 12px;
|
|
441
|
+
color: #595959;
|
|
442
|
+
cursor: pointer;
|
|
443
|
+
display: none;
|
|
444
|
+
}
|
|
445
|
+
.download-btn {
|
|
446
|
+
font-size: 24px;
|
|
447
|
+
color: #595959;
|
|
448
|
+
cursor: pointer;
|
|
449
|
+
display: none;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
&:hover {
|
|
453
|
+
background: #f2f9ff;
|
|
454
|
+
.remove-btn {
|
|
455
|
+
display: block;
|
|
456
|
+
}
|
|
457
|
+
.download-btn {
|
|
458
|
+
display: block;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
`;
|
|
463
|
+
export const WrapperSnackbar = styled.div `
|
|
464
|
+
.MuiPaper-root.MuiSnackbarContent-root.MuiPaper-elevation6 {
|
|
465
|
+
background: ${props => props.background};
|
|
466
|
+
min-width: unset;
|
|
467
|
+
text-align: center;
|
|
468
|
+
padding: 4px;
|
|
469
|
+
.MuiSnackbarContent-message {
|
|
470
|
+
width: 100%;
|
|
471
|
+
text-align: center;
|
|
472
|
+
padding: 0px;
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
`;
|
|
476
|
+
export const WrapperModalHeader = styled.div `
|
|
477
|
+
font-size: 16px;
|
|
478
|
+
color: #000;
|
|
479
|
+
font-weight: bold;
|
|
480
|
+
padding: 16px;
|
|
481
|
+
border-bottom: 1px solid #dee2e6;
|
|
482
|
+
`;
|
|
483
|
+
export const WrapperAvatar = styled.div `
|
|
484
|
+
display: flex;
|
|
485
|
+
align-items: flex-start;
|
|
486
|
+
gap: 10px;
|
|
487
|
+
|
|
488
|
+
.avatar {
|
|
489
|
+
width: 40px;
|
|
490
|
+
height: 40px;
|
|
491
|
+
border-radius: 50%;
|
|
492
|
+
object-fit: contains;
|
|
493
|
+
}
|
|
494
|
+
.user-info {
|
|
495
|
+
display: flex;
|
|
496
|
+
flex-direction: column;
|
|
497
|
+
font-size: 12px;
|
|
498
|
+
color: #000;
|
|
499
|
+
|
|
500
|
+
&__name {
|
|
501
|
+
font-weight: 600;
|
|
502
|
+
line-height: 14.06px;
|
|
503
|
+
}
|
|
504
|
+
&__to-user {
|
|
505
|
+
color: #7f7f7f;
|
|
506
|
+
display: flex;
|
|
507
|
+
align-items: center;
|
|
508
|
+
gap: 8px;
|
|
509
|
+
line-height: 14.06px;
|
|
510
|
+
}
|
|
511
|
+
&__expand-icon {
|
|
512
|
+
font-size: 7px;
|
|
513
|
+
color: #7f7f7f;
|
|
514
|
+
cursor: pointer;
|
|
515
|
+
|
|
516
|
+
&.open {
|
|
517
|
+
transform: rotate(180deg);
|
|
518
|
+
position: relative;
|
|
519
|
+
top: 3px;
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
&__desc {
|
|
523
|
+
line-height: 13px;
|
|
524
|
+
margin-top: 5px;
|
|
525
|
+
display: flex;
|
|
526
|
+
flex-direction: column;
|
|
527
|
+
gap: 5px;
|
|
528
|
+
}
|
|
529
|
+
&__followers {
|
|
530
|
+
display: flex;
|
|
531
|
+
align-items: flex-start;
|
|
532
|
+
gap: 10px;
|
|
533
|
+
}
|
|
534
|
+
.icon-wrapper {
|
|
535
|
+
width: 16px;
|
|
536
|
+
height: 16px;
|
|
537
|
+
display: flex;
|
|
538
|
+
align-items: center;
|
|
539
|
+
justify-content: center;
|
|
540
|
+
transform: rotate(90deg);
|
|
541
|
+
transform-origin: center;
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
`;
|
|
545
|
+
export const WrapperContentAvatar = styled.div `
|
|
546
|
+
display: flex;
|
|
547
|
+
flex-direction: column;
|
|
548
|
+
gap: 20px;
|
|
549
|
+
padding: 15px;
|
|
550
|
+
border-bottom: 1px solid #e5e5e5;
|
|
551
|
+
|
|
552
|
+
.comment-header {
|
|
553
|
+
display: flex;
|
|
554
|
+
align-items: flex-start;
|
|
555
|
+
justify-content: space-between;
|
|
556
|
+
position: relative;
|
|
557
|
+
}
|
|
558
|
+
.comment-time {
|
|
559
|
+
width: fit-content;
|
|
560
|
+
font-size: 12px;
|
|
561
|
+
color: #7f7f7f;
|
|
562
|
+
margin-right: 5px;
|
|
563
|
+
white-space: nowrap;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.comment-content {
|
|
567
|
+
color: #333;
|
|
568
|
+
font-size: 12px;
|
|
569
|
+
|
|
570
|
+
overflow: hidden;
|
|
571
|
+
|
|
572
|
+
.gmail_chip {
|
|
573
|
+
height: 42px !important;
|
|
574
|
+
max-height: 42px !important;
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
`;
|
|
578
|
+
export const WrapperMessageContent = styled.div `
|
|
579
|
+
// height: calc(100% - 354px);
|
|
580
|
+
min-height: 150px;
|
|
581
|
+
overflow: auto;
|
|
582
|
+
::-webkit-scrollbar {
|
|
583
|
+
width: 8px;
|
|
584
|
+
height: 8px;
|
|
585
|
+
}
|
|
586
|
+
::-webkit-scrollbar-track {
|
|
587
|
+
background: #f2f2f2;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
::-webkit-scrollbar-thumb {
|
|
591
|
+
background: #cccccc;
|
|
592
|
+
}
|
|
593
|
+
`;
|
|
594
|
+
export const WrapperLoading = styled.div `
|
|
595
|
+
width: ${props => (props.width ? props.width : 'calc(100% - 100px)')};
|
|
596
|
+
height: ${props => (props.height ? props.height : '100%')};
|
|
597
|
+
position: fixed;
|
|
598
|
+
background: rgba(0, 0, 0, 0.06);
|
|
599
|
+
display: flex;
|
|
600
|
+
align-items: center;
|
|
601
|
+
justify-content: center;
|
|
602
|
+
z-index: 2000;
|
|
603
|
+
`;
|
|
604
|
+
export const WrapperBtnAddAcc = styled(Button) `
|
|
605
|
+
&.MuiButton-outlined {
|
|
606
|
+
display: flex;
|
|
607
|
+
align-items: center;
|
|
608
|
+
border: 1px solid #005eb8;
|
|
609
|
+
height: 24px;
|
|
610
|
+
border-radius: 20px;
|
|
611
|
+
padding: 10px;
|
|
612
|
+
}
|
|
613
|
+
&.MuiButton-root:hover {
|
|
614
|
+
background: #fff;
|
|
615
|
+
}
|
|
616
|
+
`;
|
|
617
|
+
export const WrapperModalImg = styled(ModalV2) `
|
|
618
|
+
&.image-modal {
|
|
619
|
+
display: flex;
|
|
620
|
+
align-items: center;
|
|
621
|
+
justify-content: center;
|
|
622
|
+
height: 100vh;
|
|
623
|
+
.modal-content {
|
|
624
|
+
border: none;
|
|
625
|
+
background: transparent;
|
|
626
|
+
height: 100%;
|
|
627
|
+
width: 100%;
|
|
628
|
+
}
|
|
629
|
+
.modal-img-content {
|
|
630
|
+
width: 90%;
|
|
631
|
+
height: 90%;
|
|
632
|
+
outline: none !important;
|
|
633
|
+
}
|
|
634
|
+
}
|
|
635
|
+
`;
|
|
636
|
+
export const WrapperModalHeaderImg = styled.div `
|
|
637
|
+
height: 20px;
|
|
638
|
+
width: calc(100% + 40px);
|
|
639
|
+
display: flex;
|
|
640
|
+
justify-content: flex-end;
|
|
641
|
+
`;
|
|
642
|
+
export const TicketButton = styled.button `
|
|
643
|
+
width: 36px;
|
|
644
|
+
height: 36px;
|
|
645
|
+
border: 1px solid #e0e6eb;
|
|
646
|
+
border-radius: 5px;
|
|
647
|
+
display: flex;
|
|
648
|
+
align-items: center;
|
|
649
|
+
justify-content: center;
|
|
650
|
+
position: relative;
|
|
651
|
+
background: #fff;
|
|
652
|
+
cursor: pointer;
|
|
653
|
+
|
|
654
|
+
&:focus {
|
|
655
|
+
outline: none;
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
> .add-icon {
|
|
659
|
+
position: absolute;
|
|
660
|
+
bottom: -3px;
|
|
661
|
+
right: -3px;
|
|
662
|
+
}
|
|
663
|
+
`;
|
|
664
|
+
export const WrapperCheckBox = styled(Checkbox) `
|
|
665
|
+
&.MuiCheckbox-colorPrimary.Mui-checked {
|
|
666
|
+
color: #005eb8;
|
|
667
|
+
}
|
|
668
|
+
`;
|
|
669
|
+
export const WrapperMessage = styled.div `
|
|
670
|
+
&.container-content {
|
|
671
|
+
z-index: 10000;
|
|
672
|
+
bottom: 40px;
|
|
673
|
+
left: 10px;
|
|
674
|
+
position: fixed;
|
|
675
|
+
width: 345px;
|
|
676
|
+
height: 72px;
|
|
677
|
+
animation: myfirst 0.2s ease-in-out;
|
|
678
|
+
@keyframes myfirst {
|
|
679
|
+
0% {
|
|
680
|
+
left: -150px;
|
|
681
|
+
}
|
|
682
|
+
25% {
|
|
683
|
+
left: -100px;
|
|
684
|
+
}
|
|
685
|
+
50% {
|
|
686
|
+
left: -50px;
|
|
687
|
+
}
|
|
688
|
+
75% {
|
|
689
|
+
left: 0px;
|
|
690
|
+
}
|
|
691
|
+
100% {
|
|
692
|
+
left: 10px;
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
.content {
|
|
698
|
+
background: #333;
|
|
699
|
+
border-top-left-radius: 3px;
|
|
700
|
+
border-bottom-left-radius: 3px;
|
|
701
|
+
padding: 12px 24px;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.icon-check {
|
|
705
|
+
width: 100%;
|
|
706
|
+
height: 100%;
|
|
707
|
+
color: #fff;
|
|
708
|
+
display: flex;
|
|
709
|
+
align-items: center;
|
|
710
|
+
justify-content: center;
|
|
711
|
+
|
|
712
|
+
.check-icon {
|
|
713
|
+
font-size: 9px;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
.floating {
|
|
718
|
+
color: '#6ac259';
|
|
719
|
+
font-size: 14px;
|
|
720
|
+
align-items: center;
|
|
721
|
+
// justify-content: space-between;
|
|
722
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0.375em 0px !important;
|
|
723
|
+
border-left: 0.35rem solid;
|
|
724
|
+
border-radius: 0.35rem;
|
|
725
|
+
background-color: white;
|
|
726
|
+
padding: 0.75rem 1.5rem;
|
|
727
|
+
position: relative;
|
|
728
|
+
|
|
729
|
+
display: inline-flex;
|
|
730
|
+
max-width: 100%;
|
|
731
|
+
pointer-events: auto;
|
|
732
|
+
text-align: left;
|
|
733
|
+
height: 72px;
|
|
734
|
+
width: 435px;
|
|
735
|
+
.alert__title {
|
|
736
|
+
font-weight: 700;
|
|
737
|
+
/* text-shadow: 0 0 1px transparent; */
|
|
738
|
+
margin-bottom: 0.5rem;
|
|
739
|
+
margin-top: 0;
|
|
740
|
+
display: block;
|
|
741
|
+
line-height: normal;
|
|
742
|
+
text-transform: none;
|
|
743
|
+
font-size: 16px !important;
|
|
744
|
+
color: inherit;
|
|
745
|
+
}
|
|
746
|
+
.secondary__title {
|
|
747
|
+
color: grey;
|
|
748
|
+
}
|
|
749
|
+
.floating-alert-list__child-wrapper {
|
|
750
|
+
left: 0;
|
|
751
|
+
overflow: auto;
|
|
752
|
+
position: absolute;
|
|
753
|
+
top: 0;
|
|
754
|
+
width: 100%;
|
|
755
|
+
}
|
|
756
|
+
.noti-content {
|
|
757
|
+
min-width: 200px;
|
|
758
|
+
}
|
|
759
|
+
}
|
|
760
|
+
`;
|
|
761
|
+
export const TicketEditorWrapper = styled.div `
|
|
762
|
+
.modal {
|
|
763
|
+
display: flex;
|
|
764
|
+
align-items: center;
|
|
765
|
+
justify-content: center;
|
|
766
|
+
}
|
|
767
|
+
.wrapperBody {
|
|
768
|
+
background: #fff;
|
|
769
|
+
width: 500px;
|
|
770
|
+
border-radius: 4px;
|
|
771
|
+
}
|
|
772
|
+
.modalBody {
|
|
773
|
+
padding: 16px;
|
|
774
|
+
}
|
|
775
|
+
.modalFooter {
|
|
776
|
+
padding: 12px;
|
|
777
|
+
justify-content: flex-start;
|
|
778
|
+
gap: 10px;
|
|
779
|
+
display: flex;
|
|
780
|
+
}
|
|
781
|
+
.popoverBody {
|
|
782
|
+
padding: 0;
|
|
783
|
+
}
|
|
784
|
+
.popoverItem {
|
|
785
|
+
cursor: pointer;
|
|
786
|
+
padding: 5px 10px;
|
|
787
|
+
font-size: 13px !important;
|
|
788
|
+
|
|
789
|
+
&:hover {
|
|
790
|
+
background-color: #ddd;
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
793
|
`;
|
|
794
794
|
// export const DrawerHeader = styled.div`
|
|
795
795
|
// background: #ffffff;
|
|
@@ -823,55 +823,55 @@ export const TicketEditorWrapper = styled.div `
|
|
|
823
823
|
// }
|
|
824
824
|
// }
|
|
825
825
|
// `;
|
|
826
|
-
export const DrawerHeader = styled.div `
|
|
827
|
-
position: sticky;
|
|
828
|
-
top: 0px;
|
|
829
|
-
height: 50px;
|
|
830
|
-
padding: 0px 15px;
|
|
831
|
-
box-sizing: border-box;
|
|
832
|
-
background-color: #ffffff;
|
|
833
|
-
flex-shrink: 0;
|
|
834
|
-
z-index: 20;
|
|
835
|
-
border-bottom: 1px solid #e5e5e5;
|
|
836
|
-
display: flex;
|
|
837
|
-
align-items: center;
|
|
838
|
-
justify-content: space-between;
|
|
839
|
-
gap: 100px;
|
|
840
|
-
width: 100%;
|
|
841
|
-
max-width: 100%;
|
|
842
|
-
|
|
843
|
-
.left-content {
|
|
844
|
-
display: flex;
|
|
845
|
-
align-items: center;
|
|
846
|
-
gap: 15px;
|
|
847
|
-
max-width: calc(100% - 150px);
|
|
848
|
-
|
|
849
|
-
#header-journey-name {
|
|
850
|
-
max-width: 100%;
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
.right-content {
|
|
855
|
-
display: flex;
|
|
856
|
-
align-items: center;
|
|
857
|
-
gap: 15px;
|
|
858
|
-
|
|
859
|
-
.header-info-drawer {
|
|
860
|
-
display: flex;
|
|
861
|
-
flex-direction: column;
|
|
862
|
-
gap: 5px;
|
|
863
|
-
padding: 4.5px 0;
|
|
864
|
-
|
|
865
|
-
> div {
|
|
866
|
-
display: flex;
|
|
867
|
-
align-items: center;
|
|
868
|
-
gap: 10px;
|
|
869
|
-
justify-content: end;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
p {
|
|
873
|
-
margin: 0;
|
|
874
|
-
}
|
|
875
|
-
}
|
|
876
|
-
}
|
|
826
|
+
export const DrawerHeader = styled.div `
|
|
827
|
+
position: sticky;
|
|
828
|
+
top: 0px;
|
|
829
|
+
height: 50px;
|
|
830
|
+
padding: 0px 15px;
|
|
831
|
+
box-sizing: border-box;
|
|
832
|
+
background-color: #ffffff;
|
|
833
|
+
flex-shrink: 0;
|
|
834
|
+
z-index: 20;
|
|
835
|
+
border-bottom: 1px solid #e5e5e5;
|
|
836
|
+
display: flex;
|
|
837
|
+
align-items: center;
|
|
838
|
+
justify-content: space-between;
|
|
839
|
+
gap: 100px;
|
|
840
|
+
width: 100%;
|
|
841
|
+
max-width: 100%;
|
|
842
|
+
|
|
843
|
+
.left-content {
|
|
844
|
+
display: flex;
|
|
845
|
+
align-items: center;
|
|
846
|
+
gap: 15px;
|
|
847
|
+
max-width: calc(100% - 150px);
|
|
848
|
+
|
|
849
|
+
#header-journey-name {
|
|
850
|
+
max-width: 100%;
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.right-content {
|
|
855
|
+
display: flex;
|
|
856
|
+
align-items: center;
|
|
857
|
+
gap: 15px;
|
|
858
|
+
|
|
859
|
+
.header-info-drawer {
|
|
860
|
+
display: flex;
|
|
861
|
+
flex-direction: column;
|
|
862
|
+
gap: 5px;
|
|
863
|
+
padding: 4.5px 0;
|
|
864
|
+
|
|
865
|
+
> div {
|
|
866
|
+
display: flex;
|
|
867
|
+
align-items: center;
|
|
868
|
+
gap: 10px;
|
|
869
|
+
justify-content: end;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
p {
|
|
873
|
+
margin: 0;
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
}
|
|
877
877
|
`;
|