@vsn-ux/gaia-styles 0.6.2 → 0.6.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.
@@ -0,0 +1,842 @@
1
+ /*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ .ga-side-navigation {
4
+ display: flex;
5
+ height: 100%;
6
+ width: calc(0.25rem * 80);
7
+ flex-direction: column;
8
+ border-radius: var(--ga-radius);
9
+ background-color: var(--ga-color-surface-primary);
10
+ padding: calc(0.25rem * 1);
11
+ --tw-shadow: var(--ga-shadow-north);
12
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
13
+ .ga-side-navigation__header {
14
+ position: relative;
15
+ z-index: 10;
16
+ display: flex;
17
+ flex-shrink: 0;
18
+ flex-direction: column;
19
+ }
20
+ .ga-side-navigation__switcher {
21
+ position: relative;
22
+ display: flex;
23
+ cursor: pointer;
24
+ align-items: center;
25
+ justify-content: space-between;
26
+ gap: calc(0.25rem * 2);
27
+ border-radius: var(--ga-radius);
28
+ padding: calc(0.25rem * 3);
29
+ --tw-outline-style: none;
30
+ outline-style: none;
31
+ &:hover {
32
+ background-color: var(--ga-color-surface-action-hover-2);
33
+ }
34
+ &:focus-visible {
35
+ &::after {
36
+ position: absolute;
37
+ inset: 3px;
38
+ border-radius: var(--ga-radius);
39
+ border-style: var(--tw-border-style);
40
+ border-width: 2px;
41
+ border-color: var(--ga-color-border-focus);
42
+ --tw-content: '';
43
+ content: var(--tw-content);
44
+ }
45
+ }
46
+ &:active {
47
+ .ga-side-navigation__switcher-title {
48
+ --tw-font-weight: 600;
49
+ font-weight: 600;
50
+ }
51
+ }
52
+ &.ga-side-navigation__switcher--active {
53
+ background-color: var(--ga-color-surface-selected);
54
+ .ga-side-navigation__switcher-title {
55
+ --tw-font-weight: 600;
56
+ font-weight: 600;
57
+ }
58
+ }
59
+ }
60
+ .ga-side-navigation__switcher-title {
61
+ min-width: calc(0.25rem * 0);
62
+ flex: 1;
63
+ overflow: hidden;
64
+ text-overflow: ellipsis;
65
+ white-space: nowrap;
66
+ text-align: left;
67
+ font-size: calc(
68
+ var(--ga-text-lg-font-size) * var(--ga-base-scaling-factor, 1)
69
+ );
70
+ line-height: var(--tw-leading, calc(
71
+ var(--ga-text-lg-line-height) * var(--ga-base-scaling-factor, 1)
72
+ ));
73
+ letter-spacing: var(--tw-tracking, calc(
74
+ var(--ga-text-lg-letter-spacing) * var(--ga-base-scaling-factor, 1)
75
+ ));
76
+ --tw-font-weight: 500;
77
+ font-weight: 500;
78
+ color: var(--ga-color-text-action);
79
+ }
80
+ .ga-side-navigation__switcher-action {
81
+ display: flex;
82
+ flex-shrink: 0;
83
+ cursor: pointer;
84
+ align-items: center;
85
+ padding-block: calc(0.25rem * 2);
86
+ color: var(--ga-color-icon-secondary);
87
+ &:hover {
88
+ color: var(--ga-color-icon-action);
89
+ }
90
+ }
91
+ .ga-side-navigation__switcher-dropdown {
92
+ position: absolute;
93
+ top: 100%;
94
+ right: calc(0.25rem * 0);
95
+ left: calc(0.25rem * 0);
96
+ z-index: 10;
97
+ display: flex;
98
+ max-height: calc(0.25rem * 80);
99
+ flex-direction: column;
100
+ overflow-y: auto;
101
+ border-radius: var(--ga-radius);
102
+ background-color: var(--ga-color-surface-primary);
103
+ padding-inline: calc(0.25rem * 2);
104
+ padding-top: calc(0.25rem * 4);
105
+ padding-bottom: calc(0.25rem * 2);
106
+ --tw-shadow: var(--ga-shadow-north);
107
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
108
+ }
109
+ .ga-side-navigation__switcher-dropdown-header {
110
+ padding-inline: calc(0.25rem * 4);
111
+ padding-top: calc(0.25rem * 1);
112
+ padding-bottom: calc(0.25rem * 1);
113
+ font-size: calc(
114
+ var(--ga-text-sm-font-size) * var(--ga-base-scaling-factor, 1)
115
+ );
116
+ line-height: var(--tw-leading, calc(
117
+ var(--ga-text-sm-line-height) * var(--ga-base-scaling-factor, 1)
118
+ ));
119
+ letter-spacing: var(--tw-tracking, 0);
120
+ --tw-font-weight: 600;
121
+ font-weight: 600;
122
+ color: var(--ga-color-text-disable-selected);
123
+ text-transform: uppercase;
124
+ }
125
+ .ga-side-navigation__switcher-dropdown-item {
126
+ position: relative;
127
+ display: flex;
128
+ cursor: pointer;
129
+ align-items: center;
130
+ gap: calc(0.25rem * 2);
131
+ border-radius: var(--ga-radius);
132
+ padding: calc(0.25rem * 4);
133
+ text-align: left;
134
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
135
+ transition-timing-function: var(--tw-ease, ease);
136
+ transition-duration: var(--tw-duration, 0s);
137
+ transition-duration: var(--ga-duration-instant);
138
+ transition-timing-function: var(--ga-easing-standard);
139
+ &:hover {
140
+ background-color: var(--ga-color-surface-action-hover-2);
141
+ }
142
+ &:focus-visible {
143
+ --tw-outline-style: none;
144
+ outline-style: none;
145
+ &::after {
146
+ position: absolute;
147
+ inset: 3px;
148
+ border-radius: var(--ga-radius);
149
+ border-style: var(--tw-border-style);
150
+ border-width: 2px;
151
+ border-color: var(--ga-color-border-focus);
152
+ --tw-content: '';
153
+ content: var(--tw-content);
154
+ }
155
+ }
156
+ &:active {
157
+ .ga-side-navigation__switcher-dropdown-title {
158
+ --tw-font-weight: 600;
159
+ font-weight: 600;
160
+ }
161
+ }
162
+ }
163
+ .ga-side-navigation__switcher-dropdown-title {
164
+ min-width: calc(0.25rem * 0);
165
+ flex: 1;
166
+ overflow: hidden;
167
+ text-overflow: ellipsis;
168
+ white-space: nowrap;
169
+ text-align: left;
170
+ font-size: calc(
171
+ var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
172
+ );
173
+ line-height: var(--tw-leading, calc(
174
+ var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
175
+ ));
176
+ letter-spacing: var(--tw-tracking, calc(
177
+ var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
178
+ ));
179
+ --tw-font-weight: 500;
180
+ font-weight: 500;
181
+ color: var(--ga-color-text-action);
182
+ }
183
+ .ga-side-navigation__switcher-dropdown-external {
184
+ height: calc(0.25rem * 4);
185
+ width: calc(0.25rem * 4);
186
+ flex-shrink: 0;
187
+ align-self: center;
188
+ color: var(--ga-color-icon-secondary);
189
+ }
190
+ .ga-side-navigation__search {
191
+ margin-inline: calc(0.25rem * 3);
192
+ margin-block: calc(0.25rem * 2);
193
+ &.ga-input {
194
+ width: auto;
195
+ &:not(:hover) {
196
+ border-color: var(--ga-color-surface-page);
197
+ background-color: var(--ga-color-surface-page);
198
+ }
199
+ input::-webkit-search-cancel-button {
200
+ display: none;
201
+ }
202
+ }
203
+ }
204
+ .ga-side-navigation__search-shortcut {
205
+ flex-shrink: 0;
206
+ cursor: default;
207
+ border-radius: var(--ga-radius);
208
+ border-style: var(--tw-border-style);
209
+ border-width: 1px;
210
+ border-color: var(--ga-color-border-disabled);
211
+ background-color: #fff;
212
+ padding-inline: calc(0.25rem * 1);
213
+ padding-block: 1px;
214
+ font-family: Inter, ui-sans-serif, system-ui, sans-serif;
215
+ font-feature-settings: 'liga' 1, 'calt' 1;
216
+ font-size: calc(
217
+ var(--ga-text-xs-font-size) * var(--ga-base-scaling-factor, 1)
218
+ );
219
+ line-height: var(--tw-leading, calc(
220
+ var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
221
+ ));
222
+ letter-spacing: var(--tw-tracking, calc(
223
+ var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
224
+ ));
225
+ color: var(--ga-color-icon-on-disabled);
226
+ }
227
+ .ga-side-navigation__body {
228
+ display: flex;
229
+ flex: 1;
230
+ flex-direction: column;
231
+ overflow-y: auto;
232
+ padding-inline: calc(0.25rem * 3);
233
+ padding-block: calc(0.25rem * 2);
234
+ }
235
+ .ga-side-navigation__item {
236
+ position: relative;
237
+ display: flex;
238
+ cursor: pointer;
239
+ flex-direction: row;
240
+ align-items: center;
241
+ gap: calc(0.25rem * 3);
242
+ border-radius: var(--ga-radius);
243
+ padding-inline: calc(0.25rem * 4);
244
+ padding-block: calc(0.25rem * 3);
245
+ text-align: left;
246
+ font-size: calc(
247
+ var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
248
+ );
249
+ line-height: var(--tw-leading, calc(
250
+ var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
251
+ ));
252
+ letter-spacing: var(--tw-tracking, calc(
253
+ var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
254
+ ));
255
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
256
+ transition-timing-function: var(--tw-ease, ease);
257
+ transition-duration: var(--tw-duration, 0s);
258
+ transition-duration: var(--ga-duration-instant);
259
+ transition-timing-function: var(--ga-easing-standard);
260
+ &:hover {
261
+ background-color: var(--ga-color-surface-action-hover-2);
262
+ }
263
+ &:focus, &:focus-visible {
264
+ --tw-outline-style: none;
265
+ outline-style: none;
266
+ }
267
+ &:active:not(.ga-side-navigation__item--disabled) {
268
+ .ga-side-navigation__item-label {
269
+ --tw-font-weight: 500;
270
+ font-weight: 500;
271
+ }
272
+ }
273
+ &.ga-side-navigation__item--active {
274
+ background-color: var(--ga-color-surface-selected);
275
+ &::before {
276
+ position: absolute;
277
+ top: calc(1 / 2 * 100%);
278
+ left: calc(0.25rem * 0);
279
+ height: calc(0.25rem * 8);
280
+ width: calc(0.25rem * 1);
281
+ --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
282
+ translate: var(--tw-translate-x) var(--tw-translate-y);
283
+ border-top-right-radius: var(--ga-radius);
284
+ border-bottom-right-radius: var(--ga-radius);
285
+ background-color: var(--ga-color-surface-action);
286
+ --tw-content: '';
287
+ content: var(--tw-content);
288
+ }
289
+ .ga-side-navigation__item-label {
290
+ --tw-font-weight: 600;
291
+ font-weight: 600;
292
+ }
293
+ }
294
+ &.ga-side-navigation__item--expanded {
295
+ .ga-side-navigation__item-label {
296
+ --tw-font-weight: 600;
297
+ font-weight: 600;
298
+ }
299
+ }
300
+ &.ga-side-navigation__item--disabled {
301
+ cursor: not-allowed;
302
+ &:hover {
303
+ background-color: transparent;
304
+ }
305
+ .ga-side-navigation__item-icon {
306
+ color: var(--ga-color-icon-disabled);
307
+ }
308
+ .ga-side-navigation__item-label {
309
+ color: var(--ga-color-text-disabled);
310
+ }
311
+ }
312
+ }
313
+ .ga-side-navigation__item--level-2 {
314
+ padding-left: calc(0.25rem * 8);
315
+ }
316
+ .ga-side-navigation__item--level-3 {
317
+ padding-left: calc(0.25rem * 14);
318
+ }
319
+ .ga-side-navigation__item--level-4 {
320
+ padding-left: calc(0.25rem * 20);
321
+ }
322
+ .ga-side-navigation__item-icon {
323
+ height: calc(0.25rem * 4);
324
+ width: calc(0.25rem * 4);
325
+ flex-shrink: 0;
326
+ color: var(--ga-color-icon-primary);
327
+ }
328
+ .ga-side-navigation__item-content {
329
+ display: flex;
330
+ min-width: calc(0.25rem * 0);
331
+ flex: 1;
332
+ flex-direction: column;
333
+ }
334
+ .ga-side-navigation__item-label {
335
+ overflow: hidden;
336
+ text-overflow: ellipsis;
337
+ white-space: nowrap;
338
+ font-size: calc(
339
+ var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
340
+ );
341
+ line-height: var(--tw-leading, calc(
342
+ var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
343
+ ));
344
+ letter-spacing: var(--tw-tracking, calc(
345
+ var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
346
+ ));
347
+ color: var(--ga-color-text-action);
348
+ }
349
+ .ga-side-navigation__item-description {
350
+ overflow: hidden;
351
+ text-overflow: ellipsis;
352
+ white-space: nowrap;
353
+ font-size: calc(
354
+ var(--ga-text-xs-font-size) * var(--ga-base-scaling-factor, 1)
355
+ );
356
+ line-height: var(--tw-leading, calc(
357
+ var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
358
+ ));
359
+ letter-spacing: var(--tw-tracking, calc(
360
+ var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
361
+ ));
362
+ color: var(--ga-color-text-secondary);
363
+ }
364
+ .ga-side-navigation__item-external {
365
+ height: calc(0.25rem * 4);
366
+ width: calc(0.25rem * 4);
367
+ flex-shrink: 0;
368
+ align-self: center;
369
+ color: var(--ga-color-icon-secondary);
370
+ }
371
+ .ga-side-navigation__recent-title {
372
+ padding-inline: calc(0.25rem * 4);
373
+ padding-block: calc(0.25rem * 3);
374
+ font-size: calc(
375
+ var(--ga-text-sm-font-size) * var(--ga-base-scaling-factor, 1)
376
+ );
377
+ line-height: var(--tw-leading, calc(
378
+ var(--ga-text-sm-line-height) * var(--ga-base-scaling-factor, 1)
379
+ ));
380
+ letter-spacing: var(--tw-tracking, 0);
381
+ --tw-font-weight: 500;
382
+ font-weight: 500;
383
+ color: var(--ga-color-text-disable-selected);
384
+ text-transform: uppercase;
385
+ }
386
+ .ga-side-navigation__recent-item {
387
+ position: relative;
388
+ display: flex;
389
+ cursor: pointer;
390
+ flex-direction: row;
391
+ align-items: center;
392
+ gap: calc(0.25rem * 3);
393
+ border-radius: var(--ga-radius);
394
+ padding-block: calc(0.25rem * 2);
395
+ padding-left: calc(0.25rem * 4);
396
+ text-align: left;
397
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
398
+ transition-timing-function: var(--tw-ease, ease);
399
+ transition-duration: var(--tw-duration, 0s);
400
+ transition-duration: var(--ga-duration-instant);
401
+ transition-timing-function: var(--ga-easing-standard);
402
+ &:hover {
403
+ background-color: var(--ga-color-surface-action-hover-2);
404
+ }
405
+ &:focus, &:focus-visible {
406
+ --tw-outline-style: none;
407
+ outline-style: none;
408
+ }
409
+ }
410
+ .ga-side-navigation__recent-item-icon {
411
+ flex-shrink: 0;
412
+ color: var(--ga-color-icon-primary);
413
+ }
414
+ .ga-side-navigation__recent-item-content {
415
+ display: flex;
416
+ min-width: calc(0.25rem * 0);
417
+ flex-direction: column;
418
+ }
419
+ .ga-side-navigation__recent-item-label {
420
+ overflow: hidden;
421
+ text-overflow: ellipsis;
422
+ white-space: nowrap;
423
+ font-size: calc(
424
+ var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
425
+ );
426
+ line-height: var(--tw-leading, calc(
427
+ var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
428
+ ));
429
+ letter-spacing: var(--tw-tracking, calc(
430
+ var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
431
+ ));
432
+ --tw-leading: calc(0.25rem * 6);
433
+ line-height: calc(0.25rem * 6);
434
+ --tw-font-weight: 500;
435
+ font-weight: 500;
436
+ color: var(--ga-color-text-action);
437
+ }
438
+ .ga-side-navigation__recent-item-description {
439
+ overflow: hidden;
440
+ text-overflow: ellipsis;
441
+ white-space: nowrap;
442
+ font-size: calc(
443
+ var(--ga-text-xs-font-size) * var(--ga-base-scaling-factor, 1)
444
+ );
445
+ line-height: var(--tw-leading, calc(
446
+ var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
447
+ ));
448
+ letter-spacing: var(--tw-tracking, calc(
449
+ var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
450
+ ));
451
+ color: var(--ga-color-text-on-disabled);
452
+ }
453
+ .ga-side-navigation__search-results-title {
454
+ padding-inline: calc(0.25rem * 6);
455
+ font-size: calc(
456
+ var(--ga-text-sm-font-size) * var(--ga-base-scaling-factor, 1)
457
+ );
458
+ line-height: var(--tw-leading, calc(
459
+ var(--ga-text-sm-line-height) * var(--ga-base-scaling-factor, 1)
460
+ ));
461
+ letter-spacing: var(--tw-tracking, 0);
462
+ --tw-leading: calc(0.25rem * 6);
463
+ line-height: calc(0.25rem * 6);
464
+ --tw-font-weight: 500;
465
+ font-weight: 500;
466
+ color: var(--ga-color-text-disable-selected);
467
+ }
468
+ .ga-side-navigation__search-results-item {
469
+ position: relative;
470
+ margin-inline: calc(0.25rem * 3);
471
+ display: flex;
472
+ cursor: pointer;
473
+ flex-direction: row;
474
+ align-items: center;
475
+ gap: calc(0.25rem * 3);
476
+ border-radius: var(--ga-radius);
477
+ padding-inline: calc(0.25rem * 3);
478
+ padding-block: calc(0.25rem * 2);
479
+ text-align: left;
480
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
481
+ transition-timing-function: var(--tw-ease, ease);
482
+ transition-duration: var(--tw-duration, 0s);
483
+ transition-duration: var(--ga-duration-instant);
484
+ transition-timing-function: var(--ga-easing-standard);
485
+ &:hover {
486
+ background-color: var(--ga-color-surface-action-hover-2);
487
+ }
488
+ &:focus-visible {
489
+ --tw-outline-style: none;
490
+ outline-style: none;
491
+ &::after {
492
+ position: absolute;
493
+ inset: 3px;
494
+ border-radius: var(--ga-radius);
495
+ border-style: var(--tw-border-style);
496
+ border-width: 2px;
497
+ border-color: var(--ga-color-border-focus);
498
+ --tw-content: '';
499
+ content: var(--tw-content);
500
+ }
501
+ }
502
+ }
503
+ .ga-side-navigation__search-results-item-content {
504
+ display: flex;
505
+ min-width: calc(0.25rem * 0);
506
+ flex: 1;
507
+ flex-direction: column;
508
+ }
509
+ .ga-side-navigation__search-results-item-label {
510
+ overflow: hidden;
511
+ text-overflow: ellipsis;
512
+ white-space: nowrap;
513
+ font-size: calc(
514
+ var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
515
+ );
516
+ line-height: var(--tw-leading, calc(
517
+ var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
518
+ ));
519
+ letter-spacing: var(--tw-tracking, calc(
520
+ var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
521
+ ));
522
+ --tw-leading: calc(0.25rem * 6);
523
+ line-height: calc(0.25rem * 6);
524
+ --tw-font-weight: 500;
525
+ font-weight: 500;
526
+ color: var(--ga-color-text-action);
527
+ }
528
+ .ga-side-navigation__search-results-item-description {
529
+ overflow: hidden;
530
+ text-overflow: ellipsis;
531
+ white-space: nowrap;
532
+ font-size: calc(
533
+ var(--ga-text-xs-font-size) * var(--ga-base-scaling-factor, 1)
534
+ );
535
+ line-height: var(--tw-leading, calc(
536
+ var(--ga-text-xs-line-height) * var(--ga-base-scaling-factor, 1)
537
+ ));
538
+ letter-spacing: var(--tw-tracking, calc(
539
+ var(--ga-text-xs-letter-spacing) * var(--ga-base-scaling-factor, 1)
540
+ ));
541
+ color: var(--ga-color-text-on-disabled);
542
+ }
543
+ .ga-side-navigation__search-results-item-external {
544
+ height: calc(0.25rem * 4);
545
+ width: calc(0.25rem * 4);
546
+ flex-shrink: 0;
547
+ align-self: center;
548
+ color: var(--ga-color-icon-secondary);
549
+ }
550
+ .ga-side-navigation__footer {
551
+ position: relative;
552
+ z-index: 10;
553
+ flex-shrink: 0;
554
+ border-top-style: var(--tw-border-style);
555
+ border-top-width: 1px;
556
+ border-color: var(--ga-color-border-tertiary);
557
+ padding-top: calc(0.25rem * 1);
558
+ }
559
+ .ga-side-navigation__user {
560
+ position: relative;
561
+ display: flex;
562
+ cursor: pointer;
563
+ align-items: center;
564
+ gap: calc(0.25rem * 3);
565
+ border-radius: var(--ga-radius);
566
+ padding-inline: calc(0.25rem * 4);
567
+ padding-block: calc(0.25rem * 3);
568
+ --tw-outline-style: none;
569
+ outline-style: none;
570
+ &:hover {
571
+ background-color: var(--ga-color-surface-action-hover-2);
572
+ }
573
+ &:focus-visible {
574
+ &::after {
575
+ position: absolute;
576
+ inset: 3px;
577
+ border-radius: var(--ga-radius);
578
+ border-style: var(--tw-border-style);
579
+ border-width: 2px;
580
+ border-color: var(--ga-color-border-focus);
581
+ --tw-content: '';
582
+ content: var(--tw-content);
583
+ }
584
+ }
585
+ &.ga-side-navigation__user--active {
586
+ background-color: var(--ga-color-surface-selected);
587
+ }
588
+ }
589
+ .ga-side-navigation__user-avatar {
590
+ height: calc(0.25rem * 10);
591
+ width: calc(0.25rem * 10);
592
+ flex-shrink: 0;
593
+ border-radius: calc(infinity * 1px);
594
+ }
595
+ .ga-side-navigation__user-name {
596
+ flex: 1;
597
+ overflow: hidden;
598
+ text-overflow: ellipsis;
599
+ white-space: nowrap;
600
+ font-size: calc(
601
+ var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
602
+ );
603
+ line-height: var(--tw-leading, calc(
604
+ var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
605
+ ));
606
+ letter-spacing: var(--tw-tracking, calc(
607
+ var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
608
+ ));
609
+ --tw-font-weight: 500;
610
+ font-weight: 500;
611
+ color: var(--ga-color-text-body);
612
+ }
613
+ .ga-side-navigation__user-action {
614
+ display: flex;
615
+ flex-shrink: 0;
616
+ cursor: pointer;
617
+ align-items: center;
618
+ color: var(--ga-color-icon-secondary);
619
+ &:hover {
620
+ color: var(--ga-color-icon-action);
621
+ }
622
+ }
623
+ .ga-side-navigation__footer-dropdown {
624
+ position: absolute;
625
+ right: calc(0.25rem * 0);
626
+ bottom: 100%;
627
+ left: calc(0.25rem * 0);
628
+ z-index: 10;
629
+ display: flex;
630
+ max-height: calc(0.25rem * 80);
631
+ flex-direction: column;
632
+ overflow-y: auto;
633
+ border-radius: var(--ga-radius);
634
+ background-color: var(--ga-color-surface-primary);
635
+ padding: calc(0.25rem * 3);
636
+ --tw-shadow: var(--ga-shadow-south);
637
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
638
+ }
639
+ .ga-side-navigation__footer-dropdown-item {
640
+ position: relative;
641
+ display: flex;
642
+ cursor: pointer;
643
+ align-items: center;
644
+ gap: calc(0.25rem * 3);
645
+ border-radius: var(--ga-radius);
646
+ padding-block: calc(0.25rem * 3);
647
+ padding-right: calc(0.25rem * 2);
648
+ padding-left: calc(0.25rem * 4);
649
+ text-align: left;
650
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
651
+ transition-timing-function: var(--tw-ease, ease);
652
+ transition-duration: var(--tw-duration, 0s);
653
+ transition-duration: var(--ga-duration-instant);
654
+ transition-timing-function: var(--ga-easing-standard);
655
+ &:hover {
656
+ background-color: var(--ga-color-surface-action-hover-2);
657
+ }
658
+ &:focus-visible {
659
+ --tw-outline-style: none;
660
+ outline-style: none;
661
+ &::after {
662
+ position: absolute;
663
+ inset: 3px;
664
+ border-radius: var(--ga-radius);
665
+ border-style: var(--tw-border-style);
666
+ border-width: 2px;
667
+ border-color: var(--ga-color-border-focus);
668
+ --tw-content: '';
669
+ content: var(--tw-content);
670
+ }
671
+ }
672
+ &:active {
673
+ .ga-side-navigation__footer-dropdown-title {
674
+ --tw-font-weight: 600;
675
+ font-weight: 600;
676
+ }
677
+ }
678
+ &.ga-side-navigation__footer-dropdown-item--disabled {
679
+ cursor: not-allowed;
680
+ &:hover {
681
+ background-color: transparent;
682
+ }
683
+ .ga-side-navigation__footer-dropdown-icon {
684
+ color: var(--ga-color-icon-disabled);
685
+ }
686
+ .ga-side-navigation__footer-dropdown-title {
687
+ color: var(--ga-color-text-disabled);
688
+ }
689
+ }
690
+ }
691
+ .ga-side-navigation__footer-dropdown-icon {
692
+ height: calc(0.25rem * 4);
693
+ width: calc(0.25rem * 4);
694
+ flex-shrink: 0;
695
+ color: var(--ga-color-icon-primary);
696
+ }
697
+ .ga-side-navigation__footer-dropdown-title {
698
+ min-width: calc(0.25rem * 0);
699
+ flex: 1;
700
+ overflow: hidden;
701
+ text-overflow: ellipsis;
702
+ white-space: nowrap;
703
+ text-align: left;
704
+ font-size: calc(
705
+ var(--ga-text-md-font-size) * var(--ga-base-scaling-factor, 1)
706
+ );
707
+ line-height: var(--tw-leading, calc(
708
+ var(--ga-text-md-line-height) * var(--ga-base-scaling-factor, 1)
709
+ ));
710
+ letter-spacing: var(--tw-tracking, calc(
711
+ var(--ga-text-md-letter-spacing) * var(--ga-base-scaling-factor, 1)
712
+ ));
713
+ --tw-font-weight: 500;
714
+ font-weight: 500;
715
+ color: var(--ga-color-text-action);
716
+ }
717
+ }
718
+ @property --tw-shadow {
719
+ syntax: "*";
720
+ inherits: false;
721
+ initial-value: 0 0 #0000;
722
+ }
723
+ @property --tw-shadow-color {
724
+ syntax: "*";
725
+ inherits: false;
726
+ }
727
+ @property --tw-shadow-alpha {
728
+ syntax: "<percentage>";
729
+ inherits: false;
730
+ initial-value: 100%;
731
+ }
732
+ @property --tw-inset-shadow {
733
+ syntax: "*";
734
+ inherits: false;
735
+ initial-value: 0 0 #0000;
736
+ }
737
+ @property --tw-inset-shadow-color {
738
+ syntax: "*";
739
+ inherits: false;
740
+ }
741
+ @property --tw-inset-shadow-alpha {
742
+ syntax: "<percentage>";
743
+ inherits: false;
744
+ initial-value: 100%;
745
+ }
746
+ @property --tw-ring-color {
747
+ syntax: "*";
748
+ inherits: false;
749
+ }
750
+ @property --tw-ring-shadow {
751
+ syntax: "*";
752
+ inherits: false;
753
+ initial-value: 0 0 #0000;
754
+ }
755
+ @property --tw-inset-ring-color {
756
+ syntax: "*";
757
+ inherits: false;
758
+ }
759
+ @property --tw-inset-ring-shadow {
760
+ syntax: "*";
761
+ inherits: false;
762
+ initial-value: 0 0 #0000;
763
+ }
764
+ @property --tw-ring-inset {
765
+ syntax: "*";
766
+ inherits: false;
767
+ }
768
+ @property --tw-ring-offset-width {
769
+ syntax: "<length>";
770
+ inherits: false;
771
+ initial-value: 0px;
772
+ }
773
+ @property --tw-ring-offset-color {
774
+ syntax: "*";
775
+ inherits: false;
776
+ initial-value: #fff;
777
+ }
778
+ @property --tw-ring-offset-shadow {
779
+ syntax: "*";
780
+ inherits: false;
781
+ initial-value: 0 0 #0000;
782
+ }
783
+ @property --tw-border-style {
784
+ syntax: "*";
785
+ inherits: false;
786
+ initial-value: solid;
787
+ }
788
+ @property --tw-content {
789
+ syntax: "*";
790
+ inherits: false;
791
+ initial-value: "";
792
+ }
793
+ @property --tw-font-weight {
794
+ syntax: "*";
795
+ inherits: false;
796
+ }
797
+ @property --tw-translate-x {
798
+ syntax: "*";
799
+ inherits: false;
800
+ initial-value: 0;
801
+ }
802
+ @property --tw-translate-y {
803
+ syntax: "*";
804
+ inherits: false;
805
+ initial-value: 0;
806
+ }
807
+ @property --tw-translate-z {
808
+ syntax: "*";
809
+ inherits: false;
810
+ initial-value: 0;
811
+ }
812
+ @property --tw-leading {
813
+ syntax: "*";
814
+ inherits: false;
815
+ }
816
+ @layer properties {
817
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
818
+ *, ::before, ::after, ::backdrop {
819
+ --tw-shadow: 0 0 #0000;
820
+ --tw-shadow-color: initial;
821
+ --tw-shadow-alpha: 100%;
822
+ --tw-inset-shadow: 0 0 #0000;
823
+ --tw-inset-shadow-color: initial;
824
+ --tw-inset-shadow-alpha: 100%;
825
+ --tw-ring-color: initial;
826
+ --tw-ring-shadow: 0 0 #0000;
827
+ --tw-inset-ring-color: initial;
828
+ --tw-inset-ring-shadow: 0 0 #0000;
829
+ --tw-ring-inset: initial;
830
+ --tw-ring-offset-width: 0px;
831
+ --tw-ring-offset-color: #fff;
832
+ --tw-ring-offset-shadow: 0 0 #0000;
833
+ --tw-border-style: solid;
834
+ --tw-content: "";
835
+ --tw-font-weight: initial;
836
+ --tw-translate-x: 0;
837
+ --tw-translate-y: 0;
838
+ --tw-translate-z: 0;
839
+ --tw-leading: initial;
840
+ }
841
+ }
842
+ }