@naniteninja/dashboard-components-lib 1.0.0 → 1.0.1
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/esm2022/lib/components/auto-delegation/animations.mjs +1 -1
- package/esm2022/lib/components/auto-delegation/auto-delegation-modal.component.mjs +3 -3
- package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-type.enum.mjs +1 -1
- package/esm2022/lib/components/auto-delegation/enums/auto-delegation.event-value.enum.mjs +1 -1
- package/esm2022/lib/components/auto-delegation/interface/auto-delegation-data.interface.mjs +1 -1
- package/esm2022/lib/components/auto-delegation/interface/auto-delegation.event.interface.mjs +1 -1
- package/esm2022/lib/components/auto-delegation/interface/auto-delegation.modal-data.interface.mjs +1 -1
- package/esm2022/lib/components/auto-delegation/interface/preferences.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/agenda/agenda-day-card/agenda-day-card.component.mjs +3 -3
- package/esm2022/lib/components/calendar/agenda/agenda.component.mjs +3 -3
- package/esm2022/lib/components/calendar/agenda/agenda.module.mjs +1 -2
- package/esm2022/lib/components/calendar/agenda/interfaces/agenda.day.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/agenda/interfaces/agenda.event.inetrface.mjs +1 -1
- package/esm2022/lib/components/calendar/components/edit-recurring-event/edit-recurring-event.component.mjs +3 -3
- package/esm2022/lib/components/calendar/components/event-form/event-form.component.mjs +3 -3
- package/esm2022/lib/components/calendar/components/event-form/event-form.module.mjs +1 -1
- package/esm2022/lib/components/calendar/components/event-info/event-info.component.mjs +3 -3
- package/esm2022/lib/components/calendar/enums/calendar.account.enum.mjs +1 -1
- package/esm2022/lib/components/calendar/enums/calendar.account.icons.enum.mjs +1 -1
- package/esm2022/lib/components/calendar/enums/event-type.enum.mjs +1 -1
- package/esm2022/lib/components/calendar/enums/recurring.edit.options.enum.mjs +1 -1
- package/esm2022/lib/components/calendar/enums/recurring.type.enum.mjs +1 -1
- package/esm2022/lib/components/calendar/interfaces/calendar.account.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/interfaces/calendar.account.theme.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/interfaces/event.form.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/interfaces/event.form.output.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/interfaces/event.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/interfaces/event.time.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/interfaces/recurring.event.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/interfaces/recurring.exception.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/interfaces/recurring.pattern.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/lookups/recurring.options.lookup.mjs +1 -1
- package/esm2022/lib/components/calendar/scheduler/enums/schedule-date-status.enum.mjs +1 -1
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.action.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.day.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.event.suggestion.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/scheduler/interfaces/scheduler.slots.interface.mjs +1 -1
- package/esm2022/lib/components/calendar/scheduler/mock-schedule.mjs +1 -1
- package/esm2022/lib/components/calendar/scheduler/scheduler.component.mjs +3 -3
- package/esm2022/lib/components/calendar/services/calendar-utils.service.mjs +1 -1
- package/esm2022/lib/components/chat/chat.component.mjs +3 -3
- package/esm2022/lib/components/chat/chat.component.module.mjs +1 -1
- package/esm2022/lib/components/chat/chat.service.mjs +1 -1
- package/esm2022/lib/components/chat/enums/sender-types.enum.mjs +1 -1
- package/esm2022/lib/components/chat/gif-selector/gif-selector.component.mjs +3 -3
- package/esm2022/lib/components/chat/gif-selector/gif-selector.service.mjs +1 -1
- package/esm2022/lib/components/chat/gif-selector/tenor-media-format.interface.mjs +1 -1
- package/esm2022/lib/components/chat/gif-selector/tenor-object.interface.mjs +1 -1
- package/esm2022/lib/components/chat/gif-selector/tenor-result.interface.mjs +1 -1
- package/esm2022/lib/components/chat/interfaces/date-messages.interface.mjs +1 -1
- package/esm2022/lib/components/chat/interfaces/message-attachment.interface.mjs +1 -1
- package/esm2022/lib/components/chat/interfaces/message.interface.mjs +1 -1
- package/esm2022/lib/components/chat/interfaces/send-options-message.interface.mjs +1 -1
- package/esm2022/lib/components/chat/interfaces/type-send-message.enum.mjs +1 -1
- package/esm2022/lib/components/chat-suggestion/chat-suggestion.component.mjs +3 -3
- package/esm2022/lib/components/chat-suggestion/interfaces/chat-suggestion.interface.mjs +1 -1
- package/esm2022/lib/components/circle-progress/circle-progress.component.mjs +3 -3
- package/esm2022/lib/components/circle-progress/circle-progress.module.mjs +1 -1
- package/esm2022/lib/components/circle-progress/enums/circle-variable.enum.mjs +1 -1
- package/esm2022/lib/components/circle-progress/interfaces/circle-progress-config.interface.mjs +1 -1
- package/esm2022/lib/components/client-home/client-home.component.mjs +3 -3
- package/esm2022/lib/components/client-home/enums/client-home-component.enum.mjs +1 -1
- package/esm2022/lib/components/client-home/interfaces/chat-meta.interface.mjs +1 -1
- package/esm2022/lib/components/client-home/interfaces/home-dashboard-inputs.interface.mjs +1 -1
- package/esm2022/lib/components/client-home/interfaces/inner-partial-circle-progress-colors.interface.mjs +1 -1
- package/esm2022/lib/components/client-home/interfaces/partial-circle-progress-colors.interface.mjs +1 -1
- package/esm2022/lib/components/client-home/lookup/client-home.config.mjs +1 -1
- package/esm2022/lib/components/client-home/lookup/inner-progress-default-colors.config.mjs +1 -1
- package/esm2022/lib/components/client-home/lookup/inner-progress-pink-colors.config.mjs +1 -1
- package/esm2022/lib/components/client-home/lookup/inner-progress-purple-colors.config.mjs +1 -1
- package/esm2022/lib/components/client-home/lookup/inner-progress-teal-colors.config.mjs +1 -1
- package/esm2022/lib/components/client-home/lookup/inner-progress-white-colors.config.mjs +1 -1
- package/esm2022/lib/components/client-home/lookup/progress-default-colors.config.mjs +1 -1
- package/esm2022/lib/components/client-home/lookup/progress-white-colors.config.mjs +1 -1
- package/esm2022/lib/components/client-home/pipes/chat-meta.pipe.mjs +1 -1
- package/esm2022/lib/components/client-home/pipes/get-color-by-matcher.pipe.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/client-match-overview.component.mjs +3 -3
- package/esm2022/lib/components/client-match-overview/enums/conversation-flag.enum.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/enums/counter-flag-base.enum.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/enums/inner-circle-state.enum.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/interfaces/client-match-overview.interface.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/interfaces/conversation-flag.interface.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/interfaces/dashboard-match-request.interface.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/interfaces/progress-decision.interface.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/interfaces/progress-facts.interface.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/lookups/computer-inner-state.lookup.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/lookups/limit-dates-indicator.lookup.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/progress-ticker/progress-gap.config.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.config.mjs +1 -1
- package/esm2022/lib/components/client-match-overview/progress-ticker/progress-ticker.service.mjs +1 -1
- package/esm2022/lib/components/dashboard-swipeable-tabs/dashboard-swipeable-tabs.component.mjs +3 -3
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-main-swiper-options.mjs +1 -1
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/dashboard-thumbs-swiper-options.mjs +1 -1
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/main-swiper-default-options.mjs +1 -1
- package/esm2022/lib/components/dashboard-swipeable-tabs/lookups/thumbs-swiper-default-options.mjs +1 -1
- package/esm2022/lib/components/lib-client-dashboard/client-dashboard.component.mjs +3 -3
- package/esm2022/lib/components/lib-client-dashboard/enums/alert-status-fields.enum.mjs +1 -1
- package/esm2022/lib/components/lib-client-dashboard/enums/client-dashboard-component.enum.mjs +1 -1
- package/esm2022/lib/components/lib-client-dashboard/interfaces/client-dashboard-inputs.interface.mjs +1 -1
- package/esm2022/lib/components/lib-client-dashboard/lookups/client-dashboard.config.mjs +1 -1
- package/esm2022/lib/components/lib-compose-matcher-dash/compose-matcher-dash.component.mjs +3 -3
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chart-data.interface.mjs +1 -1
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/chat-identifier.interface.mjs +1 -1
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-dashboard-inputs.interface.mjs +1 -1
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/matcher-profile.interface.mjs +1 -1
- package/esm2022/lib/components/lib-compose-matcher-dash/interfaces/prospect-data.interface.mjs +1 -1
- package/esm2022/lib/components/lib-compose-matcher-dash/pipes/get-profile-with-progress.pipe.mjs +1 -1
- package/esm2022/lib/components/matcher-statuses/enums/matcher-statuses.enum.mjs +1 -1
- package/esm2022/lib/components/matcher-statuses/interfaces/status.interface.mjs +1 -1
- package/esm2022/lib/components/matcher-statuses/lookups/matcher-statuses.lookup.mjs +1 -1
- package/esm2022/lib/components/matcher-statuses/matcher-statuses.component.mjs +3 -3
- package/esm2022/lib/components/matcher-statuses/pipes/is-status-included.pipe.mjs +1 -1
- package/esm2022/lib/components/profile-card/profile-card.component.mjs +3 -3
- package/esm2022/lib/components/profile-card/profile-card.module.mjs +1 -1
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-circle.interface.mjs +1 -1
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-f.interface.mjs +1 -1
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-lg.interface.mjs +1 -1
- package/esm2022/lib/components/spider-chart/interfaces/chart-data-defs-rg.interface.mjs +1 -1
- package/esm2022/lib/components/spider-chart/interfaces/config.interface.mjs +1 -1
- package/esm2022/lib/components/spider-chart/interfaces/dataset.interface.mjs +1 -1
- package/esm2022/lib/components/spider-chart/interfaces/polygon-color.interface.mjs +1 -1
- package/esm2022/lib/components/spider-chart/interfaces/spider-chart-attribute.interface.mjs +1 -1
- package/esm2022/lib/components/spider-chart/lookup/default-spider-config.lookup.mjs +1 -1
- package/esm2022/lib/components/spider-chart/lookup/default-spider-config.mjs +1 -1
- package/esm2022/lib/components/spider-chart/lookup/demo-polygon-colors.lookup.mjs +1 -1
- package/esm2022/lib/components/spider-chart/lookup/svg-config.lookup.mjs +1 -1
- package/esm2022/lib/components/spider-chart/spider-chart.component.mjs +3 -3
- package/esm2022/lib/enums/direction.enum.mjs +1 -1
- package/esm2022/lib/enums/local-storage-keys.enum.mjs +1 -1
- package/esm2022/lib/model/select-option-template.mjs +1 -1
- package/esm2022/lib/operations/operations.mjs +1 -1
- package/esm2022/lib/pipes/array-sort/array.sort.pipe.mjs +1 -1
- package/esm2022/lib/pipes/count-non-empty-fields/count-non-empty-fields.pipe.mjs +1 -1
- package/esm2022/lib/pipes/date-localization/date-localization.pipe.mjs +1 -1
- package/esm2022/lib/pipes/fallback-translate/fallback-translate.pipe.mjs +1 -1
- package/esm2022/lib/pipes/get-display-value/get-display-value.pipe.mjs +1 -1
- package/esm2022/lib/pipes/get-multi-select-display-text/get-multi-select-display-text.pipe.mjs +1 -1
- package/esm2022/lib/pipes/initials/initials.pipe.mjs +1 -1
- package/esm2022/lib/pipes/round/round.pipe.mjs +1 -1
- package/esm2022/lib/pipes/update-llm-preference/update-llm-preference.pipe.mjs +1 -1
- package/esm2022/lib/services/abstract-cache.service.mjs +1 -1
- package/esm2022/lib/shared/shared/message-modal/message-modal.component.mjs +1 -1
- package/esm2022/lib/shared/shared.module.mjs +1 -1
- package/esm2022/public-api.mjs +1 -1
- package/fesm2022/naniteninja-dashboard-components-lib.mjs +38 -38
- package/fesm2022/naniteninja-dashboard-components-lib.mjs.map +1 -1
- package/package.json +2 -2
- package/src/assets/auto-delegation-modal/cross.svg +17 -17
- package/src/assets/auto-delegation-modal/menu.svg +3 -3
- package/src/assets/auto-delegation-modal/timer-center-dot.svg +25 -25
- package/src/assets/auto-delegation-modal/user-profile.svg +9 -9
- package/src/assets/circle-progress/circle-progress-1.svg +159 -159
- package/src/assets/circle-progress/circle-progress-2.svg +155 -155
- package/src/assets/circle-progress/circle-progress-3.svg +25 -25
- package/src/assets/circle-progress/circle-progress.svg +159 -159
- package/src/assets/client-match-overview/background-eclipse.svg +13 -13
- package/src/assets/grid/icons/filter-button.svg +47 -47
- package/src/assets/grid/images/chips-background-shadow.svg +34 -34
- package/src/assets/icons/back-v2.svg +14 -14
- package/src/assets/icons/checkbox/checkbox-off.svg +72 -72
- package/src/assets/icons/checkbox/checkbox-on.svg +113 -113
- package/src/assets/icons/checkmark-button.svg +72 -72
- package/src/assets/icons/checkmark.svg +7 -7
- package/src/assets/icons/close-icon.svg +3 -3
- package/src/assets/icons/compose-matcher/notes.svg +4 -4
- package/src/assets/icons/compose-matcher/profile.svg +4 -4
- package/src/assets/icons/compose-matcher/suggest.svg +3 -3
- package/src/assets/icons/compose-matcher/visual.svg +3 -3
- package/src/assets/icons/default-profile.svg +23 -23
- package/src/assets/icons/defualt.svg +5 -5
- package/src/assets/icons/first-page.svg +7 -7
- package/src/assets/icons/incrementer/minus.svg +3 -3
- package/src/assets/icons/incrementer/plus.svg +3 -3
- package/src/assets/icons/info.svg +5 -5
- package/src/assets/icons/last-page.svg +7 -7
- package/src/assets/icons/minus.svg +3 -3
- package/src/assets/icons/next-page.svg +6 -6
- package/src/assets/icons/plus.svg +3 -3
- package/src/assets/icons/popup-defualt.svg +34 -34
- package/src/assets/icons/prev-page.svg +6 -6
- package/src/assets/icons/send-icon.svg +4 -4
- package/src/assets/icons/shake.svg +74 -74
- package/src/assets/icons/thumbs-up.svg +28 -28
- package/src/assets/nsfw/blazeface.bundle.js +1 -1
- package/src/assets/nsfw/model/model.json +4085 -4085
- package/src/assets/nsfw/nsfwjs.bundle.js +1 -1
- package/src/assets/nsfw/tf.bundle.js +1 -1
- package/src/assets/scheduler/accept.svg +3 -3
- package/src/assets/scheduler/accept_active.svg +3 -3
- package/src/assets/scheduler/arrow.svg +13 -13
- package/src/assets/scheduler/cancel.svg +3 -3
- package/src/assets/scheduler/cancel_active.svg +3 -3
- package/src/assets/scheduler/heart.svg +18 -18
- package/src/lib/shared-styles/common/animations.scss +48 -48
- package/src/lib/shared-styles/common/base-input-field.scss +132 -132
- package/src/lib/shared-styles/common/buttons.scss +152 -152
- package/src/lib/shared-styles/common/cards.scss +163 -163
- package/src/lib/shared-styles/common/client-dash.scss +5 -5
- package/src/lib/shared-styles/common/date-picker.scss +179 -179
- package/src/lib/shared-styles/common/draggable-scroll-and-marquee.scss +34 -34
- package/src/lib/shared-styles/common/feedback.scss +157 -157
- package/src/lib/shared-styles/common/fonts.scss +3 -3
- package/src/lib/shared-styles/common/information-card.scss +56 -56
- package/src/lib/shared-styles/common/input.scss +110 -110
- package/src/lib/shared-styles/common/lib-styles-utils.scss +157 -157
- package/src/lib/shared-styles/common/lists.scss +91 -91
- package/src/lib/shared-styles/common/login.scss +32 -32
- package/src/lib/shared-styles/common/maps.scss +10 -10
- package/src/lib/shared-styles/common/matcher-dash.scss +49 -49
- package/src/lib/shared-styles/common/modal_styles.scss +32 -32
- package/src/lib/shared-styles/common/notifications-list.scss +9 -9
- package/src/lib/shared-styles/common/overrides.scss +6 -6
- package/src/lib/shared-styles/common/pulse.scss +26 -26
- package/src/lib/shared-styles/common/swiper.scss +5 -5
- package/src/lib/shared-styles/common/tab-menu.scss +74 -74
- package/src/lib/shared-styles/common/theme.scss +55 -55
- package/src/lib/shared-styles/common/typography.scss +121 -121
- package/src/lib/shared-styles/common/user-menu.scss +129 -129
- package/src/lib/shared-styles/fonts/calistoga.font.scss +6 -6
- package/src/lib/shared-styles/fonts/gilroy.font.scss +160 -160
- package/src/lib/shared-styles/styles.scss +25 -25
- package/naniteninja-dashboard-components-lib-1.0.0.tgz +0 -0
|
@@ -1,157 +1,157 @@
|
|
|
1
|
-
@import './cards.scss';
|
|
2
|
-
.common-font-style {
|
|
3
|
-
font-style: normal;
|
|
4
|
-
font-weight: 500;
|
|
5
|
-
line-height: 150%;
|
|
6
|
-
letter-spacing: -0.113px;
|
|
7
|
-
text-transform: capitalize;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.spacer {
|
|
11
|
-
flex: 1 1 auto;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.ellipsis-text {
|
|
15
|
-
white-space: nowrap;
|
|
16
|
-
overflow: hidden;
|
|
17
|
-
text-overflow: ellipsis;
|
|
18
|
-
display: inline-block;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.center-content {
|
|
22
|
-
display: flex;
|
|
23
|
-
flex-direction: row;
|
|
24
|
-
align-items: center;
|
|
25
|
-
justify-content: center;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.three-cols-container {
|
|
29
|
-
display: flex;
|
|
30
|
-
align-items: center;
|
|
31
|
-
.left-section {
|
|
32
|
-
flex: 1;
|
|
33
|
-
display: flex;
|
|
34
|
-
align-items: center;
|
|
35
|
-
}
|
|
36
|
-
.center-section {
|
|
37
|
-
@extend .center-content;
|
|
38
|
-
}
|
|
39
|
-
.right-section {
|
|
40
|
-
flex: 1;
|
|
41
|
-
display: flex;
|
|
42
|
-
align-items: center;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.two-cols-container {
|
|
47
|
-
display: flex;
|
|
48
|
-
align-items: center;
|
|
49
|
-
.left-section,
|
|
50
|
-
.right-section {
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
width: 50%;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.gap-5 {
|
|
58
|
-
gap: 5px;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.loader-container {
|
|
62
|
-
position: relative;
|
|
63
|
-
display: block;
|
|
64
|
-
overflow: hidden;
|
|
65
|
-
width: 100%;
|
|
66
|
-
height: 5px;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.loading-overlay {
|
|
70
|
-
position: fixed;
|
|
71
|
-
top: 0;
|
|
72
|
-
left: 0;
|
|
73
|
-
height: 100%;
|
|
74
|
-
width: 100%;
|
|
75
|
-
z-index: 999999999;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
// Following is a fix/hack for unwanted/unexpected white background-color by the browser ie 'user agent stylesheet'
|
|
79
|
-
// for input fields caused by autocomplete especially for login input field
|
|
80
|
-
input:-webkit-autofill,
|
|
81
|
-
input:-webkit-autofill:hover,
|
|
82
|
-
input:-webkit-autofill:focus,
|
|
83
|
-
input:-webkit-autofill:active {
|
|
84
|
-
-webkit-background-clip: text;
|
|
85
|
-
-webkit-text-fill-color: #ffffff;
|
|
86
|
-
transition: background-color 5000s ease-in-out 0s;
|
|
87
|
-
box-shadow: inset 0 0 20px 20px #23232329;
|
|
88
|
-
background-color: inherit !important;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.messsage {
|
|
92
|
-
color: rgba(235, 235, 245, 0.6);
|
|
93
|
-
text-align: center;
|
|
94
|
-
font-weight: 500;
|
|
95
|
-
letter-spacing: 0.07px;
|
|
96
|
-
line-height: 1.5;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.avatar {
|
|
100
|
-
width: var(--avatar-width, 30px);
|
|
101
|
-
height: var(--avatar-height, 30px);
|
|
102
|
-
border-radius: 50%;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.highlight {
|
|
106
|
-
background-color: var(--highlight-text-bg-color, yellow);
|
|
107
|
-
color: var(--highlight-text-color, #222);
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.faded-image {
|
|
111
|
-
position: relative;
|
|
112
|
-
mask-image: linear-gradient(
|
|
113
|
-
to bottom,
|
|
114
|
-
transparent 0%,
|
|
115
|
-
rgba(0, 0, 0, 0.1) 3%,
|
|
116
|
-
rgba(0, 0, 0, 0.3) 6%,
|
|
117
|
-
rgba(0, 0, 0, 0.5) 9%,
|
|
118
|
-
rgba(0, 0, 0, 0.7) 12%,
|
|
119
|
-
rgba(0, 0, 0, 0.9) 15%,
|
|
120
|
-
black 18%,
|
|
121
|
-
black 100%
|
|
122
|
-
),
|
|
123
|
-
linear-gradient(
|
|
124
|
-
to bottom,
|
|
125
|
-
black 0%,
|
|
126
|
-
black 82%,
|
|
127
|
-
rgba(0, 0, 0, 0.9) 85%,
|
|
128
|
-
rgba(0, 0, 0, 0.7) 88%,
|
|
129
|
-
rgba(0, 0, 0, 0.5) 91%,
|
|
130
|
-
rgba(0, 0, 0, 0.3) 94%,
|
|
131
|
-
rgba(0, 0, 0, 0.1) 97%,
|
|
132
|
-
transparent 100%
|
|
133
|
-
),
|
|
134
|
-
linear-gradient(
|
|
135
|
-
to right,
|
|
136
|
-
transparent 0%,
|
|
137
|
-
rgba(0, 0, 0, 0.1) 3%,
|
|
138
|
-
rgba(0, 0, 0, 0.3) 6%,
|
|
139
|
-
rgba(0, 0, 0, 0.5) 9%,
|
|
140
|
-
rgba(0, 0, 0, 0.7) 12%,
|
|
141
|
-
rgba(0, 0, 0, 0.9) 15%,
|
|
142
|
-
black 18%,
|
|
143
|
-
black 100%
|
|
144
|
-
),
|
|
145
|
-
linear-gradient(
|
|
146
|
-
to right,
|
|
147
|
-
black 0%,
|
|
148
|
-
black 82%,
|
|
149
|
-
rgba(0, 0, 0, 0.9) 85%,
|
|
150
|
-
rgba(0, 0, 0, 0.7) 88%,
|
|
151
|
-
rgba(0, 0, 0, 0.5) 91%,
|
|
152
|
-
rgba(0, 0, 0, 0.3) 94%,
|
|
153
|
-
rgba(0, 0, 0, 0.1) 97%,
|
|
154
|
-
transparent 100%
|
|
155
|
-
);
|
|
156
|
-
mask-composite: intersect, intersect, intersect;
|
|
157
|
-
}
|
|
1
|
+
@import './cards.scss';
|
|
2
|
+
.common-font-style {
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: 500;
|
|
5
|
+
line-height: 150%;
|
|
6
|
+
letter-spacing: -0.113px;
|
|
7
|
+
text-transform: capitalize;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.spacer {
|
|
11
|
+
flex: 1 1 auto;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ellipsis-text {
|
|
15
|
+
white-space: nowrap;
|
|
16
|
+
overflow: hidden;
|
|
17
|
+
text-overflow: ellipsis;
|
|
18
|
+
display: inline-block;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.center-content {
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: row;
|
|
24
|
+
align-items: center;
|
|
25
|
+
justify-content: center;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.three-cols-container {
|
|
29
|
+
display: flex;
|
|
30
|
+
align-items: center;
|
|
31
|
+
.left-section {
|
|
32
|
+
flex: 1;
|
|
33
|
+
display: flex;
|
|
34
|
+
align-items: center;
|
|
35
|
+
}
|
|
36
|
+
.center-section {
|
|
37
|
+
@extend .center-content;
|
|
38
|
+
}
|
|
39
|
+
.right-section {
|
|
40
|
+
flex: 1;
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.two-cols-container {
|
|
47
|
+
display: flex;
|
|
48
|
+
align-items: center;
|
|
49
|
+
.left-section,
|
|
50
|
+
.right-section {
|
|
51
|
+
display: flex;
|
|
52
|
+
align-items: center;
|
|
53
|
+
width: 50%;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.gap-5 {
|
|
58
|
+
gap: 5px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.loader-container {
|
|
62
|
+
position: relative;
|
|
63
|
+
display: block;
|
|
64
|
+
overflow: hidden;
|
|
65
|
+
width: 100%;
|
|
66
|
+
height: 5px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.loading-overlay {
|
|
70
|
+
position: fixed;
|
|
71
|
+
top: 0;
|
|
72
|
+
left: 0;
|
|
73
|
+
height: 100%;
|
|
74
|
+
width: 100%;
|
|
75
|
+
z-index: 999999999;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// Following is a fix/hack for unwanted/unexpected white background-color by the browser ie 'user agent stylesheet'
|
|
79
|
+
// for input fields caused by autocomplete especially for login input field
|
|
80
|
+
input:-webkit-autofill,
|
|
81
|
+
input:-webkit-autofill:hover,
|
|
82
|
+
input:-webkit-autofill:focus,
|
|
83
|
+
input:-webkit-autofill:active {
|
|
84
|
+
-webkit-background-clip: text;
|
|
85
|
+
-webkit-text-fill-color: #ffffff;
|
|
86
|
+
transition: background-color 5000s ease-in-out 0s;
|
|
87
|
+
box-shadow: inset 0 0 20px 20px #23232329;
|
|
88
|
+
background-color: inherit !important;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.messsage {
|
|
92
|
+
color: rgba(235, 235, 245, 0.6);
|
|
93
|
+
text-align: center;
|
|
94
|
+
font-weight: 500;
|
|
95
|
+
letter-spacing: 0.07px;
|
|
96
|
+
line-height: 1.5;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.avatar {
|
|
100
|
+
width: var(--avatar-width, 30px);
|
|
101
|
+
height: var(--avatar-height, 30px);
|
|
102
|
+
border-radius: 50%;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.highlight {
|
|
106
|
+
background-color: var(--highlight-text-bg-color, yellow);
|
|
107
|
+
color: var(--highlight-text-color, #222);
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.faded-image {
|
|
111
|
+
position: relative;
|
|
112
|
+
mask-image: linear-gradient(
|
|
113
|
+
to bottom,
|
|
114
|
+
transparent 0%,
|
|
115
|
+
rgba(0, 0, 0, 0.1) 3%,
|
|
116
|
+
rgba(0, 0, 0, 0.3) 6%,
|
|
117
|
+
rgba(0, 0, 0, 0.5) 9%,
|
|
118
|
+
rgba(0, 0, 0, 0.7) 12%,
|
|
119
|
+
rgba(0, 0, 0, 0.9) 15%,
|
|
120
|
+
black 18%,
|
|
121
|
+
black 100%
|
|
122
|
+
),
|
|
123
|
+
linear-gradient(
|
|
124
|
+
to bottom,
|
|
125
|
+
black 0%,
|
|
126
|
+
black 82%,
|
|
127
|
+
rgba(0, 0, 0, 0.9) 85%,
|
|
128
|
+
rgba(0, 0, 0, 0.7) 88%,
|
|
129
|
+
rgba(0, 0, 0, 0.5) 91%,
|
|
130
|
+
rgba(0, 0, 0, 0.3) 94%,
|
|
131
|
+
rgba(0, 0, 0, 0.1) 97%,
|
|
132
|
+
transparent 100%
|
|
133
|
+
),
|
|
134
|
+
linear-gradient(
|
|
135
|
+
to right,
|
|
136
|
+
transparent 0%,
|
|
137
|
+
rgba(0, 0, 0, 0.1) 3%,
|
|
138
|
+
rgba(0, 0, 0, 0.3) 6%,
|
|
139
|
+
rgba(0, 0, 0, 0.5) 9%,
|
|
140
|
+
rgba(0, 0, 0, 0.7) 12%,
|
|
141
|
+
rgba(0, 0, 0, 0.9) 15%,
|
|
142
|
+
black 18%,
|
|
143
|
+
black 100%
|
|
144
|
+
),
|
|
145
|
+
linear-gradient(
|
|
146
|
+
to right,
|
|
147
|
+
black 0%,
|
|
148
|
+
black 82%,
|
|
149
|
+
rgba(0, 0, 0, 0.9) 85%,
|
|
150
|
+
rgba(0, 0, 0, 0.7) 88%,
|
|
151
|
+
rgba(0, 0, 0, 0.5) 91%,
|
|
152
|
+
rgba(0, 0, 0, 0.3) 94%,
|
|
153
|
+
rgba(0, 0, 0, 0.1) 97%,
|
|
154
|
+
transparent 100%
|
|
155
|
+
);
|
|
156
|
+
mask-composite: intersect, intersect, intersect;
|
|
157
|
+
}
|
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
.list-panel {
|
|
2
|
-
border: none;
|
|
3
|
-
z-index: 99999;
|
|
4
|
-
background: var(--ion-background-color) !important;
|
|
5
|
-
color: var(--ion-text-color-secondary) !important;
|
|
6
|
-
box-shadow: var(
|
|
7
|
-
--list-panel-shadow,
|
|
8
|
-
0 2px 4px -1px rgba(0, 0, 0, 0.2),
|
|
9
|
-
0 4px 5px 0 rgba(0, 0, 0, 0.14),
|
|
10
|
-
0 1px 10px 0 rgba(0, 0, 0, 0.12)
|
|
11
|
-
) !important;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.list-panel-item-active{
|
|
15
|
-
background-color: #fe3c72;
|
|
16
|
-
color: #fff !important
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.list-panel-item {
|
|
20
|
-
font-size: var(--input-font-size, 14px);
|
|
21
|
-
font-family: var(--font-family, 'Gilroy-Regular', serif);
|
|
22
|
-
color: var(--ion-text-color-secondary, rgba(255, 255, 255, .5)) !important;
|
|
23
|
-
cursor: pointer;
|
|
24
|
-
border: none;
|
|
25
|
-
text-overflow: ellipsis;
|
|
26
|
-
overflow: hidden;
|
|
27
|
-
white-space: nowrap;
|
|
28
|
-
line-height: 30px;
|
|
29
|
-
text-align: left;
|
|
30
|
-
padding-top: 0;
|
|
31
|
-
padding-bottom: 0;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
//------- primeng dropdown list ----------
|
|
37
|
-
.p-dropdown-panel {
|
|
38
|
-
@extend .list-panel;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.p-dropdown .p-dropdown-label, .p-dropdown-item {
|
|
42
|
-
@extend .list-panel-item;
|
|
43
|
-
&.p-highlight {
|
|
44
|
-
@extend.list-panel-item-active;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.p-dropdown-item:hover {
|
|
49
|
-
@extend.list-panel-item-active;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.p-dropdown .p-dropdown-label {
|
|
53
|
-
font-size: var(--input-font-size, 16px) !important;
|
|
54
|
-
color: var(--input-font-color, rgba(255, 255, 255, 0.87)) !important;
|
|
55
|
-
font-weight: 600;
|
|
56
|
-
display: flex;
|
|
57
|
-
align-items: center;
|
|
58
|
-
padding-left: 7px;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
//------- customized google geo auto complete list ----------
|
|
62
|
-
.pac-container {
|
|
63
|
-
@extend .list-panel;
|
|
64
|
-
&:after {
|
|
65
|
-
background-image: none !important;
|
|
66
|
-
height: 0;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.pac-item,
|
|
70
|
-
.pac-item .pac-item-query {
|
|
71
|
-
@extend .list-panel-item;
|
|
72
|
-
&:hover {
|
|
73
|
-
@extend.list-panel-item-active;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.pac-item:hover {
|
|
78
|
-
@extend.list-panel-item-active;
|
|
79
|
-
.pac-item-query, .pac-item-query.pac-matched {
|
|
80
|
-
@extend.list-panel-item-active;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.pac-item-selected {
|
|
85
|
-
@extend.list-panel-item-active;
|
|
86
|
-
.pac-icon {
|
|
87
|
-
background-position: -1px -161px;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
}
|
|
1
|
+
.list-panel {
|
|
2
|
+
border: none;
|
|
3
|
+
z-index: 99999;
|
|
4
|
+
background: var(--ion-background-color) !important;
|
|
5
|
+
color: var(--ion-text-color-secondary) !important;
|
|
6
|
+
box-shadow: var(
|
|
7
|
+
--list-panel-shadow,
|
|
8
|
+
0 2px 4px -1px rgba(0, 0, 0, 0.2),
|
|
9
|
+
0 4px 5px 0 rgba(0, 0, 0, 0.14),
|
|
10
|
+
0 1px 10px 0 rgba(0, 0, 0, 0.12)
|
|
11
|
+
) !important;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.list-panel-item-active{
|
|
15
|
+
background-color: #fe3c72;
|
|
16
|
+
color: #fff !important
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.list-panel-item {
|
|
20
|
+
font-size: var(--input-font-size, 14px);
|
|
21
|
+
font-family: var(--font-family, 'Gilroy-Regular', serif);
|
|
22
|
+
color: var(--ion-text-color-secondary, rgba(255, 255, 255, .5)) !important;
|
|
23
|
+
cursor: pointer;
|
|
24
|
+
border: none;
|
|
25
|
+
text-overflow: ellipsis;
|
|
26
|
+
overflow: hidden;
|
|
27
|
+
white-space: nowrap;
|
|
28
|
+
line-height: 30px;
|
|
29
|
+
text-align: left;
|
|
30
|
+
padding-top: 0;
|
|
31
|
+
padding-bottom: 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
//------- primeng dropdown list ----------
|
|
37
|
+
.p-dropdown-panel {
|
|
38
|
+
@extend .list-panel;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.p-dropdown .p-dropdown-label, .p-dropdown-item {
|
|
42
|
+
@extend .list-panel-item;
|
|
43
|
+
&.p-highlight {
|
|
44
|
+
@extend.list-panel-item-active;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.p-dropdown-item:hover {
|
|
49
|
+
@extend.list-panel-item-active;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.p-dropdown .p-dropdown-label {
|
|
53
|
+
font-size: var(--input-font-size, 16px) !important;
|
|
54
|
+
color: var(--input-font-color, rgba(255, 255, 255, 0.87)) !important;
|
|
55
|
+
font-weight: 600;
|
|
56
|
+
display: flex;
|
|
57
|
+
align-items: center;
|
|
58
|
+
padding-left: 7px;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
//------- customized google geo auto complete list ----------
|
|
62
|
+
.pac-container {
|
|
63
|
+
@extend .list-panel;
|
|
64
|
+
&:after {
|
|
65
|
+
background-image: none !important;
|
|
66
|
+
height: 0;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.pac-item,
|
|
70
|
+
.pac-item .pac-item-query {
|
|
71
|
+
@extend .list-panel-item;
|
|
72
|
+
&:hover {
|
|
73
|
+
@extend.list-panel-item-active;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.pac-item:hover {
|
|
78
|
+
@extend.list-panel-item-active;
|
|
79
|
+
.pac-item-query, .pac-item-query.pac-matched {
|
|
80
|
+
@extend.list-panel-item-active;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.pac-item-selected {
|
|
85
|
+
@extend.list-panel-item-active;
|
|
86
|
+
.pac-icon {
|
|
87
|
+
background-position: -1px -161px;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
lib-login-screen {
|
|
2
|
-
.input-toggle-container {
|
|
3
|
-
max-width: none !important;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
input:-webkit-autofill,
|
|
7
|
-
input:-webkit-autofill:hover,
|
|
8
|
-
input:-webkit-autofill:focus,
|
|
9
|
-
textarea:-webkit-autofill,
|
|
10
|
-
textarea:-webkit-autofill:hover,
|
|
11
|
-
textarea:-webkit-autofill:focus {
|
|
12
|
-
background-color: transparent;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.primary-link {
|
|
16
|
-
text-decoration: none;
|
|
17
|
-
color: var(--cyrano-pink-shade-1, #fe3c72);
|
|
18
|
-
text-shadow: 0 0 10px var(--cyrano-pink-shade-1, #fe3c72);
|
|
19
|
-
font-weight: 600;
|
|
20
|
-
border: 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
lib-primary-btn,
|
|
24
|
-
lib-secondary-btn {
|
|
25
|
-
lib-base-btn {
|
|
26
|
-
width: 180px;
|
|
27
|
-
@media (max-width: 568px) {
|
|
28
|
-
width: 130px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
1
|
+
lib-login-screen {
|
|
2
|
+
.input-toggle-container {
|
|
3
|
+
max-width: none !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
input:-webkit-autofill,
|
|
7
|
+
input:-webkit-autofill:hover,
|
|
8
|
+
input:-webkit-autofill:focus,
|
|
9
|
+
textarea:-webkit-autofill,
|
|
10
|
+
textarea:-webkit-autofill:hover,
|
|
11
|
+
textarea:-webkit-autofill:focus {
|
|
12
|
+
background-color: transparent;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.primary-link {
|
|
16
|
+
text-decoration: none;
|
|
17
|
+
color: var(--cyrano-pink-shade-1, #fe3c72);
|
|
18
|
+
text-shadow: 0 0 10px var(--cyrano-pink-shade-1, #fe3c72);
|
|
19
|
+
font-weight: 600;
|
|
20
|
+
border: 0;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
lib-primary-btn,
|
|
24
|
+
lib-secondary-btn {
|
|
25
|
+
lib-base-btn {
|
|
26
|
+
width: 180px;
|
|
27
|
+
@media (max-width: 568px) {
|
|
28
|
+
width: 130px;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
google-map {
|
|
2
|
-
.map-container {
|
|
3
|
-
height: 100% !important;
|
|
4
|
-
border-radius: 10px !important;
|
|
5
|
-
|
|
6
|
-
& > div {
|
|
7
|
-
background: unset !important;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
1
|
+
google-map {
|
|
2
|
+
.map-container {
|
|
3
|
+
height: 100% !important;
|
|
4
|
+
border-radius: 10px !important;
|
|
5
|
+
|
|
6
|
+
& > div {
|
|
7
|
+
background: unset !important;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
.custom-bubble-status {
|
|
2
|
-
$fontSize: clamp(0px, 3.2dvw, 15px);
|
|
3
|
-
|
|
4
|
-
lib-base-btn {
|
|
5
|
-
--lib-bubble-btn-diameter: calc(#{$fontSize} * 1.78);
|
|
6
|
-
--font-size-title: calc(#{$fontSize} * 0.45);
|
|
7
|
-
--font-size-subtitle: calc(#{$fontSize} * 0.35);
|
|
8
|
-
|
|
9
|
-
.lib-button-component {
|
|
10
|
-
font-size: clamp(0px, 3.2dvw, 15px);
|
|
11
|
-
|
|
12
|
-
button .text .btn-text {
|
|
13
|
-
display: flex !important;
|
|
14
|
-
flex-direction: column !important;
|
|
15
|
-
align-items: center !important;
|
|
16
|
-
|
|
17
|
-
.title {
|
|
18
|
-
color: white;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.subtitle {
|
|
22
|
-
text-overflow: inherit !important;
|
|
23
|
-
overflow: visible !important;
|
|
24
|
-
color: #939195;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.progress_view {
|
|
32
|
-
.circle-progress-suggestion {
|
|
33
|
-
.circle {
|
|
34
|
-
background: none;
|
|
35
|
-
}
|
|
36
|
-
lib-d3-circle {
|
|
37
|
-
.d3-circle {
|
|
38
|
-
max-width: var(--max-diameter);
|
|
39
|
-
max-height: var(--max-diameter);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.spider-chart___active {
|
|
46
|
-
.d3-container {
|
|
47
|
-
min-height: 433px !important;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
1
|
+
.custom-bubble-status {
|
|
2
|
+
$fontSize: clamp(0px, 3.2dvw, 15px);
|
|
3
|
+
|
|
4
|
+
lib-base-btn {
|
|
5
|
+
--lib-bubble-btn-diameter: calc(#{$fontSize} * 1.78);
|
|
6
|
+
--font-size-title: calc(#{$fontSize} * 0.45);
|
|
7
|
+
--font-size-subtitle: calc(#{$fontSize} * 0.35);
|
|
8
|
+
|
|
9
|
+
.lib-button-component {
|
|
10
|
+
font-size: clamp(0px, 3.2dvw, 15px);
|
|
11
|
+
|
|
12
|
+
button .text .btn-text {
|
|
13
|
+
display: flex !important;
|
|
14
|
+
flex-direction: column !important;
|
|
15
|
+
align-items: center !important;
|
|
16
|
+
|
|
17
|
+
.title {
|
|
18
|
+
color: white;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.subtitle {
|
|
22
|
+
text-overflow: inherit !important;
|
|
23
|
+
overflow: visible !important;
|
|
24
|
+
color: #939195;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.progress_view {
|
|
32
|
+
.circle-progress-suggestion {
|
|
33
|
+
.circle {
|
|
34
|
+
background: none;
|
|
35
|
+
}
|
|
36
|
+
lib-d3-circle {
|
|
37
|
+
.d3-circle {
|
|
38
|
+
max-width: var(--max-diameter);
|
|
39
|
+
max-height: var(--max-diameter);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.spider-chart___active {
|
|
46
|
+
.d3-container {
|
|
47
|
+
min-height: 433px !important;
|
|
48
|
+
}
|
|
49
|
+
}
|