@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,352 +1,341 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
hover: (
|
|
61
|
-
text-decoration: none,
|
|
62
|
-
),
|
|
1
|
+
// .badge
|
|
2
|
+
|
|
3
|
+
$badge-border-color: var(--badge-border-color, transparent) !default;
|
|
4
|
+
$badge-border-radius: var(--badge-border-radius, $rounded-pill) !default;
|
|
5
|
+
$badge-border-style: solid !default;
|
|
6
|
+
$badge-border-width: var(--badge-border-width, 1px) !default;
|
|
7
|
+
$badge-font-size: var(--badge-font-size, 0.625rem) !default;
|
|
8
|
+
$badge-font-weight: var(--badge-font-weight, $font-weight-semi-bold) !default;
|
|
9
|
+
$badge-line-height: var(--badge-line-height, 1.1) !default;
|
|
10
|
+
$badge-padding-x: var(--badge-padding-x, 0.25rem) !default;
|
|
11
|
+
$badge-padding-y: var(--badge-padding-y, 0.09375rem) !default;
|
|
12
|
+
$badge-transition: $component-transition !default;
|
|
13
|
+
|
|
14
|
+
$badge-spacer-x: var(--badge-spacer-x, 0.25rem) !default;
|
|
15
|
+
$badge-spacer-y: var(--badge-spacer-y, 0.125rem) !default;
|
|
16
|
+
|
|
17
|
+
$badge-focus-width: $input-btn-focus-width !default;
|
|
18
|
+
|
|
19
|
+
// .badge a
|
|
20
|
+
|
|
21
|
+
$badge-link-color: var(--badge-link-color, $white) !default;
|
|
22
|
+
$badge-link-text-decoration: var(
|
|
23
|
+
--badge-link-text-decoration,
|
|
24
|
+
underline
|
|
25
|
+
) !default;
|
|
26
|
+
|
|
27
|
+
$badge-link-hover-color: var(--badge-link-hover-color, $white) !default;
|
|
28
|
+
$badge-link-hover-text-decoration: var(
|
|
29
|
+
--badge-link-hover-text-decoration,
|
|
30
|
+
none
|
|
31
|
+
) !default;
|
|
32
|
+
|
|
33
|
+
$badge: () !default;
|
|
34
|
+
$badge: map-deep-merge(
|
|
35
|
+
(
|
|
36
|
+
border-color: $badge-border-color,
|
|
37
|
+
border-radius: clay-enable-rounded($badge-border-radius),
|
|
38
|
+
border-style: $badge-border-style,
|
|
39
|
+
border-width: $badge-border-width,
|
|
40
|
+
display: inline-flex,
|
|
41
|
+
font-size: $badge-font-size,
|
|
42
|
+
font-weight: $badge-font-weight,
|
|
43
|
+
line-height: $badge-line-height,
|
|
44
|
+
margin-bottom: $badge-spacer-y,
|
|
45
|
+
margin-right: $badge-spacer-x,
|
|
46
|
+
margin-top: $badge-spacer-y,
|
|
47
|
+
max-width: 100%,
|
|
48
|
+
padding-bottom: $badge-padding-y,
|
|
49
|
+
padding-left: $badge-padding-x,
|
|
50
|
+
padding-right: $badge-padding-x,
|
|
51
|
+
padding-top: $badge-padding-y,
|
|
52
|
+
text-align: center,
|
|
53
|
+
transition: clay-enable-transitions($badge-transition),
|
|
54
|
+
white-space: inherit,
|
|
55
|
+
word-wrap: break-word,
|
|
56
|
+
|
|
57
|
+
empty: (
|
|
58
|
+
display: none,
|
|
59
|
+
),
|
|
63
60
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
),
|
|
61
|
+
href: (
|
|
62
|
+
hover: (
|
|
63
|
+
text-decoration: none,
|
|
68
64
|
),
|
|
69
65
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
66
|
+
focus: (
|
|
67
|
+
box-shadow: $component-focus-box-shadow,
|
|
68
|
+
outline: 0,
|
|
69
|
+
),
|
|
70
|
+
),
|
|
73
71
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
),
|
|
72
|
+
link: (
|
|
73
|
+
color: $badge-link-color,
|
|
74
|
+
text-decoration: $badge-link-text-decoration,
|
|
78
75
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
),
|
|
76
|
+
hover: (
|
|
77
|
+
color: $badge-link-hover-color,
|
|
78
|
+
text-decoration: $badge-link-hover-text-decoration,
|
|
83
79
|
),
|
|
84
80
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
calc(#{$badge-padding-x} * -1),
|
|
89
|
-
max-width: none,
|
|
81
|
+
focus: (
|
|
82
|
+
color: $badge-link-hover-color,
|
|
83
|
+
text-decoration: $badge-link-hover-text-decoration,
|
|
90
84
|
),
|
|
91
85
|
),
|
|
92
|
-
$badge
|
|
93
|
-
);
|
|
94
86
|
|
|
95
|
-
|
|
87
|
+
c-inner: (
|
|
88
|
+
margin: calc(#{$badge-padding-y} * -1)
|
|
89
|
+
calc(#{$badge-padding-x} * -1),
|
|
90
|
+
max-width: none,
|
|
91
|
+
),
|
|
92
|
+
),
|
|
93
|
+
$badge
|
|
94
|
+
);
|
|
96
95
|
|
|
97
|
-
|
|
98
|
-
$badge-lexicon-icon-margin-top: var(--badge-lexicon-icon-margin-top, 0px);
|
|
99
|
-
$badge-lexicon-icon-width: var(--badge-lexicon-icon-width, 0.875em);
|
|
96
|
+
// .badge-item .lexicon-icon
|
|
100
97
|
|
|
101
|
-
|
|
98
|
+
$badge-lexicon-icon-height: var(--badge-lexicon-icon-height, 0.875em) !default;
|
|
99
|
+
$badge-lexicon-icon-margin-top: var(
|
|
100
|
+
--badge-lexicon-icon-margin-top,
|
|
101
|
+
0px
|
|
102
|
+
) !default;
|
|
103
|
+
$badge-lexicon-icon-width: var(--badge-lexicon-icon-width, 0.875em) !default;
|
|
102
104
|
|
|
103
|
-
|
|
105
|
+
// .badge-item-expand
|
|
104
106
|
|
|
105
|
-
|
|
107
|
+
$badge-item-expand-min-width: 6px !default;
|
|
106
108
|
|
|
107
|
-
|
|
109
|
+
// .badge-item-before, .badge-item-after
|
|
108
110
|
|
|
109
|
-
|
|
111
|
+
$badge-item-spacer-x: var(--badge-item-spacer-x, 0.85714em) !default;
|
|
110
112
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
113
|
+
// .badge-item .close
|
|
114
|
+
|
|
115
|
+
$badge-close: () !default;
|
|
116
|
+
$badge-close: map-deep-merge(
|
|
117
|
+
(
|
|
118
|
+
color: inherit,
|
|
119
|
+
opacity: 1,
|
|
120
|
+
border-radius: 1px,
|
|
121
|
+
display: inline-flex,
|
|
122
|
+
font-size: inherit,
|
|
123
|
+
height: auto,
|
|
124
|
+
width: auto,
|
|
125
|
+
|
|
126
|
+
hover: (
|
|
114
127
|
color: inherit,
|
|
115
128
|
opacity: 1,
|
|
116
|
-
|
|
117
|
-
display: inline-flex,
|
|
118
|
-
font-size: inherit,
|
|
119
|
-
height: auto,
|
|
120
|
-
width: auto,
|
|
129
|
+
),
|
|
121
130
|
|
|
131
|
+
focus: (
|
|
132
|
+
opacity: 1,
|
|
133
|
+
),
|
|
134
|
+
),
|
|
135
|
+
$badge-close
|
|
136
|
+
);
|
|
137
|
+
|
|
138
|
+
// .badge-pill
|
|
139
|
+
|
|
140
|
+
$badge-pill-border-radius: 10rem !default;
|
|
141
|
+
$badge-pill-padding-x: 0.6em !default;
|
|
142
|
+
|
|
143
|
+
$badge-pill: () !default;
|
|
144
|
+
$badge-pill: map-deep-merge(
|
|
145
|
+
(
|
|
146
|
+
border-radius: clay-enable-rounded($badge-pill-border-radius),
|
|
147
|
+
padding-left: $badge-pill-padding-x,
|
|
148
|
+
padding-right: $badge-pill-padding-x,
|
|
149
|
+
),
|
|
150
|
+
$badge-pill
|
|
151
|
+
);
|
|
152
|
+
|
|
153
|
+
// .badge-primary
|
|
154
|
+
|
|
155
|
+
$badge-primary: () !default;
|
|
156
|
+
$badge-primary: map-deep-merge(
|
|
157
|
+
(
|
|
158
|
+
background-color: var(--badge-primary-background-color, $primary),
|
|
159
|
+
border-color: var(--badge-primary-border-color, transparent),
|
|
160
|
+
color: var(--badge-primary-color, $white),
|
|
161
|
+
href: (
|
|
122
162
|
hover: (
|
|
123
|
-
color:
|
|
124
|
-
|
|
163
|
+
background-color:
|
|
164
|
+
var(--badge-primary-hover-background-color, $primary-d1),
|
|
165
|
+
border-color:
|
|
166
|
+
var(--badge-primary-hover-border-color, transparent),
|
|
167
|
+
color: var(--badge-primary-hover-color, $white),
|
|
125
168
|
),
|
|
126
169
|
|
|
127
|
-
focus: (
|
|
128
|
-
opacity: 1,
|
|
129
|
-
),
|
|
170
|
+
focus: (),
|
|
130
171
|
),
|
|
131
|
-
$badge-close
|
|
132
|
-
);
|
|
133
172
|
|
|
134
|
-
|
|
173
|
+
link: (),
|
|
174
|
+
),
|
|
175
|
+
$badge-primary
|
|
176
|
+
);
|
|
135
177
|
|
|
136
|
-
|
|
137
|
-
$badge-pill-padding-x: 0.6em;
|
|
178
|
+
// .badge-secondary
|
|
138
179
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
$badge-primary: map-deep-merge(
|
|
153
|
-
(
|
|
154
|
-
background-color: var(--badge-primary-background-color, $primary),
|
|
155
|
-
border-color: var(--badge-primary-border-color, transparent),
|
|
156
|
-
color: var(--badge-primary-color, $white),
|
|
157
|
-
href: (
|
|
158
|
-
hover: (
|
|
159
|
-
background-color:
|
|
160
|
-
var(
|
|
161
|
-
--badge-primary-hover-background-color,
|
|
162
|
-
$primary-d1
|
|
163
|
-
),
|
|
164
|
-
border-color:
|
|
165
|
-
var(--badge-primary-hover-border-color, transparent),
|
|
166
|
-
color: var(--badge-primary-hover-color, $white),
|
|
167
|
-
),
|
|
168
|
-
|
|
169
|
-
focus: (),
|
|
180
|
+
$badge-secondary: () !default;
|
|
181
|
+
$badge-secondary: map-deep-merge(
|
|
182
|
+
(
|
|
183
|
+
background-color: var(--badge-secondary-background-color, $secondary-l3),
|
|
184
|
+
border-color: var(--badge-secondary-border-color, transparent),
|
|
185
|
+
color: var(--badge-secondary-color, $gray-900),
|
|
186
|
+
href: (
|
|
187
|
+
hover: (
|
|
188
|
+
background-color:
|
|
189
|
+
var(--badge-secondary-hover-background-color, $secondary-l2),
|
|
190
|
+
border-color:
|
|
191
|
+
var(--badge-secondary-hover-border-color, transparent),
|
|
192
|
+
color: var(--badge-secondary-hover-color, $gray-900),
|
|
170
193
|
),
|
|
171
194
|
|
|
172
|
-
|
|
195
|
+
focus: (),
|
|
173
196
|
),
|
|
174
|
-
$badge-primary
|
|
175
|
-
);
|
|
176
|
-
|
|
177
|
-
// .badge-secondary
|
|
178
|
-
|
|
179
|
-
$badge-secondary: ();
|
|
180
|
-
$badge-secondary: map-deep-merge(
|
|
181
|
-
(
|
|
182
|
-
background-color:
|
|
183
|
-
var(--badge-secondary-background-color, $secondary-l3),
|
|
184
|
-
border-color: var(--badge-secondary-border-color, transparent),
|
|
185
|
-
color: var(--badge-secondary-color, $gray-900),
|
|
186
|
-
href: (
|
|
187
|
-
hover: (
|
|
188
|
-
background-color:
|
|
189
|
-
var(
|
|
190
|
-
--badge-secondary-hover-background-color,
|
|
191
|
-
$secondary-l2
|
|
192
|
-
),
|
|
193
|
-
border-color:
|
|
194
|
-
var(--badge-secondary-hover-border-color, transparent),
|
|
195
|
-
color: var(--badge-secondary-hover-color, $gray-900),
|
|
196
|
-
),
|
|
197
|
-
|
|
198
|
-
focus: (),
|
|
199
|
-
),
|
|
200
197
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
border-color:
|
|
222
|
-
var(--badge-success-hover-border-color, transparent),
|
|
223
|
-
color: var(--badge-success-hover-color, $white),
|
|
224
|
-
),
|
|
225
|
-
|
|
226
|
-
focus: (),
|
|
198
|
+
link: (),
|
|
199
|
+
),
|
|
200
|
+
$badge-secondary
|
|
201
|
+
);
|
|
202
|
+
|
|
203
|
+
// .badge-success
|
|
204
|
+
|
|
205
|
+
$badge-success: () !default;
|
|
206
|
+
$badge-success: map-deep-merge(
|
|
207
|
+
(
|
|
208
|
+
background-color: var(--badge-success-background-color, $success),
|
|
209
|
+
border-color: var(--badge-success-border-color, transparent),
|
|
210
|
+
color: var(--badge-success-color, $white),
|
|
211
|
+
href: (
|
|
212
|
+
hover: (
|
|
213
|
+
background-color:
|
|
214
|
+
var(--badge-success-hover-background-color, $success-d1),
|
|
215
|
+
border-color:
|
|
216
|
+
var(--badge-success-hover-border-color, transparent),
|
|
217
|
+
color: var(--badge-success-hover-color, $white),
|
|
227
218
|
),
|
|
228
219
|
|
|
229
|
-
|
|
220
|
+
focus: (),
|
|
230
221
|
),
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
),
|
|
250
|
-
|
|
251
|
-
focus: (),
|
|
222
|
+
|
|
223
|
+
link: (),
|
|
224
|
+
),
|
|
225
|
+
$badge-success
|
|
226
|
+
);
|
|
227
|
+
|
|
228
|
+
// .badge-info
|
|
229
|
+
|
|
230
|
+
$badge-info: () !default;
|
|
231
|
+
$badge-info: map-deep-merge(
|
|
232
|
+
(
|
|
233
|
+
background-color: var(--badge-info-background-color, $info),
|
|
234
|
+
border-color: var(--badge-info-border-color, transparent),
|
|
235
|
+
color: var(--badge-info-color, $white),
|
|
236
|
+
href: (
|
|
237
|
+
hover: (
|
|
238
|
+
background-color:
|
|
239
|
+
var(--badge-info-hover-background-color, $info-d1),
|
|
240
|
+
border-color: var(--badge-info-hover-border-color, transparent),
|
|
241
|
+
color: var(--badge-info-hover-color, $white),
|
|
252
242
|
),
|
|
253
243
|
|
|
254
|
-
|
|
244
|
+
focus: (),
|
|
255
245
|
),
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
),
|
|
278
|
-
|
|
279
|
-
focus: (),
|
|
246
|
+
|
|
247
|
+
link: (),
|
|
248
|
+
),
|
|
249
|
+
$badge-info
|
|
250
|
+
);
|
|
251
|
+
|
|
252
|
+
// .badge-warning
|
|
253
|
+
|
|
254
|
+
$badge-warning: () !default;
|
|
255
|
+
$badge-warning: map-deep-merge(
|
|
256
|
+
(
|
|
257
|
+
background-color: var(--badge-warning-background-color, $warning),
|
|
258
|
+
border-color: var(--badge-warning-border-color, transparent),
|
|
259
|
+
color: var(--badge-warning-color, $white),
|
|
260
|
+
href: (
|
|
261
|
+
hover: (
|
|
262
|
+
background-color:
|
|
263
|
+
var(--badge-warning-hover-background-color, $warning-d1),
|
|
264
|
+
border-color:
|
|
265
|
+
var(--badge-warning-hover-border-color, transparent),
|
|
266
|
+
color: var(--badge-warning-hover-color, $white),
|
|
280
267
|
),
|
|
281
268
|
|
|
282
|
-
|
|
269
|
+
focus: (),
|
|
283
270
|
),
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
271
|
+
|
|
272
|
+
link: (),
|
|
273
|
+
),
|
|
274
|
+
$badge-warning
|
|
275
|
+
);
|
|
276
|
+
|
|
277
|
+
// .badge-danger
|
|
278
|
+
|
|
279
|
+
$badge-danger: () !default;
|
|
280
|
+
$badge-danger: map-deep-merge(
|
|
281
|
+
(
|
|
282
|
+
background-color: var(--badge-danger-background-color, $danger),
|
|
283
|
+
border-color: var(--badge-danger-border-color, transparent),
|
|
284
|
+
color: var(--badge-danger-color, $white),
|
|
285
|
+
href: (
|
|
286
|
+
hover: (
|
|
287
|
+
background-color:
|
|
288
|
+
var(--badge-danger-hover-background-color, $danger-d1),
|
|
289
|
+
border-color:
|
|
290
|
+
var(--badge-danger-hover-border-color, transparent),
|
|
291
|
+
color: var(--badge-danger-hover-color, $white),
|
|
305
292
|
),
|
|
306
293
|
|
|
307
|
-
|
|
294
|
+
focus: (),
|
|
308
295
|
),
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
$badge-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
),
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
296
|
+
|
|
297
|
+
link: (),
|
|
298
|
+
),
|
|
299
|
+
$badge-danger
|
|
300
|
+
);
|
|
301
|
+
|
|
302
|
+
$badge-palette: () !default;
|
|
303
|
+
$badge-palette: map-deep-merge(
|
|
304
|
+
(
|
|
305
|
+
primary: $badge-primary,
|
|
306
|
+
|
|
307
|
+
secondary: $badge-secondary,
|
|
308
|
+
|
|
309
|
+
success: $badge-success,
|
|
310
|
+
|
|
311
|
+
info: $badge-info,
|
|
312
|
+
|
|
313
|
+
warning: $badge-warning,
|
|
314
|
+
|
|
315
|
+
danger: $badge-danger,
|
|
316
|
+
|
|
317
|
+
light: (),
|
|
318
|
+
dark: (),
|
|
319
|
+
'.badge-translucent.badge-primary': (),
|
|
320
|
+
'.badge-translucent.badge-info, .badge-beta': (),
|
|
321
|
+
'.badge-translucent.badge-success': (),
|
|
322
|
+
'.badge-translucent.badge-warning': (),
|
|
323
|
+
'.badge-translucent.badge-danger': (),
|
|
324
|
+
'%clay-dark-badge-translucent-primary': (),
|
|
325
|
+
'.clay-dark .badge-translucent.badge-primary': (),
|
|
326
|
+
'.clay-dark.badge-translucent.badge-primary': (),
|
|
327
|
+
'%clay-dark-badge-translucent-info': (),
|
|
328
|
+
'.clay-dark .badge-translucent.badge-info, .badge-beta-dark': (),
|
|
329
|
+
'.clay-dark.badge-translucent.badge-info': (),
|
|
330
|
+
'%clay-dark-badge-translucent-success': (),
|
|
331
|
+
'.clay-dark .badge-translucent.badge-success': (),
|
|
332
|
+
'.clay-dark.badge-translucent.badge-success': (),
|
|
333
|
+
'%clay-dark-badge-translucent-warning': (),
|
|
334
|
+
'.clay-dark .badge-translucent.badge-warning': (),
|
|
335
|
+
'.clay-dark.badge-translucent.badge-warning': (),
|
|
336
|
+
'%clay-dark-badge-translucent-danger': (),
|
|
337
|
+
'.clay-dark .badge-translucent.badge-danger': (),
|
|
338
|
+
'.clay-dark.badge-translucent.badge-danger': (),
|
|
339
|
+
),
|
|
340
|
+
$badge-palette
|
|
341
|
+
);
|