@axos-web-dev/shared-components 1.0.100-dev.4 → 1.0.100-dev.6

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.
@@ -1,191 +1,191 @@
1
- ._overlay_1s2qa_1 {
2
- position: fixed;
3
- inset: 0;
4
- height: 100vh;
5
- background: rgba(0, 0, 0, 0.6);
6
- z-index: 10000;
7
- }
8
-
9
- ._drawer_1s2qa_9 {
10
- background: #fff;
11
- border-radius: 0 0 0 1rem;
12
- box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
13
- max-height: 100vh;
14
- max-width: 500px;
15
- overflow: hidden auto;
16
- position: fixed;
17
- right: 0px;
18
- top: 0;
19
- width: 85%;
20
- scrollbar-width: none;
21
- -ms-overflow-style: none;
22
- z-index: 10001;
23
- }
24
-
25
- ._drawer_1s2qa_9::-webkit-scrollbar {
26
- display: none;
27
- }
28
-
29
- ._hamburger_1s2qa_29 {
30
- background: transparent;
31
- border: none;
32
- cursor: pointer;
33
- transition: opacity 0.3s ease;
34
- }
35
-
36
- ._hamburger_1s2qa_29:hover {
37
- opacity: 0.8;
38
- }
39
-
40
- ._header_1s2qa_40 {
41
- display: flex;
42
- align-items: center;
43
- background: #f4f4f4;
44
- justify-content: space-between;
45
- padding: 0.9rem 1.2rem 0.9rem 1rem;
46
- position: sticky;
47
- top: 0;
48
- z-index: 1;
49
- }
50
-
51
- ._back_1s2qa_51 {
52
- background: none;
53
- border: none;
54
- color: var(--_1073cm86);
55
- cursor: pointer;
56
- font-size: 1rem;
57
- font-weight: 700;
58
- line-height: 1;
59
- padding: 0;
60
- }
61
-
62
- ._close_1s2qa_62 {
63
- background: none;
64
- border: none;
65
- cursor: pointer;
66
- font-size: 1.3rem;
67
- }
68
-
69
- ._levelContainer_1s2qa_69 {
70
- height: 100%;
71
- position: relative;
72
- }
73
-
74
- ._level_1s2qa_69 {
75
- background: var(--_1073cm86);
76
- color: var(--_1073cm85);
77
- font-size: 0.9rem;
78
- padding: 14px 1.2rem;
79
- position: sticky;
80
- top: 54.78px;
81
- width: 100%;
82
- z-index: 1;
83
- }
84
-
85
- ._levelTitle_1s2qa_85 {
86
- font: 700 0.9rem / 1.39 var(--main-font-family);
87
- letter-spacing: 0.4px;
88
- }
89
-
90
- ._menu_1s2qa_90 {
91
- background-color: transparent;
92
- list-style: none;
93
- margin: 0;
94
- min-height: 100%;
95
- padding: 0 1.2rem;
96
- position: relative;
97
- }
98
-
99
- ._menu_1s2qa_90 li {
100
- color: var(--_1073cm83);
101
- font-family: var(--header-font-family);
102
- font-weight: 500;
103
- border-top: 1px solid #e9e9e9;
104
- }
105
-
106
- ._menu_1s2qa_90 li + li {
107
- margin-top: 0.5rem;
108
- }
109
-
110
- ._menuItem_1s2qa_110 {
111
- display: flex;
112
- align-items: center;
113
- background: none;
114
- border: none;
115
- color: inherit;
116
- cursor: pointer;
117
- font-size: 1rem;
118
- justify-content: space-between;
119
- padding: 0.75rem 0;
120
- text-align: left;
121
- text-decoration: none;
122
- transition: background 0.2s ease;
123
- width: 100%;
124
- }
125
-
126
- ._chevron_1s2qa_126 {
127
- font-size: 1.2rem;
128
- margin-left: auto;
129
- }
130
-
131
- ._chevronIcon_1s2qa_131 {
132
- height: auto;
133
- margin-right: 10px;
134
- max-width: 8px;
135
- }
136
-
137
- body:has(._drawer_1s2qa_9) {
138
- overflow-y: hidden;
139
- position: relative;
140
- }
141
-
142
- ._quickLinks_1s2qa_142 {
143
- background-color: #f4f4f4;
144
- bottom: 0;
145
- box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
146
- gap: 8px;
147
- margin-top: 9px;
148
- padding: 1rem;
149
- position: sticky;
150
- }
151
-
152
- ._quickLink_1s2qa_142 {
153
- display: flex;
154
- align-items: center;
155
- color: var(--_1073cm86);
156
- flex-direction: column;
157
- flex: 1 1 0%;
158
- font-size: 0.8rem;
159
- font-weight: 600;
160
- gap: 8px;
161
- line-height: 1.5;
162
- text-decoration: none;
163
- text-transform: uppercase;
164
- }
165
-
166
- ._sr_only_1s2qa_166 {
167
- position: absolute;
168
- border: 0;
169
- clip: rect(0, 0, 0, 0);
170
- height: 1px;
171
- margin: -1px;
172
- overflow: hidden;
173
- padding: 0;
174
- white-space: nowrap;
175
- width: 1px;
176
- }
177
-
178
- @media (max-width: 540px) {
179
- ._drawer_1s2qa_9 {
180
- border-radius: 0;
181
- max-width: none;
182
- width: 100%;
183
- }
184
- ._menu_1s2qa_90 li + li {
185
- margin-top: 3px;
186
- }
187
- ._menuItem_1s2qa_110 {
188
- font-size: 0.9rem;
189
- padding: 0.65rem 0;
190
- }
191
- }
1
+ ._overlay_1rjre_1 {
2
+ position: fixed;
3
+ inset: 0;
4
+ height: 100vh;
5
+ background: rgba(0, 0, 0, 0.6);
6
+ z-index: 10000;
7
+ }
8
+
9
+ ._drawer_1rjre_17 {
10
+ background: #fff;
11
+ border-radius: 0 0 0 1rem;
12
+ box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
13
+ max-height: 100vh;
14
+ max-width: 500px;
15
+ overflow: hidden auto;
16
+ position: fixed;
17
+ right: 0px;
18
+ top: 0;
19
+ width: 85%;
20
+ scrollbar-width: none;
21
+ -ms-overflow-style: none;
22
+ z-index: 10001;
23
+ }
24
+
25
+ ._drawer_1rjre_17::-webkit-scrollbar {
26
+ display: none;
27
+ }
28
+
29
+ ._hamburger_1rjre_57 {
30
+ background: transparent;
31
+ border: none;
32
+ cursor: pointer;
33
+ transition: opacity 0.3s ease;
34
+ }
35
+
36
+ ._hamburger_1rjre_57:hover {
37
+ opacity: 0.8;
38
+ }
39
+
40
+ ._header_1rjre_79 {
41
+ display: flex;
42
+ align-items: center;
43
+ background: #f4f4f4;
44
+ justify-content: space-between;
45
+ padding: 0.9rem 1.2rem 0.9rem 1rem;
46
+ position: sticky;
47
+ top: 0;
48
+ z-index: 1;
49
+ }
50
+
51
+ ._back_1rjre_101 {
52
+ background: none;
53
+ border: none;
54
+ color: var(--_1073cm86);
55
+ cursor: pointer;
56
+ font-size: 1rem;
57
+ font-weight: 700;
58
+ line-height: 1;
59
+ padding: 0;
60
+ }
61
+
62
+ ._close_1rjre_123 {
63
+ background: none;
64
+ border: none;
65
+ cursor: pointer;
66
+ font-size: 1.3rem;
67
+ }
68
+
69
+ ._levelContainer_1rjre_137 {
70
+ height: 100%;
71
+ position: relative;
72
+ }
73
+
74
+ ._level_1rjre_137 {
75
+ background: var(--_1073cm86);
76
+ color: var(--_1073cm85);
77
+ font-size: 0.9rem;
78
+ padding: 14px 1.2rem;
79
+ position: sticky;
80
+ top: 54.78px;
81
+ width: 100%;
82
+ z-index: 1;
83
+ }
84
+
85
+ ._levelTitle_1rjre_169 {
86
+ font: 700 0.9rem / 1.39 var(--main-font-family);
87
+ letter-spacing: 0.4px;
88
+ }
89
+
90
+ ._menu_1rjre_179 {
91
+ background-color: transparent;
92
+ list-style: none;
93
+ margin: 0;
94
+ min-height: 100%;
95
+ padding: 0 1.2rem;
96
+ position: relative;
97
+ }
98
+
99
+ ._menu_1rjre_179 li {
100
+ color: var(--_1073cm83);
101
+ font-family: var(--header-font-family);
102
+ font-weight: 500;
103
+ border-top: 1px solid #e9e9e9;
104
+ }
105
+
106
+ ._menu_1rjre_179 li + li {
107
+ margin-top: 0.5rem;
108
+ }
109
+
110
+ ._menuItem_1rjre_219 {
111
+ display: flex;
112
+ align-items: center;
113
+ background: none;
114
+ border: none;
115
+ color: inherit;
116
+ cursor: pointer;
117
+ font-size: 1rem;
118
+ justify-content: space-between;
119
+ padding: 0.75rem 0;
120
+ text-align: left;
121
+ text-decoration: none;
122
+ transition: background 0.2s ease;
123
+ width: 100%;
124
+ }
125
+
126
+ ._chevron_1rjre_251 {
127
+ font-size: 1.2rem;
128
+ margin-left: auto;
129
+ }
130
+
131
+ ._chevronIcon_1rjre_261 {
132
+ height: auto;
133
+ margin-right: 10px;
134
+ max-width: 8px;
135
+ }
136
+
137
+ body:has(._drawer_1rjre_17) {
138
+ overflow-y: hidden;
139
+ position: relative;
140
+ }
141
+
142
+ ._quickLinks_1rjre_283 {
143
+ background-color: #f4f4f4;
144
+ bottom: 0;
145
+ box-shadow: 0 15px 10px -20px rgba(0, 0, 0, 0.45) inset;
146
+ gap: 8px;
147
+ margin-top: 9px;
148
+ padding: 1rem;
149
+ position: sticky;
150
+ }
151
+
152
+ ._quickLink_1rjre_283 {
153
+ display: flex;
154
+ align-items: center;
155
+ color: var(--_1073cm86);
156
+ flex-direction: column;
157
+ flex: 1 1 0%;
158
+ font-size: 0.8rem;
159
+ font-weight: 600;
160
+ gap: 8px;
161
+ line-height: 1.5;
162
+ text-decoration: none;
163
+ text-transform: uppercase;
164
+ }
165
+
166
+ ._sr_only_1rjre_331 {
167
+ position: absolute;
168
+ border: 0;
169
+ clip: rect(0, 0, 0, 0);
170
+ height: 1px;
171
+ margin: -1px;
172
+ overflow: hidden;
173
+ padding: 0;
174
+ white-space: nowrap;
175
+ width: 1px;
176
+ }
177
+
178
+ @media (max-width: 540px) {
179
+ ._drawer_1rjre_17 {
180
+ border-radius: 0;
181
+ max-width: none;
182
+ width: 100%;
183
+ }
184
+ ._menu_1rjre_179 li + li {
185
+ margin-top: 3px;
186
+ }
187
+ ._menuItem_1rjre_219 {
188
+ font-size: 0.9rem;
189
+ padding: 0.65rem 0;
190
+ }
191
+ }