@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,129 +1,129 @@
|
|
|
1
|
-
.user-menu-overlay + .cdk-overlay-connected-position-bounding-box {
|
|
2
|
-
.mat-mdc-menu-panel.lib-btn-menu-panel .mat-mdc-menu-content:not(:empty) {
|
|
3
|
-
padding-top: 8px !important;
|
|
4
|
-
padding-bottom: 8px !important;
|
|
5
|
-
min-width: 280px !important;
|
|
6
|
-
}
|
|
7
|
-
.mat-mdc-menu-panel button.mat-mdc-menu-item {
|
|
8
|
-
height: auto !important;
|
|
9
|
-
}
|
|
10
|
-
.mat-mdc-menu-panel.lib-btn-menu-panel {
|
|
11
|
-
.user-menu-item {
|
|
12
|
-
min-height: 2.08rem !important;
|
|
13
|
-
--mat-menu-item-label-text-size: 1rem;
|
|
14
|
-
--lib-menu--button-padding: 3px 2px 0px 4px;
|
|
15
|
-
.basic-user-menu-template {
|
|
16
|
-
display: flex;
|
|
17
|
-
flex-direction: column;
|
|
18
|
-
.body-template {
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
gap: 9px;
|
|
22
|
-
padding-right: 18px;
|
|
23
|
-
span {
|
|
24
|
-
color: #fe3c72;
|
|
25
|
-
font-weight: bold;
|
|
26
|
-
}
|
|
27
|
-
.notifications-icon {
|
|
28
|
-
position: relative;
|
|
29
|
-
.notification-alert {
|
|
30
|
-
position: absolute;
|
|
31
|
-
top: 4px;
|
|
32
|
-
right: -1px;
|
|
33
|
-
width: 6px;
|
|
34
|
-
height: 6px;
|
|
35
|
-
border: 0.4px solid rgba(255, 255, 255, 0.2);
|
|
36
|
-
border-radius: 50%;
|
|
37
|
-
background: #fe3c72;
|
|
38
|
-
box-shadow: 0 0 3px 1px #e15561;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
.notifications-container {
|
|
43
|
-
overflow-y: scroll;
|
|
44
|
-
max-height: 8px;
|
|
45
|
-
opacity: 1;
|
|
46
|
-
transition: all 500ms ease;
|
|
47
|
-
direction: ltr !important;
|
|
48
|
-
&::-webkit-scrollbar-track {
|
|
49
|
-
height: 90% !important;
|
|
50
|
-
background: transparent !important;
|
|
51
|
-
}
|
|
52
|
-
&::-webkit-scrollbar-thumb {
|
|
53
|
-
background-color: transparent;
|
|
54
|
-
border: none;
|
|
55
|
-
}
|
|
56
|
-
.more-notifications {
|
|
57
|
-
width: 100%;
|
|
58
|
-
background: rgba(0, 0, 0, 0.203);
|
|
59
|
-
border-radius: 10px;
|
|
60
|
-
display: flex;
|
|
61
|
-
justify-content: center;
|
|
62
|
-
align-items: center;
|
|
63
|
-
height: 20px;
|
|
64
|
-
font-size: 8px;
|
|
65
|
-
margin-top: 8px;
|
|
66
|
-
}
|
|
67
|
-
lib-notifications-list {
|
|
68
|
-
display: flex;
|
|
69
|
-
width: 100%;
|
|
70
|
-
}
|
|
71
|
-
.hideNotificationsLoader {
|
|
72
|
-
opacity: 0;
|
|
73
|
-
height: 0px !important;
|
|
74
|
-
overflow: auto !important;
|
|
75
|
-
}
|
|
76
|
-
.showNotificationsLoader {
|
|
77
|
-
opacity: 1;
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
.notificationsOpened {
|
|
81
|
-
max-height: min(300px, 45vh);
|
|
82
|
-
-webkit-transition: all 1s ease !important;
|
|
83
|
-
-moz-transition: all 1s ease !important;
|
|
84
|
-
-o-transition: all 1s ease !important;
|
|
85
|
-
transition: all 1s ease !important;
|
|
86
|
-
&::-webkit-scrollbar-thumb {
|
|
87
|
-
background-color: inherit;
|
|
88
|
-
border: inherit;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.notificationsBase {
|
|
93
|
-
overflow-y: scroll;
|
|
94
|
-
opacity: 0;
|
|
95
|
-
&::-webkit-scrollbar-thumb {
|
|
96
|
-
background-color: transparent;
|
|
97
|
-
border: none;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.moreNotifications {
|
|
102
|
-
overflow-y: scroll;
|
|
103
|
-
&::-webkit-scrollbar-thumb {
|
|
104
|
-
background-color: #fe3b72 !important;
|
|
105
|
-
border: 3px solid black !important;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.user-menu-item + .lib-btn-menu-panel-separator {
|
|
113
|
-
background: linear-gradient(90deg, rgba(1, 206, 194, 0) 0%, rgba(247, 245, 221, 0.2) 50%, rgba(9, 217, 248, 0) 100%) !important;
|
|
114
|
-
max-width: 132px;
|
|
115
|
-
margin-left: auto;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
#user-menu-btn {
|
|
120
|
-
lib-base-btn {
|
|
121
|
-
.lib-button-component {
|
|
122
|
-
> button {
|
|
123
|
-
width: 35px !important;
|
|
124
|
-
height: 35px !important;
|
|
125
|
-
border: none !important;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
}
|
|
1
|
+
.user-menu-overlay + .cdk-overlay-connected-position-bounding-box {
|
|
2
|
+
.mat-mdc-menu-panel.lib-btn-menu-panel .mat-mdc-menu-content:not(:empty) {
|
|
3
|
+
padding-top: 8px !important;
|
|
4
|
+
padding-bottom: 8px !important;
|
|
5
|
+
min-width: 280px !important;
|
|
6
|
+
}
|
|
7
|
+
.mat-mdc-menu-panel button.mat-mdc-menu-item {
|
|
8
|
+
height: auto !important;
|
|
9
|
+
}
|
|
10
|
+
.mat-mdc-menu-panel.lib-btn-menu-panel {
|
|
11
|
+
.user-menu-item {
|
|
12
|
+
min-height: 2.08rem !important;
|
|
13
|
+
--mat-menu-item-label-text-size: 1rem;
|
|
14
|
+
--lib-menu--button-padding: 3px 2px 0px 4px;
|
|
15
|
+
.basic-user-menu-template {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex-direction: column;
|
|
18
|
+
.body-template {
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
gap: 9px;
|
|
22
|
+
padding-right: 18px;
|
|
23
|
+
span {
|
|
24
|
+
color: #fe3c72;
|
|
25
|
+
font-weight: bold;
|
|
26
|
+
}
|
|
27
|
+
.notifications-icon {
|
|
28
|
+
position: relative;
|
|
29
|
+
.notification-alert {
|
|
30
|
+
position: absolute;
|
|
31
|
+
top: 4px;
|
|
32
|
+
right: -1px;
|
|
33
|
+
width: 6px;
|
|
34
|
+
height: 6px;
|
|
35
|
+
border: 0.4px solid rgba(255, 255, 255, 0.2);
|
|
36
|
+
border-radius: 50%;
|
|
37
|
+
background: #fe3c72;
|
|
38
|
+
box-shadow: 0 0 3px 1px #e15561;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
.notifications-container {
|
|
43
|
+
overflow-y: scroll;
|
|
44
|
+
max-height: 8px;
|
|
45
|
+
opacity: 1;
|
|
46
|
+
transition: all 500ms ease;
|
|
47
|
+
direction: ltr !important;
|
|
48
|
+
&::-webkit-scrollbar-track {
|
|
49
|
+
height: 90% !important;
|
|
50
|
+
background: transparent !important;
|
|
51
|
+
}
|
|
52
|
+
&::-webkit-scrollbar-thumb {
|
|
53
|
+
background-color: transparent;
|
|
54
|
+
border: none;
|
|
55
|
+
}
|
|
56
|
+
.more-notifications {
|
|
57
|
+
width: 100%;
|
|
58
|
+
background: rgba(0, 0, 0, 0.203);
|
|
59
|
+
border-radius: 10px;
|
|
60
|
+
display: flex;
|
|
61
|
+
justify-content: center;
|
|
62
|
+
align-items: center;
|
|
63
|
+
height: 20px;
|
|
64
|
+
font-size: 8px;
|
|
65
|
+
margin-top: 8px;
|
|
66
|
+
}
|
|
67
|
+
lib-notifications-list {
|
|
68
|
+
display: flex;
|
|
69
|
+
width: 100%;
|
|
70
|
+
}
|
|
71
|
+
.hideNotificationsLoader {
|
|
72
|
+
opacity: 0;
|
|
73
|
+
height: 0px !important;
|
|
74
|
+
overflow: auto !important;
|
|
75
|
+
}
|
|
76
|
+
.showNotificationsLoader {
|
|
77
|
+
opacity: 1;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
.notificationsOpened {
|
|
81
|
+
max-height: min(300px, 45vh);
|
|
82
|
+
-webkit-transition: all 1s ease !important;
|
|
83
|
+
-moz-transition: all 1s ease !important;
|
|
84
|
+
-o-transition: all 1s ease !important;
|
|
85
|
+
transition: all 1s ease !important;
|
|
86
|
+
&::-webkit-scrollbar-thumb {
|
|
87
|
+
background-color: inherit;
|
|
88
|
+
border: inherit;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.notificationsBase {
|
|
93
|
+
overflow-y: scroll;
|
|
94
|
+
opacity: 0;
|
|
95
|
+
&::-webkit-scrollbar-thumb {
|
|
96
|
+
background-color: transparent;
|
|
97
|
+
border: none;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.moreNotifications {
|
|
102
|
+
overflow-y: scroll;
|
|
103
|
+
&::-webkit-scrollbar-thumb {
|
|
104
|
+
background-color: #fe3b72 !important;
|
|
105
|
+
border: 3px solid black !important;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.user-menu-item + .lib-btn-menu-panel-separator {
|
|
113
|
+
background: linear-gradient(90deg, rgba(1, 206, 194, 0) 0%, rgba(247, 245, 221, 0.2) 50%, rgba(9, 217, 248, 0) 100%) !important;
|
|
114
|
+
max-width: 132px;
|
|
115
|
+
margin-left: auto;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
#user-menu-btn {
|
|
120
|
+
lib-base-btn {
|
|
121
|
+
.lib-button-component {
|
|
122
|
+
> button {
|
|
123
|
+
width: 35px !important;
|
|
124
|
+
height: 35px !important;
|
|
125
|
+
border: none !important;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'Calistoga';
|
|
3
|
-
src: url('../../../assets/fonts/calistoga/Calistoga-Regular.ttf') format('truetype');
|
|
4
|
-
font-weight: 400;
|
|
5
|
-
font-style: normal;
|
|
6
|
-
}
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Calistoga';
|
|
3
|
+
src: url('../../../assets/fonts/calistoga/Calistoga-Regular.ttf') format('truetype');
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
}
|
|
@@ -1,160 +1,160 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'Gilroy';
|
|
3
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Thin.ttf') format('truetype');
|
|
4
|
-
font-weight: 100;
|
|
5
|
-
font-style: normal;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'Gilroy-Thin';
|
|
10
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Thin.ttf') format('truetype');
|
|
11
|
-
font-weight: 100;
|
|
12
|
-
font-style: normal;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@font-face {
|
|
16
|
-
font-family: 'Gilroy';
|
|
17
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-ThinItalic.ttf') format('truetype');
|
|
18
|
-
font-weight: 100;
|
|
19
|
-
font-style: italic;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
@font-face {
|
|
23
|
-
font-family: 'Gilroy';
|
|
24
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-UltraLight.ttf') format('truetype');
|
|
25
|
-
font-weight: 200;
|
|
26
|
-
font-style: normal;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
@font-face {
|
|
30
|
-
font-family: 'Gilroy';
|
|
31
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-UltraLightItalic.ttf') format('truetype');
|
|
32
|
-
font-weight: 200;
|
|
33
|
-
font-style: italic;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: 'Gilroy';
|
|
38
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Light.ttf') format('truetype');
|
|
39
|
-
font-weight: 300;
|
|
40
|
-
font-style: normal;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
@font-face {
|
|
44
|
-
font-family: 'Gilroy';
|
|
45
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-LightItalic.ttf') format('truetype');
|
|
46
|
-
font-weight: 300;
|
|
47
|
-
font-style: italic;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
@font-face {
|
|
51
|
-
font-family: 'Gilroy';
|
|
52
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
|
|
53
|
-
font-weight: 400;
|
|
54
|
-
font-style: normal;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
@font-face {
|
|
58
|
-
font-family: 'Gilroy-Regular';
|
|
59
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
|
|
60
|
-
font-weight: 400;
|
|
61
|
-
font-style: normal;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@font-face {
|
|
65
|
-
font-family: 'Gilroy';
|
|
66
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-RegularItalic.ttf') format('truetype');
|
|
67
|
-
font-weight: 400;
|
|
68
|
-
font-style: italic;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
@font-face {
|
|
72
|
-
font-family: 'Gilroy';
|
|
73
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
|
|
74
|
-
font-weight: 500;
|
|
75
|
-
font-style: normal;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@font-face {
|
|
79
|
-
font-family: 'Gilroy-Medium';
|
|
80
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
|
|
81
|
-
font-weight: 500;
|
|
82
|
-
font-style: normal;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
@font-face {
|
|
86
|
-
font-family: 'Gilroy';
|
|
87
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-MediumItalic.ttf') format('truetype');
|
|
88
|
-
font-weight: 500;
|
|
89
|
-
font-style: italic;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
@font-face {
|
|
93
|
-
font-family: 'Gilroy';
|
|
94
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
|
|
95
|
-
font-weight: 600;
|
|
96
|
-
font-style: normal;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
@font-face {
|
|
100
|
-
font-family: 'Gilroy-SemiBold';
|
|
101
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
|
|
102
|
-
font-weight: 600;
|
|
103
|
-
font-style: normal;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
@font-face {
|
|
107
|
-
font-family: 'Gilroy';
|
|
108
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-SemiBoldItalic.ttf') format('truetype');
|
|
109
|
-
font-weight: 600;
|
|
110
|
-
font-style: italic;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
@font-face {
|
|
114
|
-
font-family: 'Gilroy';
|
|
115
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
|
|
116
|
-
font-weight: 700;
|
|
117
|
-
font-style: normal;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
@font-face {
|
|
121
|
-
font-family: 'Gilroy-Bold';
|
|
122
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
|
|
123
|
-
font-weight: 700;
|
|
124
|
-
font-style: normal;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
@font-face {
|
|
128
|
-
font-family: 'Gilroy';
|
|
129
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-BoldItalic.ttf') format('truetype');
|
|
130
|
-
font-weight: 700;
|
|
131
|
-
font-style: italic;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
@font-face {
|
|
135
|
-
font-family: 'Gilroy';
|
|
136
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-ExtraBold.ttf') format('truetype');
|
|
137
|
-
font-weight: 800;
|
|
138
|
-
font-style: normal;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
@font-face {
|
|
142
|
-
font-family: 'Gilroy';
|
|
143
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-ExtraBoldItalic.ttf') format('truetype');
|
|
144
|
-
font-weight: 800;
|
|
145
|
-
font-style: italic;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
@font-face {
|
|
149
|
-
font-family: 'Gilroy';
|
|
150
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-Heavy.ttf') format('truetype');
|
|
151
|
-
font-weight: 900;
|
|
152
|
-
font-style: normal;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
@font-face {
|
|
156
|
-
font-family: 'Gilroy';
|
|
157
|
-
src: url('../../../assets/fonts/gilroy/Gilroy-HeavyItalic.ttf') format('truetype');
|
|
158
|
-
font-weight: 900;
|
|
159
|
-
font-style: italic;
|
|
160
|
-
}
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Gilroy';
|
|
3
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Thin.ttf') format('truetype');
|
|
4
|
+
font-weight: 100;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'Gilroy-Thin';
|
|
10
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Thin.ttf') format('truetype');
|
|
11
|
+
font-weight: 100;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: 'Gilroy';
|
|
17
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-ThinItalic.ttf') format('truetype');
|
|
18
|
+
font-weight: 100;
|
|
19
|
+
font-style: italic;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Gilroy';
|
|
24
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-UltraLight.ttf') format('truetype');
|
|
25
|
+
font-weight: 200;
|
|
26
|
+
font-style: normal;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Gilroy';
|
|
31
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-UltraLightItalic.ttf') format('truetype');
|
|
32
|
+
font-weight: 200;
|
|
33
|
+
font-style: italic;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'Gilroy';
|
|
38
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Light.ttf') format('truetype');
|
|
39
|
+
font-weight: 300;
|
|
40
|
+
font-style: normal;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: 'Gilroy';
|
|
45
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-LightItalic.ttf') format('truetype');
|
|
46
|
+
font-weight: 300;
|
|
47
|
+
font-style: italic;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@font-face {
|
|
51
|
+
font-family: 'Gilroy';
|
|
52
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
|
|
53
|
+
font-weight: 400;
|
|
54
|
+
font-style: normal;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'Gilroy-Regular';
|
|
59
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
|
|
60
|
+
font-weight: 400;
|
|
61
|
+
font-style: normal;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Gilroy';
|
|
66
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-RegularItalic.ttf') format('truetype');
|
|
67
|
+
font-weight: 400;
|
|
68
|
+
font-style: italic;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@font-face {
|
|
72
|
+
font-family: 'Gilroy';
|
|
73
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
|
|
74
|
+
font-weight: 500;
|
|
75
|
+
font-style: normal;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
@font-face {
|
|
79
|
+
font-family: 'Gilroy-Medium';
|
|
80
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
|
|
81
|
+
font-weight: 500;
|
|
82
|
+
font-style: normal;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
@font-face {
|
|
86
|
+
font-family: 'Gilroy';
|
|
87
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-MediumItalic.ttf') format('truetype');
|
|
88
|
+
font-weight: 500;
|
|
89
|
+
font-style: italic;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
@font-face {
|
|
93
|
+
font-family: 'Gilroy';
|
|
94
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
|
|
95
|
+
font-weight: 600;
|
|
96
|
+
font-style: normal;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@font-face {
|
|
100
|
+
font-family: 'Gilroy-SemiBold';
|
|
101
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
|
|
102
|
+
font-weight: 600;
|
|
103
|
+
font-style: normal;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
@font-face {
|
|
107
|
+
font-family: 'Gilroy';
|
|
108
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-SemiBoldItalic.ttf') format('truetype');
|
|
109
|
+
font-weight: 600;
|
|
110
|
+
font-style: italic;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
@font-face {
|
|
114
|
+
font-family: 'Gilroy';
|
|
115
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
|
|
116
|
+
font-weight: 700;
|
|
117
|
+
font-style: normal;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
@font-face {
|
|
121
|
+
font-family: 'Gilroy-Bold';
|
|
122
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
|
|
123
|
+
font-weight: 700;
|
|
124
|
+
font-style: normal;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
@font-face {
|
|
128
|
+
font-family: 'Gilroy';
|
|
129
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-BoldItalic.ttf') format('truetype');
|
|
130
|
+
font-weight: 700;
|
|
131
|
+
font-style: italic;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
@font-face {
|
|
135
|
+
font-family: 'Gilroy';
|
|
136
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-ExtraBold.ttf') format('truetype');
|
|
137
|
+
font-weight: 800;
|
|
138
|
+
font-style: normal;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
@font-face {
|
|
142
|
+
font-family: 'Gilroy';
|
|
143
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-ExtraBoldItalic.ttf') format('truetype');
|
|
144
|
+
font-weight: 800;
|
|
145
|
+
font-style: italic;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
@font-face {
|
|
149
|
+
font-family: 'Gilroy';
|
|
150
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-Heavy.ttf') format('truetype');
|
|
151
|
+
font-weight: 900;
|
|
152
|
+
font-style: normal;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
@font-face {
|
|
156
|
+
font-family: 'Gilroy';
|
|
157
|
+
src: url('../../../assets/fonts/gilroy/Gilroy-HeavyItalic.ttf') format('truetype');
|
|
158
|
+
font-weight: 900;
|
|
159
|
+
font-style: italic;
|
|
160
|
+
}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
@import './common/information-card.scss';
|
|
2
|
-
@import './common/typography.scss';
|
|
3
|
-
@import './common/buttons.scss';
|
|
4
|
-
@import './common/input.scss';
|
|
5
|
-
@import './common/lib-styles-utils.scss';
|
|
6
|
-
@import './common/draggable-scroll-and-marquee.scss';
|
|
7
|
-
@import './common/colors';
|
|
8
|
-
@import './common/tab-menu';
|
|
9
|
-
@import './common/maps';
|
|
10
|
-
@import './common/theme.scss';
|
|
11
|
-
@import './common/date-picker.scss';
|
|
12
|
-
@import './common/typography.scss';
|
|
13
|
-
@import './common/user-menu.scss';
|
|
14
|
-
@import './common/notifications-list.scss';
|
|
15
|
-
@import './common/cards.scss';
|
|
16
|
-
@import './common/modal_styles.scss';
|
|
17
|
-
@import './common/feedback.scss';
|
|
18
|
-
@import './common/matcher-dash.scss';
|
|
19
|
-
@import './common/client-dash.scss';
|
|
20
|
-
@import './common/fonts.scss';
|
|
21
|
-
@import './common/overrides.scss';
|
|
22
|
-
@import './common/swiper.scss';
|
|
23
|
-
@import './common/animations.scss';
|
|
24
|
-
@import './common/lists.scss';
|
|
25
|
-
@import './common/login.scss';
|
|
1
|
+
@import './common/information-card.scss';
|
|
2
|
+
@import './common/typography.scss';
|
|
3
|
+
@import './common/buttons.scss';
|
|
4
|
+
@import './common/input.scss';
|
|
5
|
+
@import './common/lib-styles-utils.scss';
|
|
6
|
+
@import './common/draggable-scroll-and-marquee.scss';
|
|
7
|
+
@import './common/colors';
|
|
8
|
+
@import './common/tab-menu';
|
|
9
|
+
@import './common/maps';
|
|
10
|
+
@import './common/theme.scss';
|
|
11
|
+
@import './common/date-picker.scss';
|
|
12
|
+
@import './common/typography.scss';
|
|
13
|
+
@import './common/user-menu.scss';
|
|
14
|
+
@import './common/notifications-list.scss';
|
|
15
|
+
@import './common/cards.scss';
|
|
16
|
+
@import './common/modal_styles.scss';
|
|
17
|
+
@import './common/feedback.scss';
|
|
18
|
+
@import './common/matcher-dash.scss';
|
|
19
|
+
@import './common/client-dash.scss';
|
|
20
|
+
@import './common/fonts.scss';
|
|
21
|
+
@import './common/overrides.scss';
|
|
22
|
+
@import './common/swiper.scss';
|
|
23
|
+
@import './common/animations.scss';
|
|
24
|
+
@import './common/lists.scss';
|
|
25
|
+
@import './common/login.scss';
|
|
Binary file
|