@flower-city-online/itinerary-lib 0.0.51 → 0.0.54
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/itinerary-app/_services/bottom-navigation.service.mjs +8 -8
- package/esm2022/lib/itinerary-app/_services/navigation-helper.service.mjs +128 -0
- package/esm2022/lib/itinerary-app/modules/archives/pages/main-archives/main-archives.component.mjs +20 -17
- package/esm2022/lib/itinerary-app/modules/dashboard/components/navbar/navbar.component.mjs +5 -4
- package/esm2022/lib/itinerary-app/modules/itineraries/components/app-header-desktop/app-header-desktop.component.mjs +6 -5
- package/esm2022/lib/itinerary-app/modules/itineraries/components/share-popup/share-popup.component.mjs +6 -5
- package/esm2022/lib/itinerary-app/modules/itineraries/itineraries.component.mjs +18 -15
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/advanced-filters/advanced-filters.component.mjs +5 -4
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/branched-itineraries/branched-itineraries.component.mjs +23 -45
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/builder.component.mjs +22 -23
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary/create-itinerary.component.mjs +21 -20
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-destination/create-itinerary-destination.component.mjs +5 -4
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-draw-mode/create-itinerary-draw-mode.component.mjs +25 -27
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-draw-preview/create-itinerary-draw-preview.component.mjs +7 -6
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-header/create-itinerary-header.component.mjs +3 -3
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-no-visual-filter/create-itinerary-no-visual-filter.component.mjs +8 -7
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-no-visual-preview/create-itinerary-no-visual-preview.component.mjs +7 -6
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-start-location/create-itinerary-start-location.component.mjs +6 -5
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-user-search/create-itinerary-user-search.component.mjs +4 -3
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/created-itinerary/created-itinerary.component.mjs +19 -16
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/created-itinerary-preview/created-itinerary-preview.component.mjs +12 -9
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/itinerary-add-place/itinerary-add-place.component.mjs +6 -5
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/location-picker/location-picker.component.mjs +19 -18
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/select-itinerary-event/select-itinerary-event.component.mjs +18 -15
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/suggested-events-location/suggested-events-location.component.mjs +19 -16
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/suggested-events-route-radius/suggested-events-route-radius.component.mjs +15 -14
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/builder/pages/suggested-events-route-type/suggested-events-route-type.component.mjs +18 -15
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/comment-replies/components/comment-single/comment-single.component.mjs +5 -4
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/comments/comment-comparison/comment-comparison.component.mjs +13 -10
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/comments/comment-search/comment-search.component.mjs +13 -10
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/comments/comments-page.component.mjs +15 -12
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/explore/explore.component.mjs +30 -44
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-detail/components/details/details.component.mjs +28 -36
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-detail/components/summary/summary.component.mjs +27 -31
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-detail/itinerary-detail.component.mjs +22 -17
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-friends/existing-friends/existing-friends.component.mjs +4 -3
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-friends/list-friend-users/list-friend-users.component.mjs +5 -4
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-friends/send-friend-request/send-friend-request.component.mjs +5 -4
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-members/all-people/all-people.component.mjs +5 -4
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-members/existing-members/existing-members.component.mjs +4 -3
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-members/send-invite/send-invite.component.mjs +5 -4
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-members/user-list/user-list.component.mjs +18 -17
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-upvote-users/itinerary-upvote-users.component.mjs +17 -14
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-users/itinerary-users.component.mjs +14 -9
- package/esm2022/lib/itinerary-app/modules/itineraries/pages/itinerary-watching-users/itinerary-watching-users.component.mjs +14 -9
- package/esm2022/lib/itinerary-app/modules/search/pages/main-search/main-search.component.mjs +4 -4
- package/esm2022/lib/itinerary-app/shared/bottom-modal/bottom-modal.component.mjs +65 -0
- package/esm2022/lib/itinerary-app/shared/card-component/card-component.component.mjs +5 -4
- package/esm2022/lib/itinerary-app/shared/comment/comment.component.mjs +19 -18
- package/esm2022/lib/itinerary-app/shared/custom-story-card/custom-story-card.component.mjs +17 -12
- package/esm2022/lib/itinerary-app/shared/cutom-card/cutom-card.component.mjs +6 -5
- package/esm2022/lib/itinerary-app/shared/footer/footer.component.mjs +6 -6
- package/esm2022/lib/itinerary-app/shared/header/header.component.mjs +2 -2
- package/esm2022/lib/itinerary-app/shared/icon-button/icon-button.component.mjs +37 -10
- package/esm2022/lib/itinerary-app/shared/input-field-select/input-field-select.component.mjs +109 -0
- package/esm2022/lib/itinerary-app/shared/notification-tile/notification-tile.component.mjs +4 -4
- package/esm2022/lib/itinerary-app/shared/popup-modal/popup-modal.component.mjs +85 -0
- package/esm2022/lib/itinerary-app/shared/search-bar/search-bar.component.mjs +30 -0
- package/esm2022/lib/itinerary-app/shared/search-popup/search-popup.component.mjs +4 -4
- package/esm2022/lib/itinerary-app/shared/shared.module.mjs +29 -6
- package/fesm2022/flower-city-online-itinerary-lib.mjs +1009 -594
- package/fesm2022/flower-city-online-itinerary-lib.mjs.map +1 -1
- package/lib/itinerary-app/_services/bottom-navigation.service.d.ts +3 -3
- package/lib/itinerary-app/_services/navigation-helper.service.d.ts +19 -0
- package/lib/itinerary-app/modules/archives/pages/main-archives/main-archives.component.d.ts +5 -3
- package/lib/itinerary-app/modules/itineraries/itineraries.component.d.ts +3 -1
- package/lib/itinerary-app/modules/itineraries/pages/branched-itineraries/branched-itineraries.component.d.ts +4 -3
- package/lib/itinerary-app/modules/itineraries/pages/builder/builder.component.d.ts +5 -3
- package/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary/create-itinerary.component.d.ts +5 -3
- package/lib/itinerary-app/modules/itineraries/pages/builder/pages/create-itinerary-draw-mode/create-itinerary-draw-mode.component.d.ts +4 -3
- package/lib/itinerary-app/modules/itineraries/pages/builder/pages/created-itinerary/created-itinerary.component.d.ts +4 -3
- package/lib/itinerary-app/modules/itineraries/pages/builder/pages/created-itinerary-preview/created-itinerary-preview.component.d.ts +3 -1
- package/lib/itinerary-app/modules/itineraries/pages/builder/pages/location-picker/location-picker.component.d.ts +4 -3
- package/lib/itinerary-app/modules/itineraries/pages/builder/pages/select-itinerary-event/select-itinerary-event.component.d.ts +4 -3
- package/lib/itinerary-app/modules/itineraries/pages/builder/pages/suggested-events-location/suggested-events-location.component.d.ts +4 -3
- package/lib/itinerary-app/modules/itineraries/pages/builder/pages/suggested-events-route-radius/suggested-events-route-radius.component.d.ts +4 -3
- package/lib/itinerary-app/modules/itineraries/pages/builder/pages/suggested-events-route-type/suggested-events-route-type.component.d.ts +4 -3
- package/lib/itinerary-app/modules/itineraries/pages/comments/comment-comparison/comment-comparison.component.d.ts +5 -3
- package/lib/itinerary-app/modules/itineraries/pages/comments/comment-search/comment-search.component.d.ts +5 -3
- package/lib/itinerary-app/modules/itineraries/pages/comments/comments-page.component.d.ts +3 -1
- package/lib/itinerary-app/modules/itineraries/pages/explore/explore.component.d.ts +5 -3
- package/lib/itinerary-app/modules/itineraries/pages/itinerary-detail/components/details/details.component.d.ts +6 -4
- package/lib/itinerary-app/modules/itineraries/pages/itinerary-detail/components/summary/summary.component.d.ts +5 -3
- package/lib/itinerary-app/modules/itineraries/pages/itinerary-detail/itinerary-detail.component.d.ts +5 -2
- package/lib/itinerary-app/modules/itineraries/pages/itinerary-members/user-list/user-list.component.d.ts +5 -3
- package/lib/itinerary-app/modules/itineraries/pages/itinerary-upvote-users/itinerary-upvote-users.component.d.ts +5 -3
- package/lib/itinerary-app/modules/itineraries/pages/itinerary-users/itinerary-users.component.d.ts +5 -2
- package/lib/itinerary-app/modules/itineraries/pages/itinerary-watching-users/itinerary-watching-users.component.d.ts +5 -2
- package/lib/itinerary-app/shared/bottom-modal/bottom-modal.component.d.ts +20 -0
- package/lib/itinerary-app/shared/comment/comment.component.d.ts +5 -3
- package/lib/itinerary-app/shared/custom-story-card/custom-story-card.component.d.ts +5 -3
- package/lib/itinerary-app/shared/icon-button/icon-button.component.d.ts +13 -4
- package/lib/itinerary-app/shared/input-field-select/input-field-select.component.d.ts +35 -0
- package/lib/itinerary-app/shared/popup-modal/popup-modal.component.d.ts +30 -0
- package/lib/itinerary-app/shared/search-bar/search-bar.component.d.ts +12 -0
- package/lib/itinerary-app/shared/shared.module.d.ts +11 -7
- package/package.json +1 -1
- package/src/lib/itinerary-app/_styles/modal.scss +2 -2
- package/src/lib/itinerary-app/_styles/styles.scss +327 -327
- package/src/lib/itinerary-app/styles.scss +237 -289
- package/styles.css +1 -1
- package/src/lib/itinerary-app/_styles/component-global-styles/bottom-navigation.scss +0 -19
- package/src/lib/itinerary-app/_styles/component-global-styles/create-itinerary.scss +0 -16
- package/src/lib/itinerary-app/_styles/component-global-styles/custom-button.scss +0 -32
- package/src/lib/itinerary-app/_styles/component-global-styles/custom-menu.scss +0 -38
- package/src/lib/itinerary-app/_styles/component-global-styles/dashboard.scss +0 -5
- package/src/lib/itinerary-app/_styles/component-global-styles/delete-itineraries.scss +0 -7
- package/src/lib/itinerary-app/_styles/component-global-styles/filter-menu.scss +0 -36
- package/src/lib/itinerary-app/_styles/component-global-styles/header.scss +0 -22
- package/src/lib/itinerary-app/_styles/component-global-styles/navbar.scss +0 -47
- package/src/lib/itinerary-app/_styles/component-global-styles/search-bar.scss +0 -17
- package/src/lib/itinerary-app/_styles/component-global-styles/side-bar.scss +0 -28
- package/src/lib/itinerary-app/_styles/component-global-styles/tab-bar.scss +0 -21
|
@@ -1,327 +1,327 @@
|
|
|
1
|
-
// Custom Theming for Angular Material
|
|
2
|
-
@use "@angular/material" as mat;
|
|
3
|
-
// For more information: https://material.angular.io/guide/theming
|
|
4
|
-
// @import '@angular/material/theming';
|
|
5
|
-
// Plus imports for other components in your app.
|
|
6
|
-
|
|
7
|
-
$custom-typography: mat.m2-define-typography-config(
|
|
8
|
-
|
|
9
|
-
);
|
|
10
|
-
// Include the common styles for Angular Material. We include this here so that you only
|
|
11
|
-
// have to load a single css file for Angular Material in your app.
|
|
12
|
-
// Be sure that you only ever include this mixin once!
|
|
13
|
-
// @include mat.core($custom-typography);
|
|
14
|
-
@include mat.elevation-classes();
|
|
15
|
-
@include mat.app-background();
|
|
16
|
-
|
|
17
|
-
// Define the palettes for your theme using the Material Design palettes available in palette.scss
|
|
18
|
-
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
|
19
|
-
// hue. Available color palettes: https://material.io/design/color/
|
|
20
|
-
$ns-add-in-primary: mat.m2-define-palette(mat.$m2-indigo-palette);
|
|
21
|
-
$ns-add-in-accent: mat.m2-define-palette(mat.$m2-pink-palette);
|
|
22
|
-
|
|
23
|
-
// The warn palette is optional (defaults to red).
|
|
24
|
-
$ns-add-in-warn: mat.m2-define-palette(mat.$m2-red-palette);
|
|
25
|
-
|
|
26
|
-
// Create the theme object (a Sass map containing all of the palettes).
|
|
27
|
-
$ns-add-in-theme: mat.m2-define-dark-theme(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
);
|
|
38
|
-
|
|
39
|
-
// Include theme styles for core and each component used in your app.
|
|
40
|
-
// Alternatively, you can import and @include the theme mixins for each component
|
|
41
|
-
// that you are using.
|
|
42
|
-
@include mat.all-component-themes($ns-add-in-theme);
|
|
43
|
-
|
|
44
|
-
@import "../assets/styles/typography.scss";
|
|
45
|
-
@import "../../node_modules/@naniteninja/ionic-lib/src/lib/shared-styles/styles.scss";
|
|
46
|
-
@import '~@naniteninja/ionic-lib/src/lib/shared-styles/styles.scss';
|
|
47
|
-
@import "./colors";
|
|
48
|
-
|
|
49
|
-
html {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
body {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
input {
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
button {
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.itinerary-lib {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
a {
|
|
78
|
-
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.itinerary-lib {
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
code {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
table {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.itinerary-lib {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
table,
|
|
136
|
-
th,
|
|
137
|
-
td {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
th,
|
|
144
|
-
td {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.hidden {
|
|
150
|
-
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
h1,
|
|
154
|
-
h2,
|
|
155
|
-
p {
|
|
156
|
-
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.info {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.itinerary-lib {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.mat-autocomplete-panel {
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
}
|
|
287
|
-
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
/*-----------------
|
|
293
|
-
scrollbar styling
|
|
294
|
-
------------------*/
|
|
295
|
-
// moz
|
|
296
|
-
@-moz-document url-prefix() {
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
// webkit
|
|
305
|
-
::-webkit-scrollbar {
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
::-webkit-scrollbar-track {
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
::-webkit-scrollbar-thumb {
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.itinerary-lib {
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
}
|
|
1
|
+
// // Custom Theming for Angular Material
|
|
2
|
+
// @use "@angular/material" as mat;
|
|
3
|
+
// // For more information: https://material.angular.io/guide/theming
|
|
4
|
+
// // @import '@angular/material/theming';
|
|
5
|
+
// // Plus imports for other components in your app.
|
|
6
|
+
|
|
7
|
+
// $custom-typography: mat.m2-define-typography-config(
|
|
8
|
+
// $font-family: "Gilroy-Regular, serif",
|
|
9
|
+
// );
|
|
10
|
+
// // Include the common styles for Angular Material. We include this here so that you only
|
|
11
|
+
// // have to load a single css file for Angular Material in your app.
|
|
12
|
+
// // Be sure that you only ever include this mixin once!
|
|
13
|
+
// // @include mat.core($custom-typography);
|
|
14
|
+
// @include mat.elevation-classes();
|
|
15
|
+
// @include mat.app-background();
|
|
16
|
+
|
|
17
|
+
// // Define the palettes for your theme using the Material Design palettes available in palette.scss
|
|
18
|
+
// // (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
|
19
|
+
// // hue. Available color palettes: https://material.io/design/color/
|
|
20
|
+
// $ns-add-in-primary: mat.m2-define-palette(mat.$m2-indigo-palette);
|
|
21
|
+
// $ns-add-in-accent: mat.m2-define-palette(mat.$m2-pink-palette);
|
|
22
|
+
|
|
23
|
+
// // The warn palette is optional (defaults to red).
|
|
24
|
+
// $ns-add-in-warn: mat.m2-define-palette(mat.$m2-red-palette);
|
|
25
|
+
|
|
26
|
+
// // Create the theme object (a Sass map containing all of the palettes).
|
|
27
|
+
// $ns-add-in-theme: mat.m2-define-dark-theme(
|
|
28
|
+
// (
|
|
29
|
+
// color: (
|
|
30
|
+
// primary: $ns-add-in-primary,
|
|
31
|
+
// accent: $ns-add-in-accent,
|
|
32
|
+
// warn: $ns-add-in-warn,
|
|
33
|
+
// ),
|
|
34
|
+
// typography: $custom-typography,
|
|
35
|
+
// density: -12,
|
|
36
|
+
// )
|
|
37
|
+
// );
|
|
38
|
+
|
|
39
|
+
// // Include theme styles for core and each component used in your app.
|
|
40
|
+
// // Alternatively, you can import and @include the theme mixins for each component
|
|
41
|
+
// // that you are using.
|
|
42
|
+
// @include mat.all-component-themes($ns-add-in-theme);
|
|
43
|
+
|
|
44
|
+
// @import "../assets/styles/typography.scss";
|
|
45
|
+
// @import "../../node_modules/@naniteninja/ionic-lib/src/lib/shared-styles/styles.scss";
|
|
46
|
+
// @import '~@naniteninja/ionic-lib/src/lib/shared-styles/styles.scss';
|
|
47
|
+
// @import "./colors";
|
|
48
|
+
|
|
49
|
+
// html {
|
|
50
|
+
// display: flex;
|
|
51
|
+
// font-size: 12px;
|
|
52
|
+
// }
|
|
53
|
+
|
|
54
|
+
// body {
|
|
55
|
+
// background: var(--primary-background);
|
|
56
|
+
// display: flex;
|
|
57
|
+
// width: 100vw;
|
|
58
|
+
// min-height: 100vh;
|
|
59
|
+
// margin: 0;
|
|
60
|
+
// justify-content: center;
|
|
61
|
+
// }
|
|
62
|
+
|
|
63
|
+
// input {
|
|
64
|
+
// font-family: "Gilroy-Regular", serif;
|
|
65
|
+
// }
|
|
66
|
+
|
|
67
|
+
// button {
|
|
68
|
+
// font-family: "Calistoga", cursive;
|
|
69
|
+
// }
|
|
70
|
+
|
|
71
|
+
// .itinerary-lib {
|
|
72
|
+
// .primary-text {
|
|
73
|
+
// font-family: "Calistoga", cursive;
|
|
74
|
+
// }
|
|
75
|
+
// }
|
|
76
|
+
|
|
77
|
+
// a {
|
|
78
|
+
// color: $cyrano-primary;
|
|
79
|
+
// }
|
|
80
|
+
|
|
81
|
+
// .itinerary-lib {
|
|
82
|
+
// a {
|
|
83
|
+
// &.link {
|
|
84
|
+
// justify-content: center;
|
|
85
|
+
// margin: auto;
|
|
86
|
+
// width: 100%;
|
|
87
|
+
// display: flex;
|
|
88
|
+
// text-decoration: none;
|
|
89
|
+
// color: $cyrano-primary;
|
|
90
|
+
// cursor: pointer;
|
|
91
|
+
|
|
92
|
+
// &:hover {
|
|
93
|
+
// text-decoration: underline;
|
|
94
|
+
// }
|
|
95
|
+
// }
|
|
96
|
+
// }
|
|
97
|
+
// }
|
|
98
|
+
|
|
99
|
+
// code {
|
|
100
|
+
// color: $text-color-1;
|
|
101
|
+
// background-color: $background-color-2;
|
|
102
|
+
// padding: 10px;
|
|
103
|
+
// margin: 10px auto;
|
|
104
|
+
// position: relative;
|
|
105
|
+
// display: block;
|
|
106
|
+
// border-radius: 20px;
|
|
107
|
+
// border: 1px solid $border-color-1;
|
|
108
|
+
// width: -moz-fit-content;
|
|
109
|
+
// width: fit-content;
|
|
110
|
+
// max-width: 90%;
|
|
111
|
+
// }
|
|
112
|
+
|
|
113
|
+
// table {
|
|
114
|
+
// width: 100%;
|
|
115
|
+
// border-radius: 4px;
|
|
116
|
+
// margin-top: 15px;
|
|
117
|
+
// code {
|
|
118
|
+
// max-width: unset;
|
|
119
|
+
// }
|
|
120
|
+
// }
|
|
121
|
+
|
|
122
|
+
// .itinerary-lib {
|
|
123
|
+
// table {
|
|
124
|
+
// &.nested-table {
|
|
125
|
+
// width: 95%;
|
|
126
|
+
|
|
127
|
+
// tr td:first-child {
|
|
128
|
+
// font-weight: bold;
|
|
129
|
+
// width: 250px;
|
|
130
|
+
// }
|
|
131
|
+
// }
|
|
132
|
+
// }
|
|
133
|
+
// }
|
|
134
|
+
|
|
135
|
+
// table,
|
|
136
|
+
// th,
|
|
137
|
+
// td {
|
|
138
|
+
// border: 1px solid $ns-neutral-6;
|
|
139
|
+
// border-collapse: collapse;
|
|
140
|
+
// color: $ns-neutral-8;
|
|
141
|
+
// }
|
|
142
|
+
|
|
143
|
+
// th,
|
|
144
|
+
// td {
|
|
145
|
+
// padding: 5px;
|
|
146
|
+
// max-width: 25%;
|
|
147
|
+
// }
|
|
148
|
+
|
|
149
|
+
// .hidden {
|
|
150
|
+
// display: none !important;
|
|
151
|
+
// }
|
|
152
|
+
|
|
153
|
+
// h1,
|
|
154
|
+
// h2,
|
|
155
|
+
// p {
|
|
156
|
+
// color: $ns-neutral-8;
|
|
157
|
+
// }
|
|
158
|
+
|
|
159
|
+
// .info {
|
|
160
|
+
// display: flex;
|
|
161
|
+
// flex: 0 0 auto;
|
|
162
|
+
// flex-direction: column;
|
|
163
|
+
// font-size: 14px;
|
|
164
|
+
// color: $ns-neutral-5;
|
|
165
|
+
// padding: 10px;
|
|
166
|
+
// line-height: 20px;
|
|
167
|
+
// max-width: 75%;
|
|
168
|
+
// }
|
|
169
|
+
|
|
170
|
+
// .itinerary-lib {
|
|
171
|
+
// .intro {
|
|
172
|
+
// display: flex;
|
|
173
|
+
// flex: 0 0 auto;
|
|
174
|
+
// font-size: 22px;
|
|
175
|
+
// text-align: center;
|
|
176
|
+
// color: $ns-neutral-8;
|
|
177
|
+
// max-width: 75%;
|
|
178
|
+
// padding: 20px;
|
|
179
|
+
// justify-content: center;
|
|
180
|
+
// }
|
|
181
|
+
|
|
182
|
+
// .header {
|
|
183
|
+
// display: flex;
|
|
184
|
+
// flex: 0 0 auto;
|
|
185
|
+
// font-size: 15px;
|
|
186
|
+
// text-align: center;
|
|
187
|
+
// color: $ns-neutral-6;
|
|
188
|
+
// width: 75%;
|
|
189
|
+
// justify-content: center;
|
|
190
|
+
// padding: 10px;
|
|
191
|
+
// }
|
|
192
|
+
|
|
193
|
+
// .detail-section {
|
|
194
|
+
// display: flex;
|
|
195
|
+
// flex: 0 0 auto;
|
|
196
|
+
// flex-direction: column;
|
|
197
|
+
// align-items: center;
|
|
198
|
+
// width: 100%;
|
|
199
|
+
// padding-top: 10px;
|
|
200
|
+
|
|
201
|
+
// .mat-expansion-panel {
|
|
202
|
+
// background: transparent !important;
|
|
203
|
+
// border: none !important;
|
|
204
|
+
// }
|
|
205
|
+
// }
|
|
206
|
+
|
|
207
|
+
// .code-section {
|
|
208
|
+
// display: flex;
|
|
209
|
+
// flex: 0 0 auto;
|
|
210
|
+
// flex-direction: column;
|
|
211
|
+
// align-items: flex-start;
|
|
212
|
+
// margin-top: 15px;
|
|
213
|
+
// max-width: 60%;
|
|
214
|
+
// }
|
|
215
|
+
|
|
216
|
+
// .component-demo {
|
|
217
|
+
// background-color: transparent;
|
|
218
|
+
// margin: 20px 20px 40px 20px;
|
|
219
|
+
// padding: 10px;
|
|
220
|
+
// border-radius: 3px;
|
|
221
|
+
// }
|
|
222
|
+
|
|
223
|
+
// .detail {
|
|
224
|
+
// display: flex;
|
|
225
|
+
// flex: 1 1 100%;
|
|
226
|
+
// flex-direction: column;
|
|
227
|
+
// align-items: center;
|
|
228
|
+
// overflow: auto;
|
|
229
|
+
// height: 100%;
|
|
230
|
+
// }
|
|
231
|
+
|
|
232
|
+
// .showcase-container {
|
|
233
|
+
// width: 100%;
|
|
234
|
+
// padding: 25px 25px 25px 24px;
|
|
235
|
+
// display: flex;
|
|
236
|
+
// flex-direction: column;
|
|
237
|
+
// gap: 20px;
|
|
238
|
+
// height: calc(100% - 55px);
|
|
239
|
+
// &.full-screen {
|
|
240
|
+
// height: 100%;
|
|
241
|
+
// }
|
|
242
|
+
// }
|
|
243
|
+
|
|
244
|
+
// .centered-scrollable {
|
|
245
|
+
// align-items: center;
|
|
246
|
+
// overflow-y: auto;
|
|
247
|
+
// h2 {
|
|
248
|
+
// position: relative;
|
|
249
|
+
// display: block;
|
|
250
|
+
// width: 100%;
|
|
251
|
+
// text-align: left;
|
|
252
|
+
// color: $text-color-2;
|
|
253
|
+
// text-transform: capitalize;
|
|
254
|
+
// }
|
|
255
|
+
// }
|
|
256
|
+
|
|
257
|
+
// .tag-name {
|
|
258
|
+
// background: $background-color-3;
|
|
259
|
+
// padding: 2px 10px;
|
|
260
|
+
// border-radius: 10px;
|
|
261
|
+
// border: 1px solid $border-color-2;
|
|
262
|
+
// }
|
|
263
|
+
|
|
264
|
+
// .first-td {
|
|
265
|
+
// min-width: 130px;
|
|
266
|
+
// }
|
|
267
|
+
|
|
268
|
+
// .last-td {
|
|
269
|
+
// padding: 15px;
|
|
270
|
+
// background: $background-color-1;
|
|
271
|
+
// &.demo-container {
|
|
272
|
+
// min-width: 250px;
|
|
273
|
+
// }
|
|
274
|
+
// }
|
|
275
|
+
// }
|
|
276
|
+
|
|
277
|
+
// .mat-autocomplete-panel {
|
|
278
|
+
// font-family: var(--input-number-filed-font);
|
|
279
|
+
// background: var(--button-background);
|
|
280
|
+
// color: var(--input-font-color) !important;
|
|
281
|
+
// .mat-mdc-option {
|
|
282
|
+
// color: var(--input-font-color) !important;
|
|
283
|
+
// line-height: 35px;
|
|
284
|
+
// height: 35px;
|
|
285
|
+
// }
|
|
286
|
+
// }
|
|
287
|
+
// .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
|
|
288
|
+
// background: var(--cyrano-pink-shade-1);
|
|
289
|
+
// color: var(--input-font-color) !important;
|
|
290
|
+
// }
|
|
291
|
+
|
|
292
|
+
// /*-----------------
|
|
293
|
+
// scrollbar styling
|
|
294
|
+
// ------------------*/
|
|
295
|
+
// // moz
|
|
296
|
+
// @-moz-document url-prefix() {
|
|
297
|
+
// * {
|
|
298
|
+
// scrollbar-width: thin;
|
|
299
|
+
// scrollbar-base-color: rgba(0, 0, 0, 0.5);
|
|
300
|
+
// scrollbar-color: var(--cyrano-pink-shade-1, $scroll-color) transparent;
|
|
301
|
+
// }
|
|
302
|
+
// }
|
|
303
|
+
|
|
304
|
+
// // webkit
|
|
305
|
+
// ::-webkit-scrollbar {
|
|
306
|
+
// width: 8px;
|
|
307
|
+
// opacity: 0.5;
|
|
308
|
+
// height: 8px;
|
|
309
|
+
// }
|
|
310
|
+
|
|
311
|
+
// ::-webkit-scrollbar-track {
|
|
312
|
+
// background: var(--cyrano-dark-color, $background-color-5);
|
|
313
|
+
// opacity: 0.5;
|
|
314
|
+
// }
|
|
315
|
+
|
|
316
|
+
// ::-webkit-scrollbar-thumb {
|
|
317
|
+
// width: 5px;
|
|
318
|
+
// background-color: var(--cyrano-pink-shade-1, $scroll-color);
|
|
319
|
+
// opacity: 0.5;
|
|
320
|
+
// border: 3px solid $background-color-4;
|
|
321
|
+
// }
|
|
322
|
+
|
|
323
|
+
// .itinerary-lib {
|
|
324
|
+
// .one-line-textarea textarea {
|
|
325
|
+
// overflow: hidden;
|
|
326
|
+
// }
|
|
327
|
+
// }
|