@solcre-org/core-ui 2.15.34 → 2.15.36

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.
@@ -59,20 +59,6 @@
59
59
  display: none;
60
60
  }
61
61
 
62
- /* TODO: User menu - Take this outside the scrollable and leave it pos.fixed */
63
-
64
- .c-main-nav__user {
65
- /* Temp */
66
- width: 2.8rem;
67
- height: 2.8rem;
68
- background-color: white;
69
- opacity: 0.5;
70
- border-radius: 50%;
71
- margin-left: calc(var(--_left-col-w) / 4);
72
- margin-bottom: 1.2rem;
73
- }
74
-
75
-
76
62
 
77
63
  /* ********************** MOBILE & TABLET ********************** */
78
64
 
@@ -17,6 +17,27 @@
17
17
  font-size: var(--_fz);
18
18
  font-weight: var(--_fw);
19
19
  }
20
+
21
+ .c-mn-user{
22
+ padding-inline: calc(var(--_left-col-w)/2 - 1rem);
23
+ font-size: var(--fz-200);
24
+ font-weight: 500;
25
+ margin-top: var(--_gap-y);
26
+ }
27
+
28
+ .c-mn-user__welcome{
29
+ font-size: 0.9em;
30
+ opacity: .8;
31
+ }
32
+
33
+ .c-mn-user__name{
34
+ font-weight: 700;
35
+ display: block;
36
+ white-space: nowrap;
37
+ overflow: hidden;
38
+ text-overflow: ellipsis;
39
+ }
40
+
20
41
  .c-mn-nav__list{
21
42
  display: grid;
22
43
  gap: var(--_gap);
@@ -286,7 +307,7 @@ button:is(.c-mn-nav__link, .c-mn-nav__sublink){
286
307
 
287
308
  @media (hover: hover) {
288
309
 
289
- :is(.c-mn-nav__link, .c-mn-nav__sublink):hover{
310
+ :is(.c-mn-nav__link, .c-mn-nav__sublink):not(:disabled):hover{
290
311
  color: hsl( var(--_color-alt-hsl) );
291
312
  }
292
313
  :is(.c-mn-nav__link, .c-mn-nav__sublink):active{
@@ -18,6 +18,7 @@
18
18
  font-size: var(--_fz);
19
19
  font-weight: var(--_fw);
20
20
  letter-spacing: 0.05em;
21
+ text-align: left;
21
22
  line-height: 1.2;
22
23
  color: hsl(var(--_color-main-hsl) / 40%);
23
24
  }