@flower-city-online/itinerary-lib 0.0.3 → 0.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flower-city-online/itinerary-lib",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.3.10",
6
6
  "@angular/cdk": "^17.3.10",
@@ -1,69 +0,0 @@
1
- $ns-blue: #45899b;
2
- $ns-orange: #d4863d;
3
- $ns-neutral-1: #333333;
4
- $ns-neutral-2: #666666;
5
- $ns-neutral-3: #868686;
6
- $ns-neutral-4: #a6a6a6;
7
- $ns-neutral-5: #cccccc;
8
- $ns-neutral-6: #dfe0e3;
9
- $ns-neutral-7: #eeeef0;
10
- $ns-neutral-8: #f4f6f7;
11
- $ns-error-primary: #c7472e;
12
- $ns-error-secondary: #f0dbd6;
13
- $ns-success-green: #599b4e;
14
- $ns-warn-orange: #f8a91d;
15
- $ns-teal: #10365a;
16
-
17
- $ns-dark-blue-800: #10365a;
18
- $ns-blue-900: #1350a4;
19
- $ns-grey-800: #464a4c;
20
- $ns-grey-900: #24282a;
21
- $ns-background-grey: #eff2f3;
22
- $ns-red-700: #d32f2f;
23
- $ns-orange-400: #f4a947;
24
- $ns-green-600: #2db231;
25
- $ns-blue-800: #1e6ec3;
26
-
27
- $background-color-1: #27242c;
28
- $background-color-10: #0c0b0e;
29
- $background-color-2: #cdd5d8;
30
- $background-color-3: #f5f5f5;
31
- $background-color: linear-gradient(
32
- 191.18deg,
33
- $background-color-1 61.33%,
34
- $background-color-10 101.43%
35
- );
36
- $background-color-4: #000000;
37
- $background-color-5: #28252d;
38
- $background-color-6: #ffb5e9;
39
- $background-color-7: #676767;
40
- $background-color-8: #dcdcdc;
41
- $background-color-9: #413f47;
42
- $background-color-11: #f7f5dd;
43
- $background-color-12: #403d46;
44
- $background-color-13: #3e3b44;
45
-
46
- $data-table-border: #212121;
47
- $cyrano-background: #28242d;
48
- $cyrano-primary: #e15561;
49
-
50
- $border-color-1: #b6b6b6;
51
- $border-color-2: #ffd7d7;
52
-
53
- $text-color-1: #0a0a0a;
54
- $text-color-2: #fe638e;
55
- $text-color-3: #ffffff;
56
- $text-color-4: #bdbdbd;
57
- $text-color-5: #94939b;
58
- $text-color-6: #939195;
59
- $text-color-7: #bbbabc;
60
-
61
- $scroll-color: #fe3c72;
62
-
63
- $box-shadow: #494949;
64
- $box-shadow-1: #323232;
65
- $box-shadow-2: #272a2c;
66
- $box-shadow-3: #151617;
67
- $box-shadow-4: #333333;
68
- $box-shadow-5: #cbc7d140;
69
- $box-shadow-6: #111014a6;
File without changes
@@ -1,19 +0,0 @@
1
- .active {
2
- color: var(--secondary-color) !important;
3
- opacity: 100% !important;
4
- }
5
-
6
- .lib-menu-bg-none {
7
- --lib-list-button-padding: 10px !important;
8
- --lib-button-container-background: transparent !important;
9
- --lib-button-background: transparent !important;
10
- --lib-button-border-radius: 0 !important;
11
- --lib-button-border: 0 !important;
12
- --box-shadow: none !important;
13
- }
14
-
15
- .lib-menu-bg-none button.mat-ripple {
16
- background-color: black !important;
17
- border-radius: 0 !important;
18
- border: 0 !important;
19
- }
@@ -1,16 +0,0 @@
1
- .builder-add-btn lib-base-btn .mat-ripple .btn-text {
2
- display: flex !important;
3
- justify-content: center !important;
4
- align-items: center !important;
5
- flex-direction: row !important;
6
- width: 100% !important;
7
- color: var(--lib-secondary-button-font-color) !important;
8
- text-shadow: var(--lib-secondary-button-text-shadow) !important;
9
- }
10
-
11
- .builder-add-btn .lib-button-container {
12
- display: none !important;
13
- }
14
- .builder-add-btn .mat-ripple {
15
- height: 60px !important;
16
- }
@@ -1,42 +0,0 @@
1
- .lib-menu-custom-class .text {
2
- padding: 0 !important;
3
- font-size: 10px !important;
4
- }
5
-
6
- .mat-mdc-menu-item-text {
7
- padding: 0 !important;
8
- font-size: 14px !important;
9
- }
10
-
11
- .mat-mdc-menu-item-text img {
12
- height: 15px !important;
13
- width: 15px !important;
14
- margin-top: 5px !important;
15
- margin-right: 20px !important;
16
- }
17
-
18
- .mat-mdc-menu-item {
19
- min-height: 35px !important;
20
- }
21
-
22
- .lib-menu-custom-class .btn-text {
23
- margin-bottom: 10px;
24
- }
25
-
26
- .lib-menu-custom-class .mat-ripple {
27
- background: transparent !important;
28
- box-shadow: none !important;
29
- border: none !important;
30
- }
31
-
32
- .lib-menu-custom-class .lib-button-component {
33
- background: transparent !important;
34
- box-shadow: none !important;
35
- border: none !important;
36
- }
37
-
38
- .lib-menu-custom-class .lib-button-container {
39
- background: transparent !important;
40
- box-shadow: none !important;
41
- border: none !important;
42
- }
@@ -1,5 +0,0 @@
1
- @use "../../styles/colors" as *;
2
-
3
- // .customBody {
4
- // background: $background-color-7 !important;
5
- // }
@@ -1,7 +0,0 @@
1
- .check-box svg {
2
- padding: 1.5px !important;
3
- }
4
-
5
- .mat-mdc-dialog-surface {
6
- border-radius: 10px !important;
7
- }
@@ -1,40 +0,0 @@
1
- @use "../../styles/colors" as *;
2
-
3
- .btn-selectable {
4
- padding: 0px !important;
5
- font-size: 11px !important;
6
- margin-right: 12px !important;
7
- position: relative;
8
- box-shadow: -4.1px -4.1px 13.13px -2.46px $box-shadow-5;
9
- background-color: $background-color-1 !important;
10
- color: $text-color-3 !important;
11
- }
12
-
13
- .selectable-container {
14
- padding: 0 !important;
15
- }
16
-
17
- .btn-selectable.selected {
18
- background: linear-gradient(
19
- 94.44deg,
20
- $scroll-color 1.26%,
21
- $cyrano-primary 100%
22
- );
23
- }
24
-
25
- .filter-btn .lib-button-component .mat-ripple {
26
- background: $background-color-1 !important;
27
- border: none !important;
28
- }
29
-
30
- .filter-btn .lib-button-component .lib-button-container {
31
- display: none !important;
32
- }
33
-
34
- .button-native {
35
- background: transparent !important;
36
- }
37
-
38
- .btn-selectable[_ngcontent-ng-c3164006478] {
39
- padding: 0 !important;
40
- }
@@ -1,22 +0,0 @@
1
- @use "../../styles/colors" as *;
2
-
3
- .header-back-btn .lib-button-component .mat-ripple {
4
- background: $background-color-1 !important;
5
- border: none !important;
6
- }
7
-
8
- .header-back-btn .lib-button-component .lib-button-container {
9
- display: none !important;
10
- }
11
-
12
- .header-back-btn .lib-button-component {
13
- border: none !important;
14
- }
15
-
16
- .header-back-btn .mat-ripple {
17
- border: none !important;
18
- background: $background-color-1;
19
- box-shadow:
20
- 9.026px 8.205px 22.153px 2.051px rgba(17, 16, 20, 0.65),
21
- -4.102px -4.102px 13.128px -2.462px rgba(203, 199, 209, 0.25) !important;
22
- }
@@ -1,47 +0,0 @@
1
- .nav-top-search .search-field {
2
- margin-top: 0 !important;
3
- }
4
-
5
- .container {
6
- padding: 0 !important;
7
- }
8
-
9
- .nav-main-bar .menu-btn-image {
10
- height: 26px !important;
11
- width: 26px !important;
12
- }
13
-
14
- /*menu*/
15
- #mat-menu-panel-0
16
- .mat-mdc-menu-panel.lib-btn-menu-panel
17
- button.mat-mdc-menu-item
18
- .mat-mdc-menu-item-text {
19
- justify-content: flex-start !important;
20
- }
21
- // #mat-menu-panel-0 .mat-mdc-menu-item-text img {
22
- // position: relative !important;
23
- // right: -22px !important;
24
- // }
25
-
26
- .dashboard-menu .lib-button-container {
27
- box-shadow: none !important;
28
- background: none !important;
29
- }
30
-
31
- .dashboard-menu .lib-button-component {
32
- height: 29px !important;
33
- width: 29px !important;
34
- }
35
-
36
- .dashboard-menu .btn-text img {
37
- height: 24px !important;
38
- width: 24px !important;
39
- }
40
-
41
- .nav-top-search .search-field {
42
- top: 0px !important;
43
- }
44
-
45
- .nav-top-search .search-field .container {
46
- height: auto !important;
47
- }
@@ -1,17 +0,0 @@
1
- .search-field .container {
2
- display: flex;
3
- justify-content: center;
4
- align-items: center;
5
- height: 46px;
6
- width: 100%;
7
- margin: 0px;
8
- position: relative;
9
- padding: 6px;
10
- min-width: 100%;
11
- }
12
-
13
- .container__search-bar__icon.container__search-bar__search-icon {
14
- position: absolute;
15
- right: 6%;
16
- top: 39%;
17
- }
@@ -1,28 +0,0 @@
1
- .side-bar-heading-bar .mat-ripple {
2
- box-shadow: none !important;
3
- }
4
-
5
- .side-bar-heading-bar .header-btn:last-child {
6
- box-shadow: none !important;
7
- margin-right: 10px !important;
8
- margin-top: 5px !important;
9
- }
10
-
11
- .side-bar-heading-bar .lib-button-container {
12
- box-shadow: none !important;
13
- }
14
-
15
- .filter-side-bar {
16
- display: flex !important;
17
- flex-direction: column-reverse !important;
18
- }
19
-
20
- .filter-side-bar .selectable-container {
21
- display: flex !important;
22
- flex-direction: column !important;
23
- align-items: center;
24
- }
25
-
26
- .filter-side-bar .btn-selectable {
27
- height: 100% !important;
28
- }
@@ -1,21 +0,0 @@
1
- @use "../../styles/colors" as *;
2
-
3
- .p-tabmenu-nav-content {
4
- font-family: "Calistoga", cursive;
5
- margin: 0px 0px !important;
6
- width: 100%;
7
- display: flex;
8
- justify-content: center;
9
- }
10
-
11
- .p-ripple.p-element.p-menuitem-link.p-menuitem-link-active {
12
- border-width: 3px !important;
13
- }
14
-
15
- .p-menuitem-text {
16
- color: rgb(255, 255, 255, 0.5) !important;
17
- }
18
-
19
- .p-menuitem-link-active .p-menuitem-text {
20
- color: $text-color-3 !important;
21
- }
@@ -1,2 +0,0 @@
1
- $header-font: "Calistoga", cursive;
2
- $filter-font: Gilroy-Thin;
@@ -1,416 +0,0 @@
1
- @use "../styles/colors" as *;
2
-
3
- @media (max-width: 380px) {
4
- .min-screen-main {
5
- padding: 0px !important;
6
- }
7
- .min-screen {
8
- padding: 5px 10px !important;
9
- }
10
- }
11
-
12
- @media (max-height: 720px) {
13
- .h-screen {
14
- padding-bottom: 60px;
15
- }
16
- }
17
-
18
- @media (max-height: 720px) and (max-width: 380px) {
19
- .h-screen {
20
- padding-bottom: 60px !important;
21
- }
22
- }
23
-
24
- @media (max-height: 720px) and (max-width: 380px) {
25
- .h-screen {
26
- padding-bottom: 60px !important;
27
- }
28
- }
29
-
30
- @media (min-width: 320px) and (max-width: 379px) {
31
- .h-screen {
32
- padding-bottom: 100px !important;
33
- }
34
- }
35
-
36
- @media screen and (max-width: 380px) {
37
- .bottom-navigation {
38
- padding: 8px 8px;
39
- }
40
- }
41
-
42
- @media screen and (min-width: 500px) {
43
- .custom-nav-bottom-modal {
44
- background: none;
45
- z-index: 20003;
46
- pointer-events: auto;
47
- box-shadow: none;
48
- width: 500px !important;
49
- display: flex;
50
- align-items: center;
51
- margin-left: auto;
52
- margin-right: auto;
53
- }
54
- }
55
-
56
- @media screen and (max-width: 380px) {
57
- .bottom-navitem img {
58
- height: 13px !important;
59
- width: 13px !important;
60
- }
61
- .bottom-nav-item span {
62
- font-size: 10px;
63
- line-height: 12px;
64
- }
65
- }
66
-
67
- @media screen and (max-width: 390px) {
68
- .header-btn {
69
- height: 27px !important;
70
- width: 27px !important;
71
- }
72
- .header-btn img {
73
- height: 13px !important;
74
- width: 13px !important;
75
- }
76
- .header-main-bar {
77
- padding-inline: 10px !important;
78
- }
79
- }
80
-
81
- @media screen and (max-width: 380px) {
82
- .p-tabmenu-nav-content ul {
83
- font-size: 12px !important;
84
- }
85
- }
86
-
87
- @media screen and (max-width: 1492px) {
88
- .sub-nav {
89
- gap: 100px;
90
- }
91
- }
92
-
93
- @media screen and (max-width: 1282px) {
94
- .sub-nav {
95
- gap: 80px;
96
- }
97
- }
98
-
99
- @media screen and (max-width: 1152px) {
100
- .sub-nav {
101
- gap: 50px;
102
- }
103
- }
104
-
105
- @media screen and (max-width: 380px) {
106
- .delete-modal p {
107
- font-size: 10px;
108
- padding: 0px 11px;
109
- }
110
- .check-box {
111
- height: 13px !important;
112
- width: 13px !important;
113
- margin-top: -1px;
114
- }
115
-
116
- .check-box-feild {
117
- margin-top: 20px !important;
118
- }
119
- }
120
-
121
- @media (min-width: 960px) {
122
- .btn-selectable {
123
- margin: 7px !important;
124
- margin-right: 7px !important;
125
- }
126
-
127
- .selectable-container {
128
- padding: 0 14px !important;
129
- }
130
- }
131
-
132
- @media screen and (max-width: 380px) {
133
- .btn-selectable {
134
- font-size: 10px !important;
135
- margin-right: 7px !important;
136
- position: relative;
137
- box-shadow: -4.1px -4.1px 13.13px -2.46px $box-shadow-5;
138
- }
139
-
140
- .filter-btn {
141
- height: 32px !important;
142
- width: 32px !important;
143
- }
144
-
145
- .filter-btn img {
146
- height: 14px !important;
147
- width: 14px !important;
148
- }
149
- }
150
-
151
- @media screen and (max-width: 320px) {
152
- .btn-selectable {
153
- margin: 2px !important;
154
- }
155
- }
156
-
157
- @media (min-width: 320px) and (max-width: 327px) {
158
- .btn-selectable {
159
- margin: 2px !important;
160
- }
161
- }
162
-
163
- @media screen and (max-width: 380px) {
164
- .report-itineraies {
165
- width: 280px;
166
- padding: 0px 10px;
167
- }
168
-
169
- .radio-group {
170
- font-size: 11px !important;
171
- }
172
- }
173
-
174
- @media (max-width: 380px) {
175
- .builder-add-btn {
176
- width: 100% !important;
177
- font-size: 14px !important;
178
- }
179
- .builder-add-btn img {
180
- height: 13px;
181
- width: 13px;
182
- }
183
- }
184
-
185
- @media screen and (max-width: 380px) {
186
- .content {
187
- width: fit-content;
188
- }
189
- .content-text {
190
- width: fit-content;
191
- }
192
- .content-text span {
193
- font-size: 12px;
194
- }
195
- .content p {
196
- font-size: 9px;
197
- width: 100%;
198
- }
199
- .content-icon-last {
200
- margin-left: 0px;
201
- }
202
- }
203
-
204
- @media (max-width: 1500px) {
205
- .grid-columns {
206
- grid-template-columns: repeat(2, 1fr);
207
- }
208
- }
209
-
210
- @media (max-width: 1160px) {
211
- .grid-columns {
212
- grid-template-columns: repeat(1, 1fr);
213
- }
214
- }
215
-
216
- @media (max-width: 380px) {
217
- .favourite-main-section,
218
- .favouriteSubSection {
219
- margin-top: 10% !important;
220
- }
221
- .favourite-sub-section div img {
222
- height: 120px;
223
- width: 120px;
224
- }
225
- .favourite-main-section h1 {
226
- font-size: 20px;
227
- }
228
-
229
- .btn-style {
230
- padding-inline: 20px;
231
- }
232
- }
233
- @media (max-height: 630px) {
234
- .favourite-main-section,
235
- .favouriteSubSection {
236
- margin-top: 5% !important;
237
- }
238
- .favourite-sub-section div img {
239
- height: 120px;
240
- width: 120px;
241
- }
242
- .favourite-main-section h1 {
243
- font-size: 20px;
244
- }
245
- .btn-style {
246
- padding-inline: 20px;
247
- }
248
- }
249
-
250
- @media screen and (max-width: 380px) {
251
- .main-btn {
252
- width: 140px;
253
- font-size: 16px !important;
254
- }
255
- .main-btn:last-child {
256
- width: 168px;
257
- }
258
- .main-btn span img {
259
- height: 14px !important;
260
- width: 15px !important;
261
- }
262
- .main-btn span {
263
- margin-top: 0px !important;
264
- }
265
- }
266
-
267
- @media screen and (max-width: 380px) {
268
- .search-history-text {
269
- font-size: 12px;
270
- }
271
-
272
- .search-history-bar span img:first-child {
273
- height: 11px;
274
- width: 10px;
275
- }
276
- .search-history-bar span img:last-child {
277
- height: 11px;
278
- width: 10px;
279
- }
280
- }
281
-
282
- @media screen and (max-width: 380px) {
283
- .search-chips {
284
- font-size: 12px !important;
285
- padding-inline: 8px !important;
286
- }
287
- }
288
-
289
- @media screen and (max-width: 380px) {
290
- .search-chips {
291
- font-size: 12px !important;
292
- padding-inline: 8px !important;
293
- }
294
- }
295
-
296
- @media screen and (max-width: 380px) {
297
- .search-bottom {
298
- padding-top: 0%;
299
- }
300
- }
301
-
302
- @media screen and (max-width: 380px) {
303
- .clear-history-main {
304
- width: 95px;
305
- font-size: 12px !important;
306
- }
307
- .clear-history-main span img {
308
- height: 13px;
309
- width: 14px;
310
- }
311
- }
312
-
313
- @media screen and (max-width: 380px) {
314
- .sub-ccreen {
315
- padding-inline: 15px;
316
- }
317
- .search-chips {
318
- font-size: 10px !important;
319
- padding-inline: 2px !important;
320
- }
321
- }
322
-
323
- @media screen and (max-width: 380px) {
324
- .title {
325
- font-size: 15px !important;
326
- }
327
- .draft-header {
328
- font-size: 10px !important;
329
- left: 20px;
330
- }
331
- .bottom-icons {
332
- height: 12px;
333
- width: 13px;
334
- }
335
- .user-icon-text {
336
- font-size: 13px;
337
- }
338
- .bottom-tags {
339
- font-size: 10px;
340
- font-family: Gilroy-Thin;
341
- }
342
- .draft-description {
343
- font-size: 10px;
344
- }
345
- }
346
-
347
- @media screen and (max-width: 390px) {
348
- h4 {
349
- font-size: 12px !important;
350
- }
351
- .archive-css h4 {
352
- font-size: 10px !important;
353
- }
354
- .archive-css img {
355
- margin-top: 4px !important;
356
- }
357
- .icon-button p {
358
- font-size: 12px !important;
359
- }
360
- .icon-button img {
361
- height: 12px !important;
362
- width: 12px !important;
363
- margin-top: 1px;
364
- }
365
- }
366
-
367
- @media screen and (max-width: 380px) {
368
- .title {
369
- font-size: 145x !important;
370
- }
371
- .draft-header {
372
- font-size: 10px !important;
373
- left: 20px;
374
- }
375
- .bottom-icons {
376
- height: 12px;
377
- width: 13px;
378
- }
379
- .user-icon-text {
380
- font-size: 13px;
381
- }
382
- .bottom-tags {
383
- font-size: 10px;
384
- font-family: Gilroy-Thin;
385
- }
386
- .draft-description {
387
- font-size: 10px;
388
- }
389
- }
390
-
391
- @media screen and (max-width: 390px) {
392
- .search-field {
393
- margin-top: 10px !important;
394
- }
395
- .container {
396
- margin: 0px 5px;
397
- position: relative;
398
- padding: 0px;
399
- }
400
-
401
- .container__search-bar__input {
402
- font-size: 12px !important;
403
- }
404
-
405
- .container__search-bar__input::placeholder {
406
- font-size: 12px !important;
407
- padding-bottom: 2px;
408
- }
409
-
410
- .container__search-bar__icon.container__search-bar__search-icon {
411
- position: absolute;
412
- right: 6%;
413
- height: 12px !important;
414
- width: 12px !important;
415
- }
416
- }
@@ -1,186 +0,0 @@
1
- // @use "src/styles/colors" as *;
2
-
3
- // .modal-tab-shadow {
4
- // box-shadow: 9.026px 8.205px 22.153px 2.051px rgba(17, 16, 20, 0.65);
5
- // }
6
-
7
- // .parent-class-for-modal {
8
- // width: 100%;
9
- // padding: 0px 20px;
10
- // margin-top: 15px;
11
- // font-family: "Calistoga";
12
- // border-radius: 10px;
13
- // }
14
-
15
- // .lib-bottom-modal .modal-wrapper {
16
- // background: transparent !important;
17
- // box-shadow: none !important;
18
- // }
19
-
20
- // #bottom-modal-content-ref {
21
- // background: transparent;
22
- // margin-top: 0px !important;
23
- // }
24
-
25
- // .lib-bottom-modal-loader {
26
- // display: none !important;
27
- // }
28
-
29
- // .lib-bottom-modal-header {
30
- // display: none !important;
31
- // }
32
-
33
- // .lib-bottom-modal-header.ng-star-inserted {
34
- // display: none;
35
- // }
36
-
37
- // .modal-handle {
38
- // display: none !important;
39
- // }
40
-
41
- // .modal-wrapper.ion-overlay-wrapper {
42
- // background: transparent !important;
43
- // }
44
-
45
- // .modal-handle {
46
- // display: none !important;
47
- // }
48
-
49
- // ion-modal.lib-bottom-modal[_ngcontent-ng-c1153917535]::part(handle) {
50
- // opacity: 0 !important;
51
- // display: none !important;
52
- // }
53
-
54
- // .custom-nav-bottom-modal {
55
- // height: 60px;
56
- // margin-top: auto;
57
- // position: absolute !important;
58
- // z-index: 9999 !important;
59
- // display: flex !important;
60
- // box-shadow: var(
61
- // --lib-popup-modal-shadow,
62
- // 5px 5px 95px 0px rgba(255, 255, 255, 0.32),
63
- // -3px -3px 16px 0px rgba(255, 255, 255, 0.1)
64
- // ) !important;
65
- // border-radius: var(--lib-popup-modal-radius) !important;
66
- // }
67
-
68
- // .custom-nav-bottom-modal #bottomModalContentRef {
69
- // height: 60px !important;
70
- // max-width: 100% !important;
71
- // padding-bottom: 0px;
72
- // }
73
-
74
- // .delete-modal {
75
- // padding: 10px;
76
- // display: flex;
77
- // justify-content: center;
78
- // align-items: center;
79
- // flex-direction: column;
80
- // }
81
-
82
- // .delete-modal h1 {
83
- // font-size: 15px;
84
- // color: $text-color-3;
85
- // font-family: "Calistoga";
86
- // }
87
-
88
- // .delete-modal p {
89
- // font-size: 12px;
90
- // color: $text-color-3;
91
- // width: 250px;
92
- // }
93
-
94
- // .parent-class-for-modal {
95
- // margin-top: 30px;
96
- // }
97
-
98
- // .custom-modal .modal-wrapper.ion-overlay-wrapper {
99
- // background: transparent !important;
100
- // box-shadow: none !important;
101
- // }
102
-
103
- // #ion-overlay-2.modal-wrapper {
104
- // background: transparent !important;
105
- // }
106
-
107
- // .modal-wrapper.ion-overlay-wrapper {
108
- // background: transparent !important;
109
- // }
110
-
111
- // .bottom-modal-items {
112
- // margin-bottom: 20px;
113
- // }
114
-
115
- // .bottom-modal {
116
- // font-family: Gilroy-Regular !important;
117
- // font-size: 12px !important;
118
- // }
119
-
120
- // .delete-modal {
121
- // padding: 10px;
122
- // display: flex;
123
- // justify-content: center;
124
- // align-items: center;
125
- // flex-direction: column;
126
- // }
127
-
128
- // .delete-modal h1 {
129
- // font-size: 15px;
130
- // color: $text-color-3;
131
- // font-family: "Calistoga";
132
- // }
133
-
134
- // .delete-modal p {
135
- // font-size: 13px;
136
- // color: $text-color-3;
137
- // width: 245px;
138
- // }
139
-
140
- // .parent-class-for-modal {
141
- // margin-top: 40px;
142
- // }
143
-
144
- // .modal-bottom-bar {
145
- // display: flex;
146
- // justify-content: space-around;
147
- // align-items: center;
148
- // width: 100%;
149
- // position: relative;
150
- // }
151
-
152
- // .modal-bottom-bar button:last-child {
153
- // color: var(--secondary-color);
154
- // }
155
-
156
- // // Ng-deep removed from component styles
157
-
158
- // // create-itinerary.component.scss
159
- // .mat-mdc-dialog-surface {
160
- // border-radius: 10px !important;
161
- // }
162
-
163
- // .mdc-label {
164
- // padding: 5px 4px !important;
165
- // font-size: 12px;
166
- // }
167
-
168
- // .input-label {
169
- // top: 24px !important;
170
- // }
171
-
172
- // // create-itinerary-modal.component.scss
173
- // .cdk-overlay-dark-backdrop {
174
- // opacity: 80.2% !important;
175
- // background: $background-color-4;
176
- // backdrop-filter: blur(16.40999984741211px) !important;
177
- // }
178
-
179
- // .mat-mdc-dialog-surface.mdc-dialog__surface {
180
- // background: transparent !important;
181
- // margin-bottom: 40px !important;
182
- // }
183
-
184
- // .cdk-global-overlay-wrapper {
185
- // align-items: end !important;
186
- // }
@@ -1,308 +0,0 @@
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.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.core();
15
-
16
- // Define the palettes for your theme using the Material Design palettes available in palette.scss
17
- // (imported above). For each palette, you can optionally specify a default, lighter, and darker
18
- // hue. Available color palettes: https://material.io/design/color/
19
- $ns-add-in-primary: mat.define-palette(mat.$indigo-palette);
20
- $ns-add-in-accent: mat.define-palette(mat.$pink-palette);
21
-
22
- // The warn palette is optional (defaults to red).
23
- $ns-add-in-warn: mat.define-palette(mat.$red-palette);
24
-
25
- // Create the theme object (a Sass map containing all of the palettes).
26
- $ns-add-in-theme: mat.define-dark-theme(
27
- (
28
- color: (
29
- primary: $ns-add-in-primary,
30
- accent: $ns-add-in-accent,
31
- warn: $ns-add-in-warn,
32
- ),
33
- typography: $custom-typography,
34
- density: -12,
35
- )
36
- );
37
-
38
- // Include theme styles for core and each component used in your app.
39
- // Alternatively, you can import and @include the theme mixins for each component
40
- // that you are using.
41
- @include mat.all-component-themes($ns-add-in-theme);
42
-
43
- @import "../assets/styles/typography.scss";
44
- @import "../../node_modules/nextsapien-component-lib/src/lib/shared-styles/styles.scss";
45
-
46
- @import "./colors";
47
-
48
- html {
49
- display: flex;
50
- font-size: 12px;
51
- }
52
-
53
- body {
54
- background: var(--primary-background);
55
- display: flex;
56
- width: 100vw;
57
- min-height: 100vh;
58
- margin: 0;
59
- justify-content: center;
60
- }
61
-
62
- input {
63
- font-family: "Gilroy-Regular", serif;
64
- }
65
-
66
- .primary-text,
67
- button {
68
- font-family: "Calistoga", cursive;
69
- }
70
-
71
- a {
72
- color: $cyrano-primary;
73
-
74
- &.link {
75
- justify-content: center;
76
- margin: auto;
77
- width: 100%;
78
- display: flex;
79
- text-decoration: none;
80
- color: $cyrano-primary;
81
- cursor: pointer;
82
-
83
- &:hover {
84
- text-decoration: underline;
85
- }
86
- }
87
- }
88
-
89
- code {
90
- color: $text-color-1;
91
- background-color: $background-color-2;
92
- padding: 10px;
93
- margin: 10px auto;
94
- position: relative;
95
- display: block;
96
- border-radius: 20px;
97
- border: 1px solid $border-color-1;
98
- width: -moz-fit-content;
99
- width: fit-content;
100
- max-width: 90%;
101
- }
102
-
103
- table {
104
- width: 100%;
105
- border-radius: 4px;
106
- margin-top: 15px;
107
- &.nested-table {
108
- width: 95%;
109
-
110
- tr td:first-child {
111
- font-weight: bold;
112
- width: 250px;
113
- }
114
- }
115
- code {
116
- max-width: unset;
117
- }
118
- }
119
-
120
- table,
121
- th,
122
- td {
123
- border: 1px solid $ns-neutral-6;
124
- border-collapse: collapse;
125
- color: $ns-neutral-8;
126
- }
127
-
128
- th,
129
- td {
130
- padding: 5px;
131
- max-width: 25%;
132
- }
133
-
134
- .hidden {
135
- display: none !important;
136
- }
137
-
138
- h1,
139
- h2,
140
- p {
141
- color: $ns-neutral-8;
142
- }
143
-
144
- .intro {
145
- display: flex;
146
- flex: 0 0 auto;
147
- font-size: 22px;
148
- text-align: center;
149
- color: $ns-neutral-8;
150
- max-width: 75%;
151
- padding: 20px;
152
- justify-content: center;
153
- }
154
-
155
- .header {
156
- display: flex;
157
- flex: 0 0 auto;
158
- font-size: 15px;
159
- text-align: center;
160
- color: $ns-neutral-6;
161
- width: 75%;
162
- justify-content: center;
163
- padding: 10px;
164
- }
165
-
166
- .info {
167
- display: flex;
168
- flex: 0 0 auto;
169
- flex-direction: column;
170
- font-size: 14px;
171
- color: $ns-neutral-5;
172
- padding: 10px;
173
- line-height: 20px;
174
- max-width: 75%;
175
- }
176
-
177
- .detail-section {
178
- display: flex;
179
- flex: 0 0 auto;
180
- flex-direction: column;
181
- align-items: center;
182
- width: 100%;
183
- padding-top: 10px;
184
-
185
- .mat-expansion-panel {
186
- background: transparent !important;
187
- border: none !important;
188
- }
189
- }
190
-
191
- .code-section {
192
- display: flex;
193
- flex: 0 0 auto;
194
- flex-direction: column;
195
- align-items: flex-start;
196
- margin-top: 15px;
197
- max-width: 60%;
198
- }
199
-
200
- .component-demo {
201
- background-color: transparent;
202
- margin: 20px 20px 40px 20px;
203
- padding: 10px;
204
- border-radius: 3px;
205
- }
206
-
207
- .detail {
208
- display: flex;
209
- flex: 1 1 100%;
210
- flex-direction: column;
211
- align-items: center;
212
- overflow: auto;
213
- height: 100%;
214
- }
215
-
216
- .showcase-container {
217
- width: 100%;
218
- padding: 25px 25px 25px 24px;
219
- display: flex;
220
- flex-direction: column;
221
- gap: 20px;
222
- height: calc(100% - 55px);
223
- &.full-screen {
224
- height: 100%;
225
- }
226
- }
227
-
228
- .centered-scrollable {
229
- align-items: center;
230
- overflow-y: auto;
231
- h2 {
232
- position: relative;
233
- display: block;
234
- width: 100%;
235
- text-align: left;
236
- color: $text-color-2;
237
- text-transform: capitalize;
238
- }
239
- }
240
-
241
- .tag-name {
242
- background: $background-color-3;
243
- padding: 2px 10px;
244
- border-radius: 10px;
245
- border: 1px solid $border-color-2;
246
- }
247
-
248
- .first-td {
249
- min-width: 130px;
250
- }
251
-
252
- .last-td {
253
- padding: 15px;
254
- background: $background-color-1;
255
- &.demo-container {
256
- min-width: 250px;
257
- }
258
- }
259
-
260
- .mat-autocomplete-panel {
261
- font-family: var(--input-number-filed-font);
262
- background: var(--button-background);
263
- color: var(--input-font-color) !important;
264
- .mat-mdc-option {
265
- color: var(--input-font-color) !important;
266
- line-height: 35px;
267
- height: 35px;
268
- }
269
- }
270
- .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
271
- background: var(--cyrano-pink-shade-1);
272
- color: var(--input-font-color) !important;
273
- }
274
-
275
- /*-----------------
276
- scrollbar styling
277
- ------------------*/
278
- // moz
279
- @-moz-document url-prefix() {
280
- * {
281
- scrollbar-width: thin;
282
- scrollbar-base-color: rgba(0, 0, 0, 0.5);
283
- scrollbar-color: var(--cyrano-pink-shade-1, $scroll-color) transparent;
284
- }
285
- }
286
-
287
- // webkit
288
- ::-webkit-scrollbar {
289
- width: 8px;
290
- opacity: 0.5;
291
- height: 8px;
292
- }
293
-
294
- ::-webkit-scrollbar-track {
295
- background: var(--cyrano-dark-color, $background-color-5);
296
- opacity: 0.5;
297
- }
298
-
299
- ::-webkit-scrollbar-thumb {
300
- width: 5px;
301
- background-color: var(--cyrano-pink-shade-1, $scroll-color);
302
- opacity: 0.5;
303
- border: 3px solid $background-color-4;
304
- }
305
-
306
- .one-line-textarea textarea {
307
- overflow: hidden;
308
- }