@clayui/css 3.161.0 → 3.163.0
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/lib/css/atlas.css +136 -6
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +134 -5
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +74 -7
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/arrow-key-down.svg +9 -0
- package/lib/images/icons/arrow-key-left.svg +9 -0
- package/lib/images/icons/arrow-key-right.svg +9 -0
- package/lib/images/icons/arrow-key-up.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +1 -1
- package/src/images/icons/arrow-key-down.svg +9 -0
- package/src/images/icons/arrow-key-left.svg +9 -0
- package/src/images/icons/arrow-key-right.svg +9 -0
- package/src/images/icons/arrow-key-up.svg +9 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/scss/_components.scss +2 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_forms.scss +3 -1
- package/src/scss/atlas/variables/_reorder.scss +1 -1
- package/src/scss/atlas-custom-properties/_variables.scss +0 -2
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +928 -935
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +54 -56
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +25 -27
- package/src/scss/atlas-custom-properties/variables/_badges.scss +298 -309
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +175 -187
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1164 -1220
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -353
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1009 -1014
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +560 -590
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +766 -797
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +532 -614
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -252
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1052 -1073
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +65 -68
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +90 -92
- package/src/scss/atlas-custom-properties/variables/_forms.scss +1918 -1955
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +27 -29
- package/src/scss/atlas-custom-properties/variables/_globals.scss +799 -801
- package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -73
- package/src/scss/atlas-custom-properties/variables/_images.scss +8 -13
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1091 -1202
- package/src/scss/atlas-custom-properties/variables/_links.scss +394 -410
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +455 -460
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +187 -204
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +135 -137
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +605 -663
- package/src/scss/atlas-custom-properties/variables/_modals.scss +582 -587
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +342 -312
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +170 -172
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +337 -361
- package/src/scss/atlas-custom-properties/variables/_navs.scss +501 -495
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +851 -888
- package/src/scss/atlas-custom-properties/variables/_panels.scss +467 -480
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +483 -515
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +146 -139
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +24 -23
- package/src/scss/atlas-custom-properties/variables/_range.scss +215 -220
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +82 -82
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +27 -16
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +275 -275
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -4
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +413 -445
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +300 -310
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +551 -553
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1094 -1079
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +491 -557
- package/src/scss/atlas-custom-properties/variables/_time.scss +121 -130
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -43
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +562 -566
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +295 -306
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +276 -278
- package/src/scss/atlas-custom-properties/variables/_type.scss +186 -185
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +705 -788
- package/src/scss/atlas-variables.scss +0 -2
- package/src/scss/atlas.scss +0 -2
- package/src/scss/base-variables.scss +0 -2
- package/src/scss/base.scss +0 -2
- package/src/scss/cadmin/components/_focus-ring.scss +74 -0
- package/src/scss/cadmin/components/_forms.scss +2 -0
- package/src/scss/cadmin/components/_menubar.scss +8 -0
- package/src/scss/cadmin/components/_resizer.scss +19 -4
- package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
- package/src/scss/cadmin/variables/_forms.scss +3 -1
- package/src/scss/cadmin/variables/_reorder.scss +1 -0
- package/src/scss/cadmin/variables/_resizer.scss +16 -3
- package/src/scss/cadmin.scss +1 -0
- package/src/scss/components/_focus-ring.scss +64 -0
- package/src/scss/components/_forms.scss +2 -0
- package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
- package/src/scss/components/_menubar.scss +8 -0
- package/src/scss/components/_resizer.scss +15 -4
- package/src/scss/functions/_lx-icons-generated.scss +8 -0
- package/src/scss/variables/_breadcrumbs.scss +4 -2
- package/src/scss/variables/_forms.scss +2 -0
- package/src/scss/variables/_resizer.scss +16 -3
|
@@ -1,836 +1,778 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
(
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
),
|
|
1
|
+
$menubar-primary: () !default;
|
|
2
|
+
$menubar-primary: map-deep-merge(
|
|
3
|
+
(
|
|
4
|
+
nav-item: (
|
|
5
|
+
position: relative,
|
|
6
|
+
),
|
|
8
7
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
nav-link: (
|
|
9
|
+
border-radius: var(--menubar-primary-nav-link-border-radius, 0),
|
|
10
|
+
color: var(--menubar-primary-nav-link-color, $gray-900),
|
|
11
|
+
line-height: var(--menubar-primary-nav-link-line-height, 24px),
|
|
12
|
+
overflow: var(--menubar-primary-nav-link-overflow, visible),
|
|
13
|
+
padding: var(--menubar-primary-nav-link-padding, 10px 16px),
|
|
14
|
+
transition:
|
|
15
|
+
var(
|
|
16
|
+
--menubar-primary-nav-link-transition,
|
|
17
|
+
#{color 0.15s ease-in-out,
|
|
18
|
+
background-color 0.15s ease-in-out,
|
|
19
|
+
border-color 0.15s ease-in-out,
|
|
20
|
+
box-shadow 0.15s ease-in-out}
|
|
21
|
+
),
|
|
22
|
+
before: (
|
|
23
|
+
bottom: var(--menubar-primary-nav-link-highlight-bottom, 0),
|
|
24
|
+
content: var(--menubar-primary-nav-link-highlight-content, ''),
|
|
25
|
+
display:
|
|
26
|
+
var(--menubar-primary-nav-link-highlight-display, block),
|
|
27
|
+
left: var(--menubar-primary-nav-link-highlight-left, 0),
|
|
28
|
+
position:
|
|
29
|
+
var(--menubar-primary-nav-link-highlight-position, absolute),
|
|
30
|
+
right: var(--menubar-primary-nav-link-highlight-right, auto),
|
|
31
|
+
top: var(--menubar-primary-nav-link-highlight-top, 0),
|
|
15
32
|
transition:
|
|
16
33
|
var(
|
|
17
|
-
--menubar-primary-nav-link-transition,
|
|
18
|
-
|
|
19
|
-
background-color 0.15s ease-in-out,
|
|
20
|
-
border-color 0.15s ease-in-out,
|
|
21
|
-
box-shadow 0.15s ease-in-out}
|
|
34
|
+
--menubar-primary-nav-link-highlight-transition,
|
|
35
|
+
$transition-base
|
|
22
36
|
),
|
|
37
|
+
),
|
|
38
|
+
|
|
39
|
+
hover: (
|
|
40
|
+
background-color:
|
|
41
|
+
var(
|
|
42
|
+
--menubar-primary-nav-link-hover-background-color,
|
|
43
|
+
$primary-l3
|
|
44
|
+
),
|
|
45
|
+
color: var(--menubar-primary-nav-link-hover-color, $gray-900),
|
|
46
|
+
letter-spacing:
|
|
47
|
+
var(--menubar-primary-nav-link-hover-letter-spacing, 0),
|
|
23
48
|
before: (
|
|
24
|
-
|
|
25
|
-
content:
|
|
26
|
-
var(--menubar-primary-nav-link-highlight-content, ''),
|
|
27
|
-
display:
|
|
49
|
+
background-color:
|
|
28
50
|
var(
|
|
29
|
-
--menubar-primary-nav-link-highlight-
|
|
30
|
-
|
|
51
|
+
--menubar-primary-nav-link-hover-highlight-background-color,
|
|
52
|
+
$secondary-l0
|
|
31
53
|
),
|
|
32
|
-
|
|
33
|
-
position:
|
|
54
|
+
height:
|
|
34
55
|
var(
|
|
35
|
-
--menubar-primary-nav-link-highlight-
|
|
36
|
-
|
|
56
|
+
--menubar-primary-nav-link-hover-highlight-height,
|
|
57
|
+
auto
|
|
37
58
|
),
|
|
38
|
-
|
|
39
|
-
var(--menubar-primary-nav-link-highlight-right, auto),
|
|
40
|
-
top: var(--menubar-primary-nav-link-highlight-top, 0),
|
|
41
|
-
transition:
|
|
59
|
+
width:
|
|
42
60
|
var(
|
|
43
|
-
--menubar-primary-nav-link-highlight-
|
|
44
|
-
|
|
61
|
+
--menubar-primary-nav-link-hover-highlight-width,
|
|
62
|
+
0.125rem
|
|
45
63
|
),
|
|
46
64
|
),
|
|
65
|
+
),
|
|
47
66
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
),
|
|
54
|
-
color:
|
|
55
|
-
var(--menubar-primary-nav-link-hover-color, $gray-900),
|
|
56
|
-
letter-spacing:
|
|
57
|
-
var(--menubar-primary-nav-link-hover-letter-spacing, 0),
|
|
58
|
-
before: (
|
|
59
|
-
background-color:
|
|
60
|
-
var(
|
|
61
|
-
--menubar-primary-nav-link-hover-highlight-background-color,
|
|
62
|
-
$secondary-l0
|
|
63
|
-
),
|
|
64
|
-
height:
|
|
65
|
-
var(
|
|
66
|
-
--menubar-primary-nav-link-hover-highlight-height,
|
|
67
|
-
auto
|
|
68
|
-
),
|
|
69
|
-
width:
|
|
70
|
-
var(
|
|
71
|
-
--menubar-primary-nav-link-hover-highlight-width,
|
|
72
|
-
0.125rem
|
|
73
|
-
),
|
|
67
|
+
focus: (
|
|
68
|
+
background-color:
|
|
69
|
+
var(
|
|
70
|
+
--menubar-primary-nav-link-focus-background-color,
|
|
71
|
+
transparent
|
|
74
72
|
),
|
|
75
|
-
|
|
73
|
+
box-shadow: none,
|
|
74
|
+
color: var(--menubar-primary-nav-link-focus-color, $gray-900),
|
|
75
|
+
outline: 0,
|
|
76
76
|
|
|
77
|
-
|
|
78
|
-
|
|
77
|
+
after: (
|
|
78
|
+
bottom: 0,
|
|
79
|
+
box-shadow:
|
|
79
80
|
var(
|
|
80
|
-
--menubar-primary-nav-link-focus-
|
|
81
|
-
|
|
81
|
+
--menubar-primary-nav-link-focus-box-shadow,
|
|
82
|
+
$component-focus-inset-box-shadow
|
|
82
83
|
),
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
box-shadow:
|
|
91
|
-
var(
|
|
92
|
-
--menubar-primary-nav-link-focus-box-shadow,
|
|
93
|
-
$component-focus-inset-box-shadow
|
|
94
|
-
),
|
|
95
|
-
content: '',
|
|
96
|
-
display: block,
|
|
97
|
-
left: 0,
|
|
98
|
-
pointer-events: none,
|
|
99
|
-
position: absolute,
|
|
100
|
-
right: 0,
|
|
101
|
-
top: 0,
|
|
102
|
-
),
|
|
84
|
+
content: '',
|
|
85
|
+
display: block,
|
|
86
|
+
left: 0,
|
|
87
|
+
pointer-events: none,
|
|
88
|
+
position: absolute,
|
|
89
|
+
right: 0,
|
|
90
|
+
top: 0,
|
|
103
91
|
),
|
|
92
|
+
),
|
|
104
93
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
),
|
|
111
|
-
color:
|
|
112
|
-
var(
|
|
113
|
-
--menubar-primary-nav-link-active-class-color,
|
|
114
|
-
$gray-900
|
|
115
|
-
),
|
|
116
|
-
font-weight:
|
|
117
|
-
var(
|
|
118
|
-
--menubar-primary-nav-link-active-class-font-weight,
|
|
119
|
-
$font-weight-semi-bold
|
|
120
|
-
),
|
|
121
|
-
before: (
|
|
122
|
-
background-color:
|
|
123
|
-
var(
|
|
124
|
-
--menubar-primary-nav-link-active-class-highlight-background-color,
|
|
125
|
-
$primary
|
|
126
|
-
),
|
|
127
|
-
height:
|
|
128
|
-
var(
|
|
129
|
-
--menubar-primary-nav-link-active-class-highlight-height,
|
|
130
|
-
auto
|
|
131
|
-
),
|
|
132
|
-
width:
|
|
133
|
-
var(
|
|
134
|
-
--menubar-primary-nav-link-active-class-highlight-width,
|
|
135
|
-
0.375rem
|
|
136
|
-
),
|
|
94
|
+
active-class: (
|
|
95
|
+
background-color:
|
|
96
|
+
var(
|
|
97
|
+
--menubar-primary-nav-link-active-class-background-color,
|
|
98
|
+
$primary-l3
|
|
137
99
|
),
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
),
|
|
100
|
+
color:
|
|
101
|
+
var(
|
|
102
|
+
--menubar-primary-nav-link-active-class-color,
|
|
103
|
+
$gray-900
|
|
143
104
|
),
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
105
|
+
font-weight:
|
|
106
|
+
var(
|
|
107
|
+
--menubar-primary-nav-link-active-class-font-weight,
|
|
108
|
+
$font-weight-semi-bold
|
|
109
|
+
),
|
|
110
|
+
before: (
|
|
147
111
|
background-color:
|
|
148
112
|
var(
|
|
149
|
-
--menubar-primary-nav-link-
|
|
150
|
-
|
|
113
|
+
--menubar-primary-nav-link-active-class-highlight-background-color,
|
|
114
|
+
$primary
|
|
151
115
|
),
|
|
152
|
-
|
|
116
|
+
height:
|
|
153
117
|
var(
|
|
154
|
-
--menubar-primary-nav-link-
|
|
155
|
-
|
|
118
|
+
--menubar-primary-nav-link-active-class-highlight-height,
|
|
119
|
+
auto
|
|
156
120
|
),
|
|
157
|
-
|
|
121
|
+
width:
|
|
158
122
|
var(
|
|
159
|
-
--menubar-primary-nav-link-
|
|
160
|
-
|
|
123
|
+
--menubar-primary-nav-link-active-class-highlight-width,
|
|
124
|
+
0.375rem
|
|
161
125
|
),
|
|
126
|
+
),
|
|
127
|
+
|
|
128
|
+
focus: (
|
|
162
129
|
before: (
|
|
163
|
-
|
|
130
|
+
display: none,
|
|
164
131
|
),
|
|
132
|
+
),
|
|
133
|
+
),
|
|
165
134
|
|
|
166
|
-
|
|
167
|
-
|
|
135
|
+
disabled: (
|
|
136
|
+
background-color:
|
|
137
|
+
var(
|
|
138
|
+
--menubar-primary-nav-link-disabled-background-color,
|
|
139
|
+
transparent
|
|
140
|
+
),
|
|
141
|
+
box-shadow:
|
|
142
|
+
var(--menubar-primary-nav-link-disabled-box-shadow, none),
|
|
143
|
+
font-weight:
|
|
144
|
+
var(
|
|
145
|
+
--menubar-primary-nav-link-disabled-font-weight,
|
|
146
|
+
$font-weight-normal
|
|
168
147
|
),
|
|
148
|
+
before: (
|
|
149
|
+
content: none,
|
|
150
|
+
),
|
|
151
|
+
|
|
152
|
+
after: (
|
|
153
|
+
content: none,
|
|
169
154
|
),
|
|
155
|
+
),
|
|
170
156
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
157
|
+
show: (
|
|
158
|
+
background-color: c-unset,
|
|
159
|
+
box-shadow: c-unset,
|
|
160
|
+
color: $gray-900,
|
|
161
|
+
|
|
162
|
+
before: (
|
|
163
|
+
background-color: transparent,
|
|
164
|
+
width: 0,
|
|
165
|
+
),
|
|
175
166
|
|
|
167
|
+
hover: (
|
|
176
168
|
before: (
|
|
177
|
-
background-color:
|
|
178
|
-
width: 0,
|
|
169
|
+
background-color: $secondary-l0,
|
|
170
|
+
width: 0.125rem,
|
|
179
171
|
),
|
|
172
|
+
),
|
|
173
|
+
),
|
|
180
174
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
175
|
+
autofit-row: (
|
|
176
|
+
align-items: center,
|
|
177
|
+
margin-left:
|
|
178
|
+
var(--menubar-primary-autofit-row-margin-left, -0.25rem),
|
|
179
|
+
margin-right:
|
|
180
|
+
var(--menubar-primary-autofit-row-margin-right, -0.25rem),
|
|
181
|
+
autofit-col: (
|
|
182
|
+
padding-left:
|
|
183
|
+
var(--menubar-primary-autofit-col-padding-left, 0.25rem),
|
|
184
|
+
padding-right:
|
|
185
|
+
var(
|
|
186
|
+
--menubar-primary-autofit-col-padding-right,
|
|
187
|
+
0.25rem
|
|
185
188
|
),
|
|
186
|
-
),
|
|
187
189
|
),
|
|
190
|
+
),
|
|
188
191
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
+
collapse-icon: (
|
|
193
|
+
font-size:
|
|
194
|
+
var(--menubar-primary-collapse-icon-font-size, 0.75rem),
|
|
195
|
+
font-weight:
|
|
196
|
+
var(
|
|
197
|
+
--menubar-primary-collapse-icon-font-weight,
|
|
198
|
+
$font-weight-semi-bold
|
|
199
|
+
),
|
|
200
|
+
text-transform:
|
|
201
|
+
var(
|
|
202
|
+
--menubar-primary-collapse-icon-text-transform,
|
|
203
|
+
uppercase
|
|
204
|
+
),
|
|
205
|
+
collapse-icon-closed: (
|
|
206
|
+
bottom:
|
|
207
|
+
var(--menubar-primary-collapse-icon-close-bottom, auto),
|
|
208
|
+
font-size:
|
|
192
209
|
var(
|
|
193
|
-
--menubar-primary-
|
|
194
|
-
|
|
210
|
+
--menubar-primary-collapse-icon-close-font-size,
|
|
211
|
+
0.875rem
|
|
195
212
|
),
|
|
196
|
-
|
|
213
|
+
left: var(--menubar-primary-collapse-icon-close-left, auto),
|
|
214
|
+
right:
|
|
215
|
+
var(--menubar-primary-collapse-icon-close-right, 15px),
|
|
216
|
+
top:
|
|
197
217
|
var(
|
|
198
|
-
--menubar-primary-
|
|
199
|
-
-
|
|
218
|
+
--menubar-primary-collapse-icon-close-top,
|
|
219
|
+
calc(22px - (1em / 2))
|
|
200
220
|
),
|
|
201
|
-
autofit-col: (
|
|
202
|
-
padding-left:
|
|
203
|
-
var(
|
|
204
|
-
--menubar-primary-autofit-col-padding-left,
|
|
205
|
-
0.25rem
|
|
206
|
-
),
|
|
207
|
-
padding-right:
|
|
208
|
-
var(
|
|
209
|
-
--menubar-primary-autofit-col-padding-right,
|
|
210
|
-
0.25rem
|
|
211
|
-
),
|
|
212
|
-
),
|
|
213
221
|
),
|
|
214
222
|
|
|
215
|
-
collapse-icon: (
|
|
223
|
+
collapse-icon-open: (
|
|
224
|
+
bottom:
|
|
225
|
+
var(--menubar-primary-collapse-icon-open-bottom, auto),
|
|
216
226
|
font-size:
|
|
217
|
-
var(--menubar-primary-collapse-icon-font-size, 0.75rem),
|
|
218
|
-
font-weight:
|
|
219
227
|
var(
|
|
220
|
-
--menubar-primary-collapse-icon-font-
|
|
221
|
-
|
|
228
|
+
--menubar-primary-collapse-icon-open-font-size,
|
|
229
|
+
0.875rem
|
|
222
230
|
),
|
|
223
|
-
|
|
231
|
+
left: var(--menubar-primary-collapse-icon-open-left, auto),
|
|
232
|
+
right: var(--menubar-primary-collapse-icon-open-right, 15px),
|
|
233
|
+
top:
|
|
224
234
|
var(
|
|
225
|
-
--menubar-primary-collapse-icon-
|
|
226
|
-
|
|
235
|
+
--menubar-primary-collapse-icon-open-top,
|
|
236
|
+
calc(22px - (1em / 2))
|
|
227
237
|
),
|
|
228
|
-
collapse-icon-closed: (
|
|
229
|
-
bottom:
|
|
230
|
-
var(
|
|
231
|
-
--menubar-primary-collapse-icon-close-bottom,
|
|
232
|
-
auto
|
|
233
|
-
),
|
|
234
|
-
font-size:
|
|
235
|
-
var(
|
|
236
|
-
--menubar-primary-collapse-icon-close-font-size,
|
|
237
|
-
0.875rem
|
|
238
|
-
),
|
|
239
|
-
left:
|
|
240
|
-
var(
|
|
241
|
-
--menubar-primary-collapse-icon-close-left,
|
|
242
|
-
auto
|
|
243
|
-
),
|
|
244
|
-
right:
|
|
245
|
-
var(
|
|
246
|
-
--menubar-primary-collapse-icon-close-right,
|
|
247
|
-
15px
|
|
248
|
-
),
|
|
249
|
-
top:
|
|
250
|
-
var(
|
|
251
|
-
--menubar-primary-collapse-icon-close-top,
|
|
252
|
-
calc(22px - (1em / 2))
|
|
253
|
-
),
|
|
254
|
-
),
|
|
255
|
-
|
|
256
|
-
collapse-icon-open: (
|
|
257
|
-
bottom:
|
|
258
|
-
var(
|
|
259
|
-
--menubar-primary-collapse-icon-open-bottom,
|
|
260
|
-
auto
|
|
261
|
-
),
|
|
262
|
-
font-size:
|
|
263
|
-
var(
|
|
264
|
-
--menubar-primary-collapse-icon-open-font-size,
|
|
265
|
-
0.875rem
|
|
266
|
-
),
|
|
267
|
-
left:
|
|
268
|
-
var(
|
|
269
|
-
--menubar-primary-collapse-icon-open-left,
|
|
270
|
-
auto
|
|
271
|
-
),
|
|
272
|
-
right:
|
|
273
|
-
var(
|
|
274
|
-
--menubar-primary-collapse-icon-open-right,
|
|
275
|
-
15px
|
|
276
|
-
),
|
|
277
|
-
top:
|
|
278
|
-
var(
|
|
279
|
-
--menubar-primary-collapse-icon-open-top,
|
|
280
|
-
calc(22px - (1em / 2))
|
|
281
|
-
),
|
|
282
|
-
),
|
|
283
238
|
),
|
|
284
239
|
),
|
|
240
|
+
),
|
|
285
241
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
),
|
|
289
|
-
|
|
290
|
-
menubar-action: (
|
|
291
|
-
position: absolute,
|
|
292
|
-
top: var(--menubar-primary-menubar-action-top, 0.625rem),
|
|
293
|
-
right: var(--menubar-primary-menubar-action-right, 2rem),
|
|
294
|
-
),
|
|
242
|
+
menubar-actions-1: (
|
|
243
|
+
padding-right: var(--menubar-primary-menubar-actions-1, 4rem),
|
|
295
244
|
),
|
|
296
|
-
$menubar-primary
|
|
297
|
-
);
|
|
298
245
|
|
|
299
|
-
|
|
246
|
+
menubar-action: (
|
|
247
|
+
position: absolute,
|
|
248
|
+
top: var(--menubar-primary-menubar-action-top, 0.625rem),
|
|
249
|
+
right: var(--menubar-primary-menubar-action-right, 2rem),
|
|
250
|
+
),
|
|
251
|
+
),
|
|
252
|
+
$menubar-primary
|
|
253
|
+
);
|
|
300
254
|
|
|
301
|
-
|
|
302
|
-
$menubar-vertical-expand-md: map-deep-merge(
|
|
303
|
-
(
|
|
304
|
-
max-width: 15.625rem,
|
|
255
|
+
// Menubar Vertical MD
|
|
305
256
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
257
|
+
$menubar-vertical-expand-md: () !default;
|
|
258
|
+
$menubar-vertical-expand-md: map-deep-merge(
|
|
259
|
+
(
|
|
260
|
+
max-width: 15.625rem,
|
|
309
261
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
max-width: none,
|
|
262
|
+
menubar-collapse: (
|
|
263
|
+
display: block,
|
|
264
|
+
),
|
|
314
265
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
266
|
+
media-breakpoint-down: (
|
|
267
|
+
sm: (
|
|
268
|
+
margin-bottom: 1rem,
|
|
269
|
+
max-width: none,
|
|
270
|
+
|
|
271
|
+
menubar-collapse: (
|
|
272
|
+
border-color: transparent,
|
|
273
|
+
border-style: solid,
|
|
274
|
+
border-width: 0.0625rem,
|
|
275
|
+
display: none,
|
|
276
|
+
position: relative,
|
|
277
|
+
top: 100%,
|
|
278
|
+
z-index: $zindex-menubar-vertical-expand-md-collapse-mobile,
|
|
279
|
+
),
|
|
325
280
|
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
281
|
+
nav-nested: (
|
|
282
|
+
margin-bottom: 0.5rem,
|
|
283
|
+
margin-top: 0.5rem,
|
|
284
|
+
),
|
|
330
285
|
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
286
|
+
nav-nested-margins: (
|
|
287
|
+
margin-bottom: 0.5rem,
|
|
288
|
+
margin-top: 0.5rem,
|
|
289
|
+
),
|
|
335
290
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
291
|
+
nav-nested-margins-item: (
|
|
292
|
+
margin-left: 0rem,
|
|
293
|
+
),
|
|
339
294
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
295
|
+
menubar-toggler: (
|
|
296
|
+
align-items: center,
|
|
297
|
+
border-color: transparent,
|
|
298
|
+
border-style: solid,
|
|
299
|
+
border-width: 0.0625rem,
|
|
300
|
+
display: inline-flex,
|
|
301
|
+
height: 2rem,
|
|
302
|
+
padding-left: 0.5rem,
|
|
303
|
+
padding-right: 0.5rem,
|
|
349
304
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
305
|
+
c-inner: (
|
|
306
|
+
margin-left: -0.5rem,
|
|
307
|
+
margin-right: -0.5rem,
|
|
308
|
+
max-width: none,
|
|
309
|
+
),
|
|
355
310
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
),
|
|
311
|
+
lexicon-icon: (
|
|
312
|
+
margin-top: 0rem,
|
|
359
313
|
),
|
|
360
314
|
),
|
|
361
315
|
),
|
|
362
316
|
),
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
317
|
+
),
|
|
318
|
+
$menubar-vertical-expand-md
|
|
319
|
+
);
|
|
320
|
+
|
|
321
|
+
$menubar-vertical-transparent-md: () !default;
|
|
322
|
+
$menubar-vertical-transparent-md: map-deep-merge(
|
|
323
|
+
(
|
|
324
|
+
nav-link: (
|
|
325
|
+
border-radius: $border-radius,
|
|
326
|
+
letter-spacing: 0.02rem,
|
|
327
|
+
line-height: 1.25rem,
|
|
328
|
+
margin-bottom: 0.25rem,
|
|
329
|
+
transition: #{color 0.15s ease-in-out,
|
|
330
|
+
background-color 0.15s ease-in-out,
|
|
331
|
+
border-color 0.15s ease-in-out,
|
|
332
|
+
box-shadow 0.15s ease-in-out},
|
|
333
|
+
|
|
334
|
+
before: (
|
|
335
|
+
border-radius: $border-radius 0 0 $border-radius,
|
|
336
|
+
bottom: 0,
|
|
337
|
+
content: '',
|
|
338
|
+
display: block,
|
|
339
|
+
left: 0,
|
|
340
|
+
position: absolute,
|
|
341
|
+
top: 0,
|
|
342
|
+
),
|
|
343
|
+
|
|
344
|
+
hover: (
|
|
345
|
+
background-color: unquote('hsl(from #{$gray-900} h s l / 0.04)'),
|
|
346
|
+
color: $gray-900,
|
|
347
|
+
font-weight: $font-weight-semi-bold,
|
|
348
|
+
letter-spacing: 0,
|
|
378
349
|
|
|
379
350
|
before: (
|
|
380
|
-
|
|
351
|
+
background: $secondary-l0,
|
|
352
|
+
width: 0.1875rem,
|
|
353
|
+
),
|
|
354
|
+
),
|
|
355
|
+
|
|
356
|
+
focus: (
|
|
357
|
+
background-color: c-unset,
|
|
358
|
+
color: $gray-900,
|
|
359
|
+
outline: 0,
|
|
360
|
+
|
|
361
|
+
after: (
|
|
362
|
+
border-radius: $border-radius,
|
|
381
363
|
bottom: 0,
|
|
364
|
+
box-shadow: $component-focus-box-shadow,
|
|
382
365
|
content: '',
|
|
383
366
|
display: block,
|
|
384
367
|
left: 0,
|
|
368
|
+
pointer-events: none,
|
|
385
369
|
position: absolute,
|
|
370
|
+
right: 0,
|
|
386
371
|
top: 0,
|
|
387
372
|
),
|
|
373
|
+
),
|
|
388
374
|
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
letter-spacing: 0,
|
|
375
|
+
active-class: (
|
|
376
|
+
background-color: unquote('hsl(from #{$primary} h s l / 0.06)'),
|
|
377
|
+
color: $gray-900,
|
|
378
|
+
font-weight: $font-weight-semi-bold,
|
|
379
|
+
letter-spacing: 0,
|
|
395
380
|
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
),
|
|
381
|
+
before: (
|
|
382
|
+
background-color: $primary-l0,
|
|
383
|
+
width: 0.25rem,
|
|
400
384
|
),
|
|
385
|
+
),
|
|
401
386
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
387
|
+
disabled: (
|
|
388
|
+
background-color: transparent,
|
|
389
|
+
box-shadow: none,
|
|
390
|
+
font-weight: $font-weight-normal,
|
|
391
|
+
letter-spacing: 0.02rem,
|
|
406
392
|
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
bottom: 0,
|
|
410
|
-
box-shadow: $component-focus-box-shadow,
|
|
411
|
-
content: '',
|
|
412
|
-
display: block,
|
|
413
|
-
left: 0,
|
|
414
|
-
pointer-events: none,
|
|
415
|
-
position: absolute,
|
|
416
|
-
right: 0,
|
|
417
|
-
top: 0,
|
|
418
|
-
),
|
|
393
|
+
before: (
|
|
394
|
+
content: none,
|
|
419
395
|
),
|
|
420
396
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
unquote('hsl(from #{$primary} h s l / 0.06)'),
|
|
424
|
-
color: $gray-900,
|
|
425
|
-
font-weight: $font-weight-semi-bold,
|
|
426
|
-
letter-spacing: 0,
|
|
427
|
-
|
|
428
|
-
before: (
|
|
429
|
-
background-color: $primary-l0,
|
|
430
|
-
width: 0.25rem,
|
|
431
|
-
),
|
|
397
|
+
after: (
|
|
398
|
+
content: none,
|
|
432
399
|
),
|
|
400
|
+
),
|
|
401
|
+
|
|
402
|
+
show: (
|
|
403
|
+
background-color: c-unset,
|
|
404
|
+
box-shadow: c-unset,
|
|
405
|
+
color: $gray-900,
|
|
406
|
+
font-weight: $font-weight-semi-bold,
|
|
433
407
|
|
|
434
|
-
|
|
408
|
+
before: (
|
|
435
409
|
background-color: transparent,
|
|
436
|
-
|
|
437
|
-
font-weight: $font-weight-normal,
|
|
438
|
-
letter-spacing: 0.02rem,
|
|
410
|
+
),
|
|
439
411
|
|
|
412
|
+
hover: (
|
|
440
413
|
before: (
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
after: (
|
|
445
|
-
content: none,
|
|
414
|
+
background-color: $secondary-l0,
|
|
415
|
+
width: 0.1875rem,
|
|
446
416
|
),
|
|
447
417
|
),
|
|
418
|
+
),
|
|
419
|
+
),
|
|
448
420
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
421
|
+
media-breakpoint-down: (
|
|
422
|
+
sm: (
|
|
423
|
+
background-color: $white,
|
|
424
|
+
|
|
425
|
+
nav-link: (
|
|
426
|
+
margin-bottom: 0,
|
|
454
427
|
|
|
455
428
|
before: (
|
|
456
|
-
|
|
429
|
+
content: none,
|
|
457
430
|
),
|
|
458
431
|
|
|
459
432
|
hover: (
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
),
|
|
433
|
+
background-color:
|
|
434
|
+
unquote('hsl(from #{$gray-900} h s l / 0.04)'),
|
|
435
|
+
box-shadow: none,
|
|
464
436
|
),
|
|
465
|
-
),
|
|
466
|
-
),
|
|
467
|
-
|
|
468
|
-
media-breakpoint-down: (
|
|
469
|
-
sm: (
|
|
470
|
-
background-color: $white,
|
|
471
|
-
|
|
472
|
-
nav-link: (
|
|
473
|
-
margin-bottom: 0,
|
|
474
|
-
|
|
475
|
-
before: (
|
|
476
|
-
content: none,
|
|
477
|
-
),
|
|
478
|
-
|
|
479
|
-
hover: (
|
|
480
|
-
background-color:
|
|
481
|
-
unquote('hsl(from #{$gray-900} h s l / 0.04)'),
|
|
482
|
-
box-shadow: none,
|
|
483
|
-
),
|
|
484
437
|
|
|
485
|
-
|
|
486
|
-
|
|
438
|
+
focus: (
|
|
439
|
+
background-color: transparent,
|
|
487
440
|
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
),
|
|
441
|
+
after: (
|
|
442
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
491
443
|
),
|
|
444
|
+
),
|
|
492
445
|
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
446
|
+
active: (
|
|
447
|
+
background-color: c-unset,
|
|
448
|
+
color: c-unset,
|
|
449
|
+
),
|
|
497
450
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
),
|
|
451
|
+
active-class: (
|
|
452
|
+
background-color:
|
|
453
|
+
unquote('hsl(from #{$primary} h s l / 0.06)'),
|
|
454
|
+
box-shadow: none,
|
|
455
|
+
color: c-unset,
|
|
504
456
|
),
|
|
457
|
+
),
|
|
505
458
|
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
459
|
+
menubar-toggler: (
|
|
460
|
+
color: $gray-600,
|
|
461
|
+
font-size: 0.875rem,
|
|
462
|
+
font-weight: $font-weight-semi-bold,
|
|
463
|
+
transition: box-shadow 0.15s ease-in-out,
|
|
511
464
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
465
|
+
focus: (
|
|
466
|
+
box-shadow: $component-focus-box-shadow,
|
|
467
|
+
outline: 0,
|
|
468
|
+
),
|
|
516
469
|
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
),
|
|
470
|
+
disabled: (
|
|
471
|
+
box-shadow: clay-enable-shadows(none),
|
|
520
472
|
),
|
|
521
473
|
),
|
|
522
474
|
),
|
|
523
475
|
),
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
476
|
+
),
|
|
477
|
+
$menubar-vertical-transparent-md
|
|
478
|
+
);
|
|
479
|
+
|
|
480
|
+
$menubar-vertical-decorated-md-nav: () !default;
|
|
481
|
+
$menubar-vertical-decorated-md-nav: map-deep-merge(
|
|
482
|
+
(
|
|
483
|
+
border-left-color: $gray-300,
|
|
484
|
+
border-left-style: solid,
|
|
485
|
+
border-left-width: 0.125rem,
|
|
486
|
+
display: block,
|
|
487
|
+
padding-left: 0.5rem,
|
|
488
|
+
),
|
|
489
|
+
$menubar-vertical-decorated-md-nav
|
|
490
|
+
);
|
|
491
|
+
|
|
492
|
+
$menubar-vertical-decorated-md-nav-item-nav: () !default;
|
|
493
|
+
$menubar-vertical-decorated-md-nav-item-nav: map-deep-merge(
|
|
494
|
+
(
|
|
495
|
+
margin-bottom: 0.25rem,
|
|
496
|
+
margin-left: 1rem,
|
|
497
|
+
margin-top: 0.25rem,
|
|
498
|
+
),
|
|
499
|
+
$menubar-vertical-decorated-md-nav-item-nav
|
|
500
|
+
);
|
|
501
|
+
|
|
502
|
+
$menubar-vertical-decorated-md-nav-link: () !default;
|
|
503
|
+
$menubar-vertical-decorated-md-nav-link: map-deep-merge(
|
|
504
|
+
(
|
|
505
|
+
padding-left: 1rem !important,
|
|
506
|
+
),
|
|
507
|
+
$menubar-vertical-decorated-md-nav-link
|
|
508
|
+
);
|
|
509
|
+
|
|
510
|
+
$menubar-vertical-decorated-md-nav-link-after-active: () !default;
|
|
511
|
+
$menubar-vertical-decorated-md-nav-link-after-active: map-deep-merge(
|
|
512
|
+
(
|
|
513
|
+
background-color: $primary-l2,
|
|
514
|
+
bottom: 0rem,
|
|
515
|
+
content: '',
|
|
516
|
+
display: block,
|
|
517
|
+
left:
|
|
518
|
+
calc(
|
|
519
|
+
#{map-get($menubar-vertical-decorated-md-nav, padding-left)} * -1 -
|
|
520
|
+
#{map-get(
|
|
521
|
+
$menubar-vertical-decorated-md-nav,
|
|
522
|
+
border-left-width
|
|
523
|
+
)}
|
|
524
|
+
),
|
|
525
|
+
position: absolute,
|
|
526
|
+
top: 0rem,
|
|
527
|
+
width: map-get($menubar-vertical-decorated-md-nav, border-left-width),
|
|
528
|
+
),
|
|
529
|
+
$menubar-vertical-decorated-md-nav-link-after-active
|
|
530
|
+
);
|
|
538
531
|
|
|
539
|
-
|
|
540
|
-
$menubar-vertical-decorated-md-nav-item-nav: map-deep-merge(
|
|
541
|
-
(
|
|
542
|
-
margin-bottom: 0.25rem,
|
|
543
|
-
margin-left: 1rem,
|
|
544
|
-
margin-top: 0.25rem,
|
|
545
|
-
),
|
|
546
|
-
$menubar-vertical-decorated-md-nav-item-nav
|
|
547
|
-
);
|
|
532
|
+
// Menubar Vertical LG
|
|
548
533
|
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
);
|
|
556
|
-
|
|
557
|
-
$menubar-vertical-decorated-md-nav-link-after-active: ();
|
|
558
|
-
$menubar-vertical-decorated-md-nav-link-after-active: map-deep-merge(
|
|
559
|
-
(
|
|
560
|
-
background-color: $primary-l2,
|
|
561
|
-
bottom: 0rem,
|
|
562
|
-
content: '',
|
|
534
|
+
$menubar-vertical-expand-lg: () !default;
|
|
535
|
+
$menubar-vertical-expand-lg: map-deep-merge(
|
|
536
|
+
(
|
|
537
|
+
max-width: 15.625rem,
|
|
538
|
+
|
|
539
|
+
menubar-collapse: (
|
|
563
540
|
display: block,
|
|
564
|
-
left:
|
|
565
|
-
calc(
|
|
566
|
-
#{map-get(
|
|
567
|
-
$menubar-vertical-decorated-md-nav,
|
|
568
|
-
padding-left
|
|
569
|
-
)} *
|
|
570
|
-
-1 -
|
|
571
|
-
#{map-get(
|
|
572
|
-
$menubar-vertical-decorated-md-nav,
|
|
573
|
-
border-left-width
|
|
574
|
-
)}
|
|
575
|
-
),
|
|
576
|
-
position: absolute,
|
|
577
|
-
top: 0rem,
|
|
578
|
-
width:
|
|
579
|
-
map-get($menubar-vertical-decorated-md-nav, border-left-width),
|
|
580
541
|
),
|
|
581
|
-
$menubar-vertical-decorated-md-nav-link-after-active
|
|
582
|
-
);
|
|
583
542
|
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
543
|
+
media-breakpoint-down: (
|
|
544
|
+
md: (
|
|
545
|
+
margin-bottom: 1rem,
|
|
546
|
+
max-width: none,
|
|
547
|
+
|
|
548
|
+
menubar-collapse: (
|
|
549
|
+
border-color: transparent,
|
|
550
|
+
border-style: solid,
|
|
551
|
+
border-width: 0.0625rem,
|
|
552
|
+
display: none,
|
|
553
|
+
position: relative,
|
|
554
|
+
top: 100%,
|
|
555
|
+
z-index: $zindex-menubar-vertical-expand-md-collapse-mobile,
|
|
556
|
+
),
|
|
594
557
|
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
margin-
|
|
598
|
-
|
|
558
|
+
nav-nested: (
|
|
559
|
+
margin-bottom: 0.5rem,
|
|
560
|
+
margin-top: 0.5rem,
|
|
561
|
+
),
|
|
599
562
|
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
display: none,
|
|
605
|
-
position: relative,
|
|
606
|
-
top: 100%,
|
|
607
|
-
z-index:
|
|
608
|
-
$zindex-menubar-vertical-expand-md-collapse-mobile,
|
|
609
|
-
),
|
|
563
|
+
nav-nested-margins: (
|
|
564
|
+
margin-bottom: 0.5rem,
|
|
565
|
+
margin-top: 0.5rem,
|
|
566
|
+
),
|
|
610
567
|
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
),
|
|
568
|
+
nav-nested-margins-item: (
|
|
569
|
+
margin-left: 0rem,
|
|
570
|
+
),
|
|
615
571
|
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
572
|
+
menubar-toggler: (
|
|
573
|
+
align-items: center,
|
|
574
|
+
border-color: transparent,
|
|
575
|
+
border-style: solid,
|
|
576
|
+
border-width: 0.0625rem,
|
|
577
|
+
display: inline-flex,
|
|
578
|
+
height: 2rem,
|
|
579
|
+
padding-left: 0.5rem,
|
|
580
|
+
padding-right: 0.5rem,
|
|
620
581
|
|
|
621
|
-
|
|
622
|
-
margin-left:
|
|
582
|
+
c-inner: (
|
|
583
|
+
margin-left: -0.5rem,
|
|
584
|
+
margin-right: -0.5rem,
|
|
585
|
+
max-width: none,
|
|
623
586
|
),
|
|
624
587
|
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
border-color: transparent,
|
|
628
|
-
border-style: solid,
|
|
629
|
-
border-width: 0.0625rem,
|
|
630
|
-
display: inline-flex,
|
|
631
|
-
height: 2rem,
|
|
632
|
-
padding-left: 0.5rem,
|
|
633
|
-
padding-right: 0.5rem,
|
|
634
|
-
|
|
635
|
-
c-inner: (
|
|
636
|
-
margin-left: -0.5rem,
|
|
637
|
-
margin-right: -0.5rem,
|
|
638
|
-
max-width: none,
|
|
639
|
-
),
|
|
640
|
-
|
|
641
|
-
lexicon-icon: (
|
|
642
|
-
margin-top: 0rem,
|
|
643
|
-
),
|
|
588
|
+
lexicon-icon: (
|
|
589
|
+
margin-top: 0rem,
|
|
644
590
|
),
|
|
645
591
|
),
|
|
646
592
|
),
|
|
647
593
|
),
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
594
|
+
),
|
|
595
|
+
$menubar-vertical-expand-lg
|
|
596
|
+
);
|
|
597
|
+
|
|
598
|
+
$menubar-vertical-transparent-lg: () !default;
|
|
599
|
+
$menubar-vertical-transparent-lg: map-deep-merge(
|
|
600
|
+
(
|
|
601
|
+
nav-link: (
|
|
602
|
+
border-radius: $border-radius,
|
|
603
|
+
letter-spacing: 0.02rem,
|
|
604
|
+
margin-bottom: 0.25rem,
|
|
605
|
+
transition: #{color 0.15s ease-in-out,
|
|
606
|
+
background-color 0.15s ease-in-out,
|
|
607
|
+
border-color 0.15s ease-in-out,
|
|
608
|
+
box-shadow 0.15s ease-in-out},
|
|
609
|
+
|
|
610
|
+
before: (
|
|
611
|
+
border-radius: $border-radius 0 0 $border-radius,
|
|
612
|
+
bottom: 0,
|
|
613
|
+
content: '',
|
|
614
|
+
display: block,
|
|
615
|
+
left: 0,
|
|
616
|
+
position: absolute,
|
|
617
|
+
top: 0,
|
|
618
|
+
),
|
|
619
|
+
|
|
620
|
+
hover: (
|
|
621
|
+
background-color: unquote('hsl(from #{$gray-900} h s l / 0.04)'),
|
|
622
|
+
color: $gray-900,
|
|
623
|
+
font-weight: $font-weight-semi-bold,
|
|
624
|
+
letter-spacing: 0,
|
|
662
625
|
|
|
663
626
|
before: (
|
|
664
|
-
|
|
627
|
+
background: $secondary-l0,
|
|
628
|
+
width: 0.1875rem,
|
|
629
|
+
),
|
|
630
|
+
),
|
|
631
|
+
|
|
632
|
+
focus: (
|
|
633
|
+
background-color: c-unset,
|
|
634
|
+
color: $gray-900,
|
|
635
|
+
outline: 0,
|
|
636
|
+
|
|
637
|
+
after: (
|
|
638
|
+
border-radius: $border-radius,
|
|
665
639
|
bottom: 0,
|
|
640
|
+
box-shadow: $component-focus-box-shadow,
|
|
666
641
|
content: '',
|
|
667
642
|
display: block,
|
|
668
643
|
left: 0,
|
|
669
644
|
position: absolute,
|
|
645
|
+
right: 0,
|
|
670
646
|
top: 0,
|
|
671
647
|
),
|
|
648
|
+
),
|
|
672
649
|
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
letter-spacing: 0,
|
|
650
|
+
active-class: (
|
|
651
|
+
background-color: unquote('hsl(from #{$primary} h s l / 0.06)'),
|
|
652
|
+
color: $gray-900,
|
|
653
|
+
font-weight: $font-weight-semi-bold,
|
|
654
|
+
letter-spacing: 0,
|
|
679
655
|
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
),
|
|
656
|
+
before: (
|
|
657
|
+
background-color: $primary-l0,
|
|
658
|
+
width: 0.25rem,
|
|
684
659
|
),
|
|
660
|
+
),
|
|
685
661
|
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
662
|
+
disabled: (
|
|
663
|
+
background-color: transparent,
|
|
664
|
+
box-shadow: none,
|
|
665
|
+
font-weight: $font-weight-normal,
|
|
666
|
+
letter-spacing: 0.02rem,
|
|
690
667
|
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
bottom: 0,
|
|
694
|
-
box-shadow: $component-focus-box-shadow,
|
|
695
|
-
content: '',
|
|
696
|
-
display: block,
|
|
697
|
-
left: 0,
|
|
698
|
-
position: absolute,
|
|
699
|
-
right: 0,
|
|
700
|
-
top: 0,
|
|
701
|
-
),
|
|
668
|
+
before: (
|
|
669
|
+
content: none,
|
|
702
670
|
),
|
|
703
671
|
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
unquote('hsl(from #{$primary} h s l / 0.06)'),
|
|
707
|
-
color: $gray-900,
|
|
708
|
-
font-weight: $font-weight-semi-bold,
|
|
709
|
-
letter-spacing: 0,
|
|
710
|
-
|
|
711
|
-
before: (
|
|
712
|
-
background-color: $primary-l0,
|
|
713
|
-
width: 0.25rem,
|
|
714
|
-
),
|
|
672
|
+
after: (
|
|
673
|
+
content: none,
|
|
715
674
|
),
|
|
675
|
+
),
|
|
676
|
+
|
|
677
|
+
show: (
|
|
678
|
+
background-color: c-unset,
|
|
679
|
+
box-shadow: c-unset,
|
|
680
|
+
color: $gray-900,
|
|
681
|
+
font-weight: $font-weight-semi-bold,
|
|
716
682
|
|
|
717
|
-
|
|
683
|
+
before: (
|
|
718
684
|
background-color: transparent,
|
|
719
|
-
|
|
720
|
-
font-weight: $font-weight-normal,
|
|
721
|
-
letter-spacing: 0.02rem,
|
|
685
|
+
),
|
|
722
686
|
|
|
687
|
+
hover: (
|
|
723
688
|
before: (
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
after: (
|
|
728
|
-
content: none,
|
|
689
|
+
background-color: $secondary-l0,
|
|
690
|
+
width: 0.1875rem,
|
|
729
691
|
),
|
|
730
692
|
),
|
|
693
|
+
),
|
|
694
|
+
),
|
|
731
695
|
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
696
|
+
media-breakpoint-down: (
|
|
697
|
+
md: (
|
|
698
|
+
background-color: $white,
|
|
699
|
+
|
|
700
|
+
nav-link: (
|
|
701
|
+
margin-bottom: 0,
|
|
737
702
|
|
|
738
703
|
before: (
|
|
739
|
-
|
|
704
|
+
content: none,
|
|
740
705
|
),
|
|
741
706
|
|
|
742
707
|
hover: (
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
),
|
|
708
|
+
background-color:
|
|
709
|
+
unquote('hsl(from #{$gray-900} h s l / 0.04)'),
|
|
710
|
+
box-shadow: none,
|
|
747
711
|
),
|
|
748
|
-
),
|
|
749
|
-
),
|
|
750
|
-
|
|
751
|
-
media-breakpoint-down: (
|
|
752
|
-
md: (
|
|
753
|
-
background-color: $white,
|
|
754
|
-
|
|
755
|
-
nav-link: (
|
|
756
|
-
margin-bottom: 0,
|
|
757
|
-
|
|
758
|
-
before: (
|
|
759
|
-
content: none,
|
|
760
|
-
),
|
|
761
|
-
|
|
762
|
-
hover: (
|
|
763
|
-
background-color:
|
|
764
|
-
unquote('hsl(from #{$gray-900} h s l / 0.04)'),
|
|
765
|
-
box-shadow: none,
|
|
766
|
-
),
|
|
767
712
|
|
|
768
|
-
|
|
769
|
-
|
|
713
|
+
focus: (
|
|
714
|
+
background-color: transparent,
|
|
770
715
|
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
),
|
|
716
|
+
after: (
|
|
717
|
+
box-shadow: $component-focus-inset-box-shadow,
|
|
774
718
|
),
|
|
719
|
+
),
|
|
775
720
|
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
721
|
+
active: (
|
|
722
|
+
background-color: c-unset,
|
|
723
|
+
color: c-unset,
|
|
724
|
+
),
|
|
780
725
|
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
),
|
|
726
|
+
active-class: (
|
|
727
|
+
background-color:
|
|
728
|
+
unquote('hsl(from #{$primary} h s l / 0.06)'),
|
|
729
|
+
box-shadow: none,
|
|
730
|
+
color: $gray-900,
|
|
787
731
|
),
|
|
732
|
+
),
|
|
788
733
|
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
734
|
+
menubar-toggler: (
|
|
735
|
+
color: $gray-600,
|
|
736
|
+
font-size: 0.875rem,
|
|
737
|
+
font-weight: $font-weight-semi-bold,
|
|
738
|
+
transition: box-shadow 0.15s ease-in-out,
|
|
794
739
|
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
outline: 0,
|
|
801
|
-
),
|
|
740
|
+
focus: (
|
|
741
|
+
box-shadow:
|
|
742
|
+
clay-enable-shadows($component-focus-box-shadow),
|
|
743
|
+
outline: 0,
|
|
744
|
+
),
|
|
802
745
|
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
),
|
|
746
|
+
disabled: (
|
|
747
|
+
box-shadow: clay-enable-shadows(none),
|
|
806
748
|
),
|
|
807
749
|
),
|
|
808
750
|
),
|
|
809
751
|
),
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
752
|
+
),
|
|
753
|
+
$menubar-vertical-transparent-lg
|
|
754
|
+
);
|
|
755
|
+
|
|
756
|
+
$menubar-vertical-decorated-lg-nav: () !default;
|
|
757
|
+
$menubar-vertical-decorated-lg-nav: map-deep-merge(
|
|
758
|
+
$menubar-vertical-decorated-md-nav,
|
|
759
|
+
$menubar-vertical-decorated-lg-nav
|
|
760
|
+
);
|
|
761
|
+
|
|
762
|
+
$menubar-vertical-decorated-lg-nav-item-nav: () !default;
|
|
763
|
+
$menubar-vertical-decorated-lg-nav-item-nav: map-deep-merge(
|
|
764
|
+
$menubar-vertical-decorated-md-nav-item-nav,
|
|
765
|
+
$menubar-vertical-decorated-lg-nav-item-nav
|
|
766
|
+
);
|
|
767
|
+
|
|
768
|
+
$menubar-vertical-decorated-lg-nav-link: () !default;
|
|
769
|
+
$menubar-vertical-decorated-lg-nav-link: map-deep-merge(
|
|
770
|
+
$menubar-vertical-decorated-md-nav-link,
|
|
771
|
+
$menubar-vertical-decorated-lg-nav-link
|
|
772
|
+
);
|
|
773
|
+
|
|
774
|
+
$menubar-vertical-decorated-lg-nav-link-after-active: () !default;
|
|
775
|
+
$menubar-vertical-decorated-lg-nav-link-after-active: map-deep-merge(
|
|
776
|
+
$menubar-vertical-decorated-md-nav-link-after-active,
|
|
777
|
+
$menubar-vertical-decorated-lg-nav-link-after-active
|
|
778
|
+
);
|