@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,1212 +1,1205 @@
|
|
|
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
|
-
padding-left
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
variable-exists(btn-sm),
|
|
46
|
-
map-get($btn-sm, padding-right),
|
|
47
|
-
0.5rem
|
|
48
|
-
),
|
|
49
|
-
padding-top:
|
|
50
|
-
if(
|
|
51
|
-
variable-exists(btn-sm),
|
|
52
|
-
map-get($btn-sm, padding-top),
|
|
53
|
-
0.25rem
|
|
54
|
-
),
|
|
55
|
-
),
|
|
56
|
-
$alert-btn
|
|
57
|
-
);
|
|
58
|
-
|
|
59
|
-
$alert-btn-group: ();
|
|
60
|
-
$alert-btn-group: map-deep-merge(
|
|
61
|
-
(
|
|
62
|
-
margin-bottom: -0.125rem,
|
|
63
|
-
margin-top: -0.125rem,
|
|
64
|
-
),
|
|
65
|
-
$alert-btn-group
|
|
66
|
-
);
|
|
67
|
-
|
|
68
|
-
$alert-btn-group-item: ();
|
|
69
|
-
$alert-btn-group-item: map-deep-merge(
|
|
70
|
-
(
|
|
71
|
-
margin-bottom: 0.125rem,
|
|
72
|
-
margin-top: 0.125rem,
|
|
73
|
-
),
|
|
74
|
-
$alert-btn-group-item
|
|
75
|
-
);
|
|
76
|
-
|
|
77
|
-
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
78
|
-
|
|
79
|
-
$alert-close-font-size: 0.875rem;
|
|
1
|
+
$alert-border-radius: var(--alert-border-radius, $border-radius) !default;
|
|
2
|
+
$alert-border-style: solid !default;
|
|
3
|
+
$alert-border-width: var(--alert-border-width, $border-width) !default;
|
|
4
|
+
$alert-font-size: var(--alert-font-size, 0.875rem) !default;
|
|
5
|
+
$alert-margin-bottom: 1rem !default;
|
|
6
|
+
$alert-padding-x: var(--alert-padding-x, 1rem) !default;
|
|
7
|
+
$alert-padding-y: var(--alert-padding-y, 0.9375rem) !default;
|
|
8
|
+
|
|
9
|
+
$alert-btn: () !default;
|
|
10
|
+
$alert-btn: map-deep-merge(
|
|
11
|
+
(
|
|
12
|
+
border-radius:
|
|
13
|
+
if(
|
|
14
|
+
variable-exists(btn-sm),
|
|
15
|
+
map-get($btn-sm, border-radius),
|
|
16
|
+
$border-radius-sm
|
|
17
|
+
),
|
|
18
|
+
font-size:
|
|
19
|
+
if(
|
|
20
|
+
variable-exists(btn-sm),
|
|
21
|
+
map-get($btn-sm, font-size),
|
|
22
|
+
$font-size-sm
|
|
23
|
+
),
|
|
24
|
+
line-height:
|
|
25
|
+
if(
|
|
26
|
+
variable-exists(btn-sm),
|
|
27
|
+
map-get($btn-sm, line-height),
|
|
28
|
+
$line-height-sm
|
|
29
|
+
),
|
|
30
|
+
padding-bottom:
|
|
31
|
+
if(
|
|
32
|
+
variable-exists(btn-sm),
|
|
33
|
+
map-get($btn-sm, padding-bottom),
|
|
34
|
+
0.25rem
|
|
35
|
+
),
|
|
36
|
+
padding-left:
|
|
37
|
+
if(variable-exists(btn-sm), map-get($btn-sm, padding-left), 0.5rem),
|
|
38
|
+
padding-right:
|
|
39
|
+
if(variable-exists(btn-sm), map-get($btn-sm, padding-right), 0.5rem),
|
|
40
|
+
padding-top:
|
|
41
|
+
if(variable-exists(btn-sm), map-get($btn-sm, padding-top), 0.25rem),
|
|
42
|
+
),
|
|
43
|
+
$alert-btn
|
|
44
|
+
);
|
|
80
45
|
|
|
81
|
-
|
|
46
|
+
$alert-btn-group: () !default;
|
|
47
|
+
$alert-btn-group: map-deep-merge(
|
|
48
|
+
(
|
|
49
|
+
margin-bottom: -0.125rem,
|
|
50
|
+
margin-top: -0.125rem,
|
|
51
|
+
),
|
|
52
|
+
$alert-btn-group
|
|
53
|
+
);
|
|
82
54
|
|
|
83
|
-
|
|
55
|
+
$alert-btn-group-item: () !default;
|
|
56
|
+
$alert-btn-group-item: map-deep-merge(
|
|
57
|
+
(
|
|
58
|
+
margin-bottom: 0.125rem,
|
|
59
|
+
margin-top: 0.125rem,
|
|
60
|
+
),
|
|
61
|
+
$alert-btn-group-item
|
|
62
|
+
);
|
|
84
63
|
|
|
85
|
-
|
|
64
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
86
65
|
|
|
87
|
-
|
|
66
|
+
$alert-close-font-size: 0.875rem !default;
|
|
88
67
|
|
|
89
|
-
|
|
68
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
90
69
|
|
|
91
|
-
|
|
70
|
+
$alert-close-height: 2rem !default;
|
|
92
71
|
|
|
93
|
-
|
|
72
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
94
73
|
|
|
95
|
-
|
|
74
|
+
$alert-close-line-height: null !default;
|
|
96
75
|
|
|
97
|
-
|
|
76
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
98
77
|
|
|
99
|
-
|
|
78
|
+
$alert-close-opacity: null !default;
|
|
100
79
|
|
|
101
|
-
|
|
80
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
102
81
|
|
|
103
|
-
|
|
82
|
+
$alert-close-margin-left: null !default;
|
|
104
83
|
|
|
105
|
-
|
|
84
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
106
85
|
|
|
107
|
-
|
|
86
|
+
$alert-close-padding-bottom: 0rem !default;
|
|
108
87
|
|
|
109
|
-
|
|
88
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
110
89
|
|
|
111
|
-
|
|
90
|
+
$alert-close-padding-left: 0rem !default;
|
|
112
91
|
|
|
113
|
-
|
|
92
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
114
93
|
|
|
115
|
-
|
|
94
|
+
$alert-close-padding-right: 0rem !default;
|
|
116
95
|
|
|
117
|
-
|
|
96
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
118
97
|
|
|
119
|
-
|
|
98
|
+
$alert-close-padding-top: 0rem !default;
|
|
120
99
|
|
|
121
|
-
|
|
100
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
122
101
|
|
|
123
|
-
|
|
102
|
+
$alert-close-position-right: 0.5rem !default;
|
|
124
103
|
|
|
125
|
-
|
|
126
|
-
$alert-close: map-deep-merge(
|
|
127
|
-
(
|
|
128
|
-
color: inherit,
|
|
129
|
-
font-size: $alert-close-font-size,
|
|
130
|
-
height: $alert-close-height,
|
|
131
|
-
line-height: $alert-close-line-height,
|
|
132
|
-
margin-left: $alert-close-margin-left,
|
|
133
|
-
opacity: $alert-close-opacity,
|
|
134
|
-
padding-bottom: $alert-close-padding-bottom,
|
|
135
|
-
padding-left: $alert-close-padding-left,
|
|
136
|
-
padding-right: $alert-close-padding-right,
|
|
137
|
-
padding-top: $alert-close-padding-top,
|
|
138
|
-
position: absolute,
|
|
139
|
-
right: $alert-close-position-right,
|
|
140
|
-
top: $alert-close-position-top,
|
|
141
|
-
width: $alert-close-width,
|
|
104
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
142
105
|
|
|
143
|
-
|
|
144
|
-
color: inherit,
|
|
145
|
-
),
|
|
146
|
-
),
|
|
147
|
-
$alert-close
|
|
148
|
-
);
|
|
106
|
+
$alert-close-position-top: 0.75rem !default;
|
|
149
107
|
|
|
150
|
-
|
|
151
|
-
$alert-lead-font-weight: var(
|
|
152
|
-
--alert-lead-font-weight,
|
|
153
|
-
$font-weight-semi-bold
|
|
154
|
-
);
|
|
155
|
-
$alert-lead-spacer-x: 0.3125rem;
|
|
108
|
+
// @deprecated as of v2.12.0 use the Sass map `$alert-close` instead
|
|
156
109
|
|
|
157
|
-
|
|
110
|
+
$alert-close-width: $alert-close-height !default;
|
|
158
111
|
|
|
159
|
-
|
|
112
|
+
$alert-close: () !default;
|
|
113
|
+
$alert-close: map-deep-merge(
|
|
114
|
+
(
|
|
115
|
+
color: inherit,
|
|
116
|
+
font-size: $alert-close-font-size,
|
|
117
|
+
height: $alert-close-height,
|
|
118
|
+
line-height: $alert-close-line-height,
|
|
119
|
+
margin-left: $alert-close-margin-left,
|
|
120
|
+
opacity: $alert-close-opacity,
|
|
121
|
+
padding-bottom: $alert-close-padding-bottom,
|
|
122
|
+
padding-left: $alert-close-padding-left,
|
|
123
|
+
padding-right: $alert-close-padding-right,
|
|
124
|
+
padding-top: $alert-close-padding-top,
|
|
125
|
+
position: absolute,
|
|
126
|
+
right: $alert-close-position-right,
|
|
127
|
+
top: $alert-close-position-top,
|
|
128
|
+
width: $alert-close-width,
|
|
160
129
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
130
|
+
hover: (
|
|
131
|
+
color: inherit,
|
|
132
|
+
),
|
|
133
|
+
),
|
|
134
|
+
$alert-close
|
|
135
|
+
);
|
|
136
|
+
|
|
137
|
+
$alert-lead-font-size: var(--alert-lead-font-size, $alert-font-size) !default;
|
|
138
|
+
$alert-lead-font-weight: var(
|
|
139
|
+
--alert-lead-font-weight,
|
|
140
|
+
$font-weight-semi-bold
|
|
141
|
+
) !default;
|
|
142
|
+
$alert-lead-spacer-x: 0.3125rem !default;
|
|
143
|
+
|
|
144
|
+
$alert-title: () !default;
|
|
145
|
+
|
|
146
|
+
$alert-subtitle: () !default;
|
|
147
|
+
|
|
148
|
+
$alert: () !default;
|
|
149
|
+
$alert: map-deep-merge(
|
|
150
|
+
(
|
|
151
|
+
border-color: transparent,
|
|
152
|
+
border-style: $alert-border-style,
|
|
153
|
+
border-width: $alert-border-width,
|
|
154
|
+
border-radius: clay-enable-rounded($alert-border-radius),
|
|
155
|
+
display: block,
|
|
156
|
+
font-size: $alert-font-size,
|
|
157
|
+
margin-bottom: $alert-margin-bottom,
|
|
158
|
+
padding: $alert-padding-y $alert-padding-x,
|
|
159
|
+
position: relative,
|
|
160
|
+
white-space: normal,
|
|
161
|
+
word-wrap: break-word,
|
|
162
|
+
|
|
163
|
+
alert-btn: $alert-btn,
|
|
164
|
+
|
|
165
|
+
btn-group: $alert-btn-group,
|
|
166
|
+
|
|
167
|
+
btn-group-item: $alert-btn-group-item,
|
|
168
|
+
|
|
169
|
+
close: $alert-close,
|
|
170
|
+
|
|
171
|
+
lead: (
|
|
172
|
+
font-size: $alert-lead-font-size,
|
|
173
|
+
font-weight: $alert-lead-font-weight,
|
|
174
|
+
margin-right: $alert-lead-spacer-x,
|
|
175
|
+
),
|
|
175
176
|
|
|
176
|
-
|
|
177
|
+
component-title: $alert-title,
|
|
177
178
|
|
|
178
|
-
|
|
179
|
+
component-subtitle: $alert-subtitle,
|
|
180
|
+
),
|
|
181
|
+
$alert
|
|
182
|
+
);
|
|
179
183
|
|
|
180
|
-
|
|
184
|
+
// .alert-link
|
|
181
185
|
|
|
182
|
-
|
|
186
|
+
$alert-link-decoration: null !default;
|
|
187
|
+
$alert-link-font-weight: $font-weight-bold !default;
|
|
183
188
|
|
|
184
|
-
|
|
185
|
-
font-size: $alert-lead-font-size,
|
|
186
|
-
font-weight: $alert-lead-font-weight,
|
|
187
|
-
margin-right: $alert-lead-spacer-x,
|
|
188
|
-
),
|
|
189
|
+
$alert-link-hover-decoration: underline !default;
|
|
189
190
|
|
|
190
|
-
|
|
191
|
+
$alert-link: () !default;
|
|
192
|
+
$alert-link: map-deep-merge(
|
|
193
|
+
(
|
|
194
|
+
font-weight: $alert-link-font-weight,
|
|
195
|
+
text-decoration: $alert-link-decoration,
|
|
191
196
|
|
|
192
|
-
|
|
197
|
+
hover: (
|
|
198
|
+
text-decoration: $alert-link-hover-decoration,
|
|
193
199
|
),
|
|
194
|
-
$alert
|
|
195
|
-
);
|
|
196
|
-
|
|
197
|
-
// .alert-link
|
|
198
|
-
|
|
199
|
-
$alert-link-decoration: null;
|
|
200
|
-
$alert-link-font-weight: $font-weight-bold;
|
|
201
200
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
$alert-link: ();
|
|
205
|
-
$alert-link: map-deep-merge(
|
|
206
|
-
(
|
|
207
|
-
font-weight: $alert-link-font-weight,
|
|
208
|
-
text-decoration: $alert-link-decoration,
|
|
209
|
-
|
|
210
|
-
hover: (
|
|
211
|
-
text-decoration: $alert-link-hover-decoration,
|
|
212
|
-
),
|
|
213
|
-
|
|
214
|
-
focus: (
|
|
215
|
-
text-decoration: $alert-link-hover-decoration,
|
|
216
|
-
),
|
|
201
|
+
focus: (
|
|
202
|
+
text-decoration: $alert-link-hover-decoration,
|
|
217
203
|
),
|
|
218
|
-
|
|
219
|
-
|
|
204
|
+
),
|
|
205
|
+
$alert-link
|
|
206
|
+
);
|
|
220
207
|
|
|
221
|
-
|
|
208
|
+
// .alert-indicator
|
|
222
209
|
|
|
223
|
-
|
|
210
|
+
$alert-indicator-font-size: 1.25rem !default;
|
|
224
211
|
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
212
|
+
$alert-indicator: () !default;
|
|
213
|
+
$alert-indicator: map-deep-merge(
|
|
214
|
+
(
|
|
215
|
+
font-size: $alert-indicator-font-size,
|
|
216
|
+
line-height: 1,
|
|
217
|
+
vertical-align: 8%,
|
|
231
218
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
),
|
|
219
|
+
lead: (
|
|
220
|
+
margin-left: $alert-lead-spacer-x,
|
|
235
221
|
),
|
|
236
|
-
|
|
237
|
-
|
|
222
|
+
),
|
|
223
|
+
$alert-indicator
|
|
224
|
+
);
|
|
238
225
|
|
|
239
|
-
|
|
226
|
+
// .alert-footer
|
|
240
227
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
// Alert Dismissible
|
|
250
|
-
|
|
251
|
-
$alert-dismissible-padding-bottom: null;
|
|
252
|
-
$alert-dismissible-padding-left: null;
|
|
253
|
-
$alert-dismissible-padding-right: 2.5rem;
|
|
254
|
-
$alert-dismissible-padding-top: null;
|
|
255
|
-
|
|
256
|
-
$alert-dismissible: ();
|
|
257
|
-
$alert-dismissible: map-deep-merge(
|
|
258
|
-
(
|
|
259
|
-
padding-bottom: $alert-dismissible-padding-bottom,
|
|
260
|
-
padding-left: $alert-dismissible-padding-left,
|
|
261
|
-
padding-right: $alert-dismissible-padding-right,
|
|
262
|
-
padding-top: $alert-dismissible-padding-top,
|
|
263
|
-
),
|
|
264
|
-
$alert-dismissible
|
|
265
|
-
);
|
|
228
|
+
$alert-footer: () !default;
|
|
229
|
+
$alert-footer: map-merge(
|
|
230
|
+
(
|
|
231
|
+
margin-top: 1.375rem,
|
|
232
|
+
),
|
|
233
|
+
$alert-footer
|
|
234
|
+
);
|
|
266
235
|
|
|
267
|
-
|
|
236
|
+
// Alert Dismissible
|
|
268
237
|
|
|
269
|
-
|
|
238
|
+
$alert-dismissible-padding-bottom: null !default;
|
|
239
|
+
$alert-dismissible-padding-left: null !default;
|
|
240
|
+
$alert-dismissible-padding-right: 2.5rem !default;
|
|
241
|
+
$alert-dismissible-padding-top: null !default;
|
|
270
242
|
|
|
271
|
-
|
|
243
|
+
$alert-dismissible: () !default;
|
|
244
|
+
$alert-dismissible: map-deep-merge(
|
|
245
|
+
(
|
|
246
|
+
padding-bottom: $alert-dismissible-padding-bottom,
|
|
247
|
+
padding-left: $alert-dismissible-padding-left,
|
|
248
|
+
padding-right: $alert-dismissible-padding-right,
|
|
249
|
+
padding-top: $alert-dismissible-padding-top,
|
|
250
|
+
),
|
|
251
|
+
$alert-dismissible
|
|
252
|
+
);
|
|
272
253
|
|
|
273
|
-
|
|
254
|
+
// Alert Fluid
|
|
274
255
|
|
|
275
|
-
|
|
256
|
+
// @deprecated use the Sass map `$alert-fluid` instead
|
|
276
257
|
|
|
277
|
-
|
|
258
|
+
$alert-fluid-border-bottom-width: 1px !default;
|
|
278
259
|
|
|
279
|
-
|
|
260
|
+
// @deprecated use the Sass map `$alert-fluid` instead
|
|
280
261
|
|
|
281
|
-
|
|
262
|
+
$alert-fluid-border-left-width: 0px !default;
|
|
282
263
|
|
|
283
|
-
|
|
264
|
+
// @deprecated use the Sass map `$alert-fluid` instead
|
|
284
265
|
|
|
285
|
-
|
|
266
|
+
$alert-fluid-border-right-width: 0px !default;
|
|
286
267
|
|
|
287
|
-
|
|
288
|
-
$alert-fluid-border-right-width
|
|
289
|
-
$alert-fluid-border-bottom-width
|
|
290
|
-
$alert-fluid-border-left-width;
|
|
291
|
-
$alert-fluid-margin-bottom: 0rem;
|
|
268
|
+
// @deprecated use the Sass map `$alert-fluid` instead
|
|
292
269
|
|
|
293
|
-
|
|
270
|
+
$alert-fluid-border-top-width: 0px !default;
|
|
294
271
|
|
|
295
|
-
|
|
296
|
-
$alert-fluid-container: map-merge(
|
|
297
|
-
(
|
|
298
|
-
padding-bottom: $alert-padding-y,
|
|
299
|
-
padding-left: $alert-padding-x,
|
|
300
|
-
padding-right: $alert-padding-x,
|
|
301
|
-
padding-top: $alert-padding-y,
|
|
302
|
-
),
|
|
303
|
-
$alert-fluid-container
|
|
304
|
-
);
|
|
272
|
+
// @deprecated use the Sass map `$alert-fluid` instead
|
|
305
273
|
|
|
306
|
-
|
|
274
|
+
$alert-fluid-border-width: $alert-fluid-border-top-width
|
|
275
|
+
$alert-fluid-border-right-width $alert-fluid-border-bottom-width
|
|
276
|
+
$alert-fluid-border-left-width !default;
|
|
277
|
+
$alert-fluid-margin-bottom: 0rem !default;
|
|
307
278
|
|
|
308
|
-
|
|
309
|
-
$alert-fluid-dismissible-container: map-merge(
|
|
310
|
-
(
|
|
311
|
-
padding-bottom: $alert-dismissible-padding-bottom,
|
|
312
|
-
padding-left: $alert-dismissible-padding-left,
|
|
313
|
-
padding-right:
|
|
314
|
-
calc(
|
|
315
|
-
#{$alert-dismissible-padding-right} +
|
|
316
|
-
#{$grid-gutter-width *
|
|
317
|
-
0.5}
|
|
318
|
-
),
|
|
319
|
-
padding-top: $alert-dismissible-padding-top,
|
|
320
|
-
position: relative,
|
|
321
|
-
),
|
|
322
|
-
$alert-fluid-dismissible-container
|
|
323
|
-
);
|
|
279
|
+
// @deprecated use the Sass map `$alert-fluid` instead
|
|
324
280
|
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
$alert-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
$alert-fluid
|
|
334
|
-
|
|
335
|
-
(
|
|
336
|
-
border-radius: 0px,
|
|
337
|
-
border-width: $alert-fluid-border-width,
|
|
338
|
-
margin-bottom: $alert-fluid-margin-bottom,
|
|
339
|
-
padding: 0rem,
|
|
340
|
-
|
|
341
|
-
alert-dismissible: (
|
|
342
|
-
container-fluid: $alert-fluid-dismissible-container,
|
|
343
|
-
),
|
|
281
|
+
$alert-fluid-container: () !default;
|
|
282
|
+
$alert-fluid-container: map-merge(
|
|
283
|
+
(
|
|
284
|
+
padding-bottom: $alert-padding-y,
|
|
285
|
+
padding-left: $alert-padding-x,
|
|
286
|
+
padding-right: $alert-padding-x,
|
|
287
|
+
padding-top: $alert-padding-y,
|
|
288
|
+
),
|
|
289
|
+
$alert-fluid-container
|
|
290
|
+
);
|
|
344
291
|
|
|
345
|
-
|
|
292
|
+
// @deprecated use the Sass map `$alert-fluid` instead
|
|
346
293
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
$alert-notifications-absolute-left: null;
|
|
356
|
-
$alert-notifications-absolute-right: 0.5rem;
|
|
357
|
-
$alert-notifications-absolute-top: 4.75rem;
|
|
358
|
-
|
|
359
|
-
$alert-notifications-absolute-bottom-mobile: null;
|
|
360
|
-
$alert-notifications-absolute-left-mobile: 0.5rem;
|
|
361
|
-
$alert-notifications-absolute-right-mobile: 0.5rem;
|
|
362
|
-
$alert-notifications-absolute-top-mobile: 4.25rem;
|
|
363
|
-
|
|
364
|
-
$alert-notifications-absolute: ();
|
|
365
|
-
$alert-notifications-absolute: map-deep-merge(
|
|
366
|
-
(
|
|
367
|
-
breakpoint-down: sm,
|
|
368
|
-
bottom: $alert-notifications-absolute-bottom,
|
|
369
|
-
height: 0rem,
|
|
370
|
-
left: $alert-notifications-absolute-left,
|
|
371
|
-
position: absolute,
|
|
372
|
-
right: $alert-notifications-absolute-right,
|
|
373
|
-
top: $alert-notifications-absolute-top,
|
|
374
|
-
z-index: $zindex-alert-notifications,
|
|
375
|
-
|
|
376
|
-
mobile: (
|
|
377
|
-
bottom: $alert-notifications-absolute-bottom-mobile,
|
|
378
|
-
left: $alert-notifications-absolute-left-mobile,
|
|
379
|
-
right: $alert-notifications-absolute-right-mobile,
|
|
380
|
-
top: $alert-notifications-absolute-top-mobile,
|
|
294
|
+
$alert-fluid-dismissible-container: () !default;
|
|
295
|
+
$alert-fluid-dismissible-container: map-merge(
|
|
296
|
+
(
|
|
297
|
+
padding-bottom: $alert-dismissible-padding-bottom,
|
|
298
|
+
padding-left: $alert-dismissible-padding-left,
|
|
299
|
+
padding-right:
|
|
300
|
+
calc(
|
|
301
|
+
#{$alert-dismissible-padding-right} + #{$grid-gutter-width * 0.5}
|
|
381
302
|
),
|
|
303
|
+
padding-top: $alert-dismissible-padding-top,
|
|
304
|
+
position: relative,
|
|
305
|
+
),
|
|
306
|
+
$alert-fluid-dismissible-container
|
|
307
|
+
);
|
|
308
|
+
|
|
309
|
+
$alert-fluid-close: () !default;
|
|
310
|
+
$alert-fluid-close: map-deep-merge(
|
|
311
|
+
(
|
|
312
|
+
right: calc(#{$grid-gutter-width * 0.5} + 0.25rem),
|
|
313
|
+
),
|
|
314
|
+
$alert-fluid-close
|
|
315
|
+
);
|
|
316
|
+
|
|
317
|
+
$alert-fluid: () !default;
|
|
318
|
+
$alert-fluid: map-deep-merge(
|
|
319
|
+
(
|
|
320
|
+
border-radius: 0px,
|
|
321
|
+
border-width: $alert-fluid-border-width,
|
|
322
|
+
margin-bottom: $alert-fluid-margin-bottom,
|
|
323
|
+
padding: 0rem,
|
|
324
|
+
|
|
325
|
+
alert-dismissible: (
|
|
326
|
+
container-fluid: $alert-fluid-dismissible-container,
|
|
382
327
|
),
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
$alert-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
328
|
+
|
|
329
|
+
container-fluid: $alert-fluid-container,
|
|
330
|
+
|
|
331
|
+
close: $alert-fluid-close,
|
|
332
|
+
),
|
|
333
|
+
$alert-fluid
|
|
334
|
+
);
|
|
335
|
+
|
|
336
|
+
// .alert-notifications-absolute
|
|
337
|
+
|
|
338
|
+
$alert-notifications-absolute-bottom: null !default;
|
|
339
|
+
$alert-notifications-absolute-left: null !default;
|
|
340
|
+
$alert-notifications-absolute-right: 0.5rem !default;
|
|
341
|
+
$alert-notifications-absolute-top: 4.75rem !default;
|
|
342
|
+
|
|
343
|
+
$alert-notifications-absolute-bottom-mobile: null !default;
|
|
344
|
+
$alert-notifications-absolute-left-mobile: 0.5rem !default;
|
|
345
|
+
$alert-notifications-absolute-right-mobile: 0.5rem !default;
|
|
346
|
+
$alert-notifications-absolute-top-mobile: 4.25rem !default;
|
|
347
|
+
|
|
348
|
+
$alert-notifications-absolute: () !default;
|
|
349
|
+
$alert-notifications-absolute: map-deep-merge(
|
|
350
|
+
(
|
|
351
|
+
breakpoint-down: sm,
|
|
352
|
+
bottom: $alert-notifications-absolute-bottom,
|
|
353
|
+
height: 0rem,
|
|
354
|
+
left: $alert-notifications-absolute-left,
|
|
355
|
+
position: absolute,
|
|
356
|
+
right: $alert-notifications-absolute-right,
|
|
357
|
+
top: $alert-notifications-absolute-top,
|
|
358
|
+
z-index: $zindex-alert-notifications,
|
|
359
|
+
|
|
360
|
+
mobile: (
|
|
361
|
+
bottom: $alert-notifications-absolute-bottom-mobile,
|
|
362
|
+
left: $alert-notifications-absolute-left-mobile,
|
|
363
|
+
right: $alert-notifications-absolute-right-mobile,
|
|
364
|
+
top: $alert-notifications-absolute-top-mobile,
|
|
415
365
|
),
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
366
|
+
),
|
|
367
|
+
$alert-notifications-absolute
|
|
368
|
+
);
|
|
369
|
+
|
|
370
|
+
// .alert-notifications-fixed
|
|
371
|
+
|
|
372
|
+
$alert-notifications-fixed-bottom: 1.25rem !default;
|
|
373
|
+
$alert-notifications-fixed-left: 1.25rem !default;
|
|
374
|
+
$alert-notifications-fixed-right: null !default;
|
|
375
|
+
$alert-notifications-fixed-top: null !default;
|
|
376
|
+
|
|
377
|
+
$alert-notifications-fixed-bottom-mobile: 1rem !default;
|
|
378
|
+
$alert-notifications-fixed-left-mobile: calc(
|
|
379
|
+
#{$grid-gutter-width} * 0.5
|
|
380
|
+
) !default;
|
|
381
|
+
$alert-notifications-fixed-right-mobile: calc(
|
|
382
|
+
#{$grid-gutter-width} * 0.5
|
|
383
|
+
) !default;
|
|
384
|
+
$alert-notifications-fixed-top-mobile: null !default;
|
|
385
|
+
|
|
386
|
+
$alert-notifications-fixed: () !default;
|
|
387
|
+
$alert-notifications-fixed: map-deep-merge(
|
|
388
|
+
(
|
|
389
|
+
breakpoint-down: sm,
|
|
390
|
+
bottom: $alert-notifications-fixed-bottom,
|
|
391
|
+
left: $alert-notifications-fixed-left,
|
|
392
|
+
position: fixed,
|
|
393
|
+
right: $alert-notifications-fixed-right,
|
|
394
|
+
top: $alert-notifications-fixed-top,
|
|
395
|
+
z-index: $zindex-alert-notifications,
|
|
396
|
+
|
|
397
|
+
mobile: (
|
|
398
|
+
bottom: $alert-notifications-fixed-bottom-mobile,
|
|
399
|
+
left: $alert-notifications-fixed-left-mobile,
|
|
400
|
+
right: $alert-notifications-fixed-right-mobile,
|
|
401
|
+
top: $alert-notifications-fixed-top-mobile,
|
|
432
402
|
),
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
403
|
+
),
|
|
404
|
+
$alert-notifications-fixed
|
|
405
|
+
);
|
|
406
|
+
|
|
407
|
+
// .alert-notifications
|
|
408
|
+
|
|
409
|
+
$alert-notifications-box-shadow: null !default;
|
|
410
|
+
$alert-notifications-max-width: 22.5rem !default;
|
|
411
|
+
|
|
412
|
+
$alert-notification: () !default;
|
|
413
|
+
$alert-notification: map-merge(
|
|
414
|
+
(
|
|
415
|
+
box-shadow: $alert-notifications-box-shadow,
|
|
416
|
+
clear: both,
|
|
417
|
+
float: left,
|
|
418
|
+
margin-bottom: $alert-margin-bottom,
|
|
419
|
+
max-width: $alert-notifications-max-width,
|
|
420
|
+
),
|
|
421
|
+
$alert-notification
|
|
422
|
+
);
|
|
423
|
+
|
|
424
|
+
$alert-notification-sm-down: () !default;
|
|
425
|
+
$alert-notification-sm-down: map-merge(
|
|
426
|
+
(
|
|
427
|
+
enabled: $enable-scaling-components,
|
|
428
|
+
max-width: none,
|
|
429
|
+
width: 100%,
|
|
430
|
+
),
|
|
431
|
+
$alert-notification-sm-down
|
|
432
|
+
);
|
|
433
|
+
|
|
434
|
+
// .autofit-row.alert-autofit-row
|
|
435
|
+
|
|
436
|
+
$alert-autofit-row: () !default;
|
|
437
|
+
$alert-autofit-row: map-deep-merge(
|
|
438
|
+
(
|
|
439
|
+
align-items: baseline,
|
|
440
|
+
margin-left: -0.5rem,
|
|
441
|
+
margin-right: -0.5rem,
|
|
442
|
+
width: auto,
|
|
443
|
+
|
|
444
|
+
autofit-col: (
|
|
445
|
+
padding-left: 0.5rem,
|
|
446
|
+
padding-right: 0.5rem,
|
|
442
447
|
),
|
|
443
|
-
|
|
444
|
-
|
|
448
|
+
),
|
|
449
|
+
$alert-autofit-row
|
|
450
|
+
);
|
|
445
451
|
|
|
446
|
-
|
|
452
|
+
// Alert Color Levels
|
|
447
453
|
|
|
448
|
-
|
|
449
|
-
$alert-autofit-row: map-deep-merge(
|
|
450
|
-
(
|
|
451
|
-
align-items: baseline,
|
|
452
|
-
margin-left: -0.5rem,
|
|
453
|
-
margin-right: -0.5rem,
|
|
454
|
-
width: auto,
|
|
454
|
+
// @deprecated as of v3.x with no replacement, this color modifier is too specific to support a variety of colors
|
|
455
455
|
|
|
456
|
-
|
|
457
|
-
padding-left: 0.5rem,
|
|
458
|
-
padding-right: 0.5rem,
|
|
459
|
-
),
|
|
460
|
-
),
|
|
461
|
-
$alert-autofit-row
|
|
462
|
-
);
|
|
456
|
+
$alert-bg-level: -10 !default;
|
|
463
457
|
|
|
464
|
-
|
|
458
|
+
// @deprecated as of v3.x with no replacement, this color modifier is too specific to support a variety of colors
|
|
465
459
|
|
|
466
|
-
|
|
460
|
+
$alert-border-level: -9 !default;
|
|
467
461
|
|
|
468
|
-
|
|
462
|
+
// @deprecated as of v3.x with no replacement, this color modifier is too specific to support a variety of colors
|
|
469
463
|
|
|
470
|
-
|
|
464
|
+
$alert-color-level: 6 !default;
|
|
471
465
|
|
|
472
|
-
|
|
466
|
+
// Alert Feedback
|
|
473
467
|
|
|
474
|
-
|
|
468
|
+
$alert-feedback-close: () !default;
|
|
469
|
+
$alert-feedback-close: map-deep-merge(
|
|
470
|
+
(
|
|
471
|
+
font-size: inherit,
|
|
472
|
+
height: 1rem,
|
|
473
|
+
position: relative,
|
|
474
|
+
right: auto,
|
|
475
|
+
top: 0.125em,
|
|
476
|
+
width: 1rem,
|
|
477
|
+
),
|
|
478
|
+
$alert-feedback-close
|
|
479
|
+
);
|
|
475
480
|
|
|
476
|
-
|
|
481
|
+
$alert-feedback: () !default;
|
|
482
|
+
$alert-feedback: map-deep-merge(
|
|
483
|
+
(
|
|
484
|
+
background-color: transparent,
|
|
485
|
+
border-width: 0rem,
|
|
486
|
+
margin-bottom: 0.25rem,
|
|
487
|
+
padding: 0rem,
|
|
477
488
|
|
|
478
|
-
|
|
489
|
+
close: (),
|
|
490
|
+
),
|
|
491
|
+
$alert-feedback
|
|
492
|
+
);
|
|
479
493
|
|
|
480
|
-
|
|
481
|
-
$alert-feedback-close: map-deep-merge(
|
|
482
|
-
(
|
|
483
|
-
font-size: inherit,
|
|
484
|
-
height: 1rem,
|
|
485
|
-
position: relative,
|
|
486
|
-
right: auto,
|
|
487
|
-
top: 0.125em,
|
|
488
|
-
width: 1rem,
|
|
489
|
-
),
|
|
490
|
-
$alert-feedback-close
|
|
491
|
-
);
|
|
492
|
-
|
|
493
|
-
$alert-feedback: ();
|
|
494
|
-
$alert-feedback: map-deep-merge(
|
|
495
|
-
(
|
|
496
|
-
background-color: transparent,
|
|
497
|
-
border-width: 0rem,
|
|
498
|
-
margin-bottom: 0.25rem,
|
|
499
|
-
padding: 0rem,
|
|
500
|
-
|
|
501
|
-
close: (),
|
|
502
|
-
),
|
|
503
|
-
$alert-feedback
|
|
504
|
-
);
|
|
494
|
+
// .alert-inline.alert
|
|
505
495
|
|
|
506
|
-
|
|
496
|
+
$alert-inline: () !default;
|
|
497
|
+
$alert-inline: map-deep-merge(
|
|
498
|
+
(
|
|
499
|
+
display: inline-block,
|
|
500
|
+
max-width: 100%,
|
|
501
|
+
width: auto,
|
|
507
502
|
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
503
|
+
alert-dismissible: (
|
|
504
|
+
padding-right: 3.5rem,
|
|
505
|
+
),
|
|
506
|
+
|
|
507
|
+
alert-dismissible-alert-fluid: (
|
|
508
|
+
padding-right: 0rem,
|
|
514
509
|
|
|
515
|
-
|
|
510
|
+
container-fluid: (
|
|
516
511
|
padding-right: 3.5rem,
|
|
517
512
|
),
|
|
513
|
+
),
|
|
518
514
|
|
|
519
|
-
|
|
520
|
-
|
|
515
|
+
alert-autofit-row: (
|
|
516
|
+
align-items: center,
|
|
517
|
+
margin-bottom: calc(#{$alert-padding-y} * -1 - 1px),
|
|
518
|
+
margin-top: calc(#{$alert-padding-y} * -1 - 1px),
|
|
519
|
+
padding-bottom: 0.5625rem,
|
|
520
|
+
padding-top: 0.5625rem,
|
|
521
|
+
min-height: 3.5rem,
|
|
521
522
|
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
),
|
|
523
|
+
btn-group: (
|
|
524
|
+
margin-right: 2rem,
|
|
525
525
|
),
|
|
526
|
+
),
|
|
526
527
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
528
|
+
close: (
|
|
529
|
+
margin-top: -1rem,
|
|
530
|
+
top: 50%,
|
|
531
|
+
),
|
|
532
|
+
),
|
|
533
|
+
$alert-inline
|
|
534
|
+
);
|
|
535
|
+
|
|
536
|
+
// .alert-autofit-stacked.alert
|
|
537
|
+
|
|
538
|
+
$alert-autofit-stacked: () !default;
|
|
539
|
+
$alert-autofit-stacked: map-deep-merge(
|
|
540
|
+
(
|
|
541
|
+
alert-autofit-row: (
|
|
542
|
+
align-items: flex-start,
|
|
543
|
+
flex-direction: column,
|
|
544
|
+
margin-bottom: 0rem,
|
|
545
|
+
margin-top: 0rem,
|
|
546
|
+
min-height: 0rem,
|
|
547
|
+
padding-bottom: 0rem,
|
|
548
|
+
padding-top: 0rem,
|
|
534
549
|
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
),
|
|
550
|
+
autofit-col: (
|
|
551
|
+
width: 100%,
|
|
538
552
|
),
|
|
539
553
|
|
|
540
|
-
|
|
541
|
-
margin-
|
|
542
|
-
top:
|
|
554
|
+
btn-group: (
|
|
555
|
+
margin-right: 0rem,
|
|
556
|
+
margin-top: 0.875rem,
|
|
543
557
|
),
|
|
544
558
|
),
|
|
545
|
-
$alert-inline
|
|
546
|
-
);
|
|
547
|
-
|
|
548
|
-
// .alert-autofit-stacked.alert
|
|
549
|
-
|
|
550
|
-
$alert-autofit-stacked: ();
|
|
551
|
-
$alert-autofit-stacked: map-deep-merge(
|
|
552
|
-
(
|
|
553
|
-
alert-autofit-row: (
|
|
554
|
-
align-items: flex-start,
|
|
555
|
-
flex-direction: column,
|
|
556
|
-
margin-bottom: 0rem,
|
|
557
|
-
margin-top: 0rem,
|
|
558
|
-
min-height: 0rem,
|
|
559
|
-
padding-bottom: 0rem,
|
|
560
|
-
padding-top: 0rem,
|
|
561
|
-
|
|
562
|
-
autofit-col: (
|
|
563
|
-
width: 100%,
|
|
564
|
-
),
|
|
565
559
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
560
|
+
close: (
|
|
561
|
+
margin-top: 0rem,
|
|
562
|
+
top: map-get($alert-close, top),
|
|
563
|
+
),
|
|
564
|
+
),
|
|
565
|
+
$alert-autofit-stacked
|
|
566
|
+
);
|
|
567
|
+
|
|
568
|
+
// .alert-autofit-stacked-sm-down.alert
|
|
569
|
+
|
|
570
|
+
$alert-autofit-stacked-sm-down: () !default;
|
|
571
|
+
$alert-autofit-stacked-sm-down: map-deep-merge(
|
|
572
|
+
$alert-autofit-stacked,
|
|
573
|
+
$alert-autofit-stacked-sm-down
|
|
574
|
+
);
|
|
575
|
+
|
|
576
|
+
// .alert-autofit-stacked-xs-down.alert
|
|
577
|
+
|
|
578
|
+
$alert-autofit-stacked-xs-down: () !default;
|
|
579
|
+
$alert-autofit-stacked-xs-down: map-deep-merge(
|
|
580
|
+
$alert-autofit-stacked,
|
|
581
|
+
$alert-autofit-stacked-xs-down
|
|
582
|
+
);
|
|
583
|
+
|
|
584
|
+
// .alert-indicator-start.alert
|
|
585
|
+
|
|
586
|
+
$alert-indicator-start: () !default;
|
|
587
|
+
$alert-indicator-start: map-deep-merge(
|
|
588
|
+
(
|
|
589
|
+
padding-left:
|
|
590
|
+
calc(
|
|
591
|
+
#{$alert-indicator-font-size} + #{$alert-padding-x} + #{map-deep-get(
|
|
592
|
+
$alert-autofit-row,
|
|
593
|
+
autofit-col,
|
|
594
|
+
padding-left
|
|
595
|
+
)}
|
|
570
596
|
),
|
|
597
|
+
alert-fluid: (
|
|
598
|
+
padding-left: 0rem,
|
|
571
599
|
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
600
|
+
container-fluid: (
|
|
601
|
+
padding-left:
|
|
602
|
+
calc(
|
|
603
|
+
#{$alert-indicator-font-size} + #{$alert-padding-x} + #{map-deep-get(
|
|
604
|
+
$alert-autofit-row,
|
|
605
|
+
autofit-col,
|
|
606
|
+
padding-left
|
|
607
|
+
)}
|
|
608
|
+
),
|
|
575
609
|
),
|
|
576
610
|
),
|
|
577
|
-
$alert-autofit-stacked
|
|
578
|
-
);
|
|
579
|
-
|
|
580
|
-
// .alert-autofit-stacked-sm-down.alert
|
|
581
|
-
|
|
582
|
-
$alert-autofit-stacked-sm-down: ();
|
|
583
|
-
$alert-autofit-stacked-sm-down: map-deep-merge(
|
|
584
|
-
$alert-autofit-stacked,
|
|
585
|
-
$alert-autofit-stacked-sm-down
|
|
586
|
-
);
|
|
587
|
-
|
|
588
|
-
// .alert-autofit-stacked-xs-down.alert
|
|
589
|
-
|
|
590
|
-
$alert-autofit-stacked-xs-down: ();
|
|
591
|
-
$alert-autofit-stacked-xs-down: map-deep-merge(
|
|
592
|
-
$alert-autofit-stacked,
|
|
593
|
-
$alert-autofit-stacked-xs-down
|
|
594
|
-
);
|
|
595
611
|
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
$alert-indicator-start: ();
|
|
599
|
-
$alert-indicator-start: map-deep-merge(
|
|
600
|
-
(
|
|
612
|
+
alert-feedback: (
|
|
601
613
|
padding-left:
|
|
602
614
|
calc(
|
|
603
|
-
#{$alert-indicator-font-size} +
|
|
604
|
-
#{$alert-padding-x} +
|
|
605
|
-
#{map-deep-get(
|
|
615
|
+
#{$alert-indicator-font-size} + #{map-deep-get(
|
|
606
616
|
$alert-autofit-row,
|
|
607
617
|
autofit-col,
|
|
608
618
|
padding-left
|
|
609
619
|
)}
|
|
610
620
|
),
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
padding-left
|
|
623
|
-
)}
|
|
624
|
-
),
|
|
621
|
+
),
|
|
622
|
+
|
|
623
|
+
alert-indicator: (
|
|
624
|
+
line-height: 1,
|
|
625
|
+
margin-left:
|
|
626
|
+
calc(
|
|
627
|
+
-1em - #{map-deep-get(
|
|
628
|
+
$alert-autofit-row,
|
|
629
|
+
autofit-col,
|
|
630
|
+
padding-left
|
|
631
|
+
)}
|
|
625
632
|
),
|
|
633
|
+
margin-top: 4px,
|
|
634
|
+
position: absolute,
|
|
635
|
+
|
|
636
|
+
lead: (
|
|
637
|
+
margin-left: 0rem,
|
|
626
638
|
),
|
|
639
|
+
),
|
|
627
640
|
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
#{$alert-indicator-font-size} +
|
|
632
|
-
#{map-deep-get(
|
|
633
|
-
$alert-autofit-row,
|
|
634
|
-
autofit-col,
|
|
635
|
-
padding-left
|
|
636
|
-
)}
|
|
637
|
-
),
|
|
641
|
+
alert-autofit-row: (
|
|
642
|
+
alert-indicator-only-child: (
|
|
643
|
+
margin-right: 0rem,
|
|
638
644
|
),
|
|
645
|
+
),
|
|
646
|
+
),
|
|
647
|
+
$alert-indicator-start
|
|
648
|
+
);
|
|
639
649
|
|
|
640
|
-
|
|
641
|
-
line-height: 1,
|
|
642
|
-
margin-left:
|
|
643
|
-
calc(
|
|
644
|
-
-1em -
|
|
645
|
-
#{map-deep-get(
|
|
646
|
-
$alert-autofit-row,
|
|
647
|
-
autofit-col,
|
|
648
|
-
padding-left
|
|
649
|
-
)}
|
|
650
|
-
),
|
|
651
|
-
margin-top: 4px,
|
|
652
|
-
position: absolute,
|
|
650
|
+
// .alert-primary
|
|
653
651
|
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
652
|
+
$alert-primary-bg: var(--alert-primary-background-color, $primary-l3) !default;
|
|
653
|
+
$alert-primary-border-color: var(
|
|
654
|
+
--alert-primary-border-color,
|
|
655
|
+
$primary-l1
|
|
656
|
+
) !default;
|
|
657
|
+
$alert-primary-color: var(--alert-primary-color, $primary) !default;
|
|
658
658
|
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
margin-right: 0rem,
|
|
662
|
-
),
|
|
663
|
-
),
|
|
664
|
-
),
|
|
665
|
-
$alert-indicator-start
|
|
666
|
-
);
|
|
659
|
+
$alert-primary-close-color: null !default;
|
|
660
|
+
$alert-primary-close-hover-color: null !default;
|
|
667
661
|
|
|
668
|
-
|
|
662
|
+
$alert-primary-lead-color: null !default;
|
|
669
663
|
|
|
670
|
-
|
|
671
|
-
$alert-primary-border-color: var(--alert-primary-border-color, $primary-l1);
|
|
672
|
-
$alert-primary-color: var(--alert-primary-color, $primary);
|
|
664
|
+
$alert-primary-link-color: null !default;
|
|
673
665
|
|
|
674
|
-
|
|
675
|
-
$alert-primary-close-hover-color: null;
|
|
666
|
+
$alert-primary-link-hover-color: null !default;
|
|
676
667
|
|
|
677
|
-
|
|
668
|
+
$alert-primary-btn: () !default;
|
|
669
|
+
$alert-primary-btn: map-deep-merge(
|
|
670
|
+
(
|
|
671
|
+
background-color: $white,
|
|
672
|
+
border-color: $primary-l1,
|
|
673
|
+
color: $primary,
|
|
678
674
|
|
|
679
|
-
|
|
675
|
+
hover: (
|
|
676
|
+
background-color: $primary,
|
|
677
|
+
border-color: transparent,
|
|
678
|
+
color: $white,
|
|
679
|
+
),
|
|
680
|
+
),
|
|
681
|
+
$alert-primary-btn
|
|
682
|
+
);
|
|
683
|
+
|
|
684
|
+
$alert-primary: () !default;
|
|
685
|
+
$alert-primary: map-deep-merge(
|
|
686
|
+
(
|
|
687
|
+
background-color: $alert-primary-bg,
|
|
688
|
+
border-color: $alert-primary-border-color,
|
|
689
|
+
color: $alert-primary-color,
|
|
690
|
+
|
|
691
|
+
hr: (
|
|
692
|
+
border-top-color: $primary,
|
|
693
|
+
),
|
|
680
694
|
|
|
681
|
-
|
|
695
|
+
alert-btn: $alert-primary-btn,
|
|
682
696
|
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
(
|
|
686
|
-
background-color: $white,
|
|
687
|
-
border-color: $primary-l1,
|
|
688
|
-
color: $primary,
|
|
697
|
+
close: (
|
|
698
|
+
color: $alert-primary-close-color,
|
|
689
699
|
|
|
690
700
|
hover: (
|
|
691
|
-
|
|
692
|
-
border-color: transparent,
|
|
693
|
-
color: $white,
|
|
701
|
+
color: $alert-primary-close-hover-color,
|
|
694
702
|
),
|
|
695
703
|
),
|
|
696
|
-
$alert-primary-btn
|
|
697
|
-
);
|
|
698
|
-
|
|
699
|
-
$alert-primary: ();
|
|
700
|
-
$alert-primary: map-deep-merge(
|
|
701
|
-
(
|
|
702
|
-
background-color: $alert-primary-bg,
|
|
703
|
-
border-color: $alert-primary-border-color,
|
|
704
|
-
color: $alert-primary-color,
|
|
705
|
-
|
|
706
|
-
hr: (
|
|
707
|
-
border-top-color: $primary,
|
|
708
|
-
),
|
|
709
704
|
|
|
710
|
-
|
|
705
|
+
lead: (
|
|
706
|
+
color: $alert-primary-lead-color,
|
|
707
|
+
),
|
|
711
708
|
|
|
712
|
-
|
|
713
|
-
|
|
709
|
+
alert-link: (
|
|
710
|
+
color: $alert-primary-link-color,
|
|
714
711
|
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
),
|
|
712
|
+
hover: (
|
|
713
|
+
color: $alert-primary-link-hover-color,
|
|
718
714
|
),
|
|
715
|
+
),
|
|
716
|
+
),
|
|
717
|
+
$alert-primary
|
|
718
|
+
);
|
|
719
719
|
|
|
720
|
-
|
|
721
|
-
color: $alert-primary-lead-color,
|
|
722
|
-
),
|
|
720
|
+
// .alert-secondary
|
|
723
721
|
|
|
724
|
-
|
|
725
|
-
|
|
722
|
+
$alert-secondary-bg: var(
|
|
723
|
+
--alert-secondary-background-color,
|
|
724
|
+
$light-l1
|
|
725
|
+
) !default;
|
|
726
|
+
$alert-secondary-border-color: var(
|
|
727
|
+
--alert-secondary-border-color,
|
|
728
|
+
$light-d2
|
|
729
|
+
) !default;
|
|
730
|
+
$alert-secondary-color: var(--alert-secondary-color, $secondary) !default;
|
|
726
731
|
|
|
727
|
-
|
|
728
|
-
color: $alert-primary-link-hover-color,
|
|
729
|
-
),
|
|
730
|
-
),
|
|
731
|
-
),
|
|
732
|
-
$alert-primary
|
|
733
|
-
);
|
|
732
|
+
$alert-secondary-close-color: null !default;
|
|
734
733
|
|
|
735
|
-
|
|
734
|
+
$alert-secondary-close-hover-color: null !default;
|
|
736
735
|
|
|
737
|
-
|
|
738
|
-
$alert-secondary-border-color: var(
|
|
739
|
-
--alert-secondary-border-color,
|
|
740
|
-
$light-d2
|
|
741
|
-
);
|
|
742
|
-
$alert-secondary-color: var(--alert-secondary-color, $secondary);
|
|
736
|
+
$alert-secondary-lead-color: null !default;
|
|
743
737
|
|
|
744
|
-
|
|
738
|
+
$alert-secondary-link-color: null !default;
|
|
745
739
|
|
|
746
|
-
|
|
740
|
+
$alert-secondary-link-hover-color: null !default;
|
|
747
741
|
|
|
748
|
-
|
|
742
|
+
$alert-secondary-btn: () !default;
|
|
743
|
+
$alert-secondary-btn: map-deep-merge(
|
|
744
|
+
(
|
|
745
|
+
background-color: $white,
|
|
746
|
+
border-color: $secondary-l1,
|
|
747
|
+
color: $secondary,
|
|
749
748
|
|
|
750
|
-
|
|
749
|
+
hover: (
|
|
750
|
+
background-color: $secondary,
|
|
751
|
+
border-color: transparent,
|
|
752
|
+
color: $white,
|
|
753
|
+
),
|
|
754
|
+
),
|
|
755
|
+
$alert-secondary-btn
|
|
756
|
+
);
|
|
751
757
|
|
|
752
|
-
|
|
758
|
+
$alert-secondary: () !default;
|
|
759
|
+
$alert-secondary: map-deep-merge(
|
|
760
|
+
(
|
|
761
|
+
background-color: $alert-secondary-bg,
|
|
762
|
+
border-color: $alert-secondary-border-color,
|
|
763
|
+
color: $alert-secondary-color,
|
|
753
764
|
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
(
|
|
757
|
-
background-color: $white,
|
|
758
|
-
border-color: $secondary-l1,
|
|
759
|
-
color: $secondary,
|
|
765
|
+
close: (
|
|
766
|
+
color: $alert-secondary-close-color,
|
|
760
767
|
|
|
761
768
|
hover: (
|
|
762
|
-
|
|
763
|
-
border-color: transparent,
|
|
764
|
-
color: $white,
|
|
769
|
+
color: $alert-secondary-close-hover-color,
|
|
765
770
|
),
|
|
766
771
|
),
|
|
767
|
-
$alert-secondary-btn
|
|
768
|
-
);
|
|
769
772
|
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
background-color: $alert-secondary-bg,
|
|
774
|
-
border-color: $alert-secondary-border-color,
|
|
775
|
-
color: $alert-secondary-color,
|
|
773
|
+
lead: (
|
|
774
|
+
color: $alert-secondary-lead-color,
|
|
775
|
+
),
|
|
776
776
|
|
|
777
|
-
|
|
778
|
-
|
|
777
|
+
alert-link: (
|
|
778
|
+
color: $alert-secondary-link-color,
|
|
779
779
|
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
),
|
|
780
|
+
hover: (
|
|
781
|
+
color: $alert-secondary-link-hover-color,
|
|
783
782
|
),
|
|
783
|
+
),
|
|
784
784
|
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
785
|
+
alert-btn: $alert-secondary-btn,
|
|
786
|
+
),
|
|
787
|
+
$alert-secondary
|
|
788
|
+
);
|
|
788
789
|
|
|
789
|
-
|
|
790
|
-
color: $alert-secondary-link-color,
|
|
790
|
+
// .alert-success
|
|
791
791
|
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
792
|
+
$alert-success-bg: var(--alert-success-background-color, $success-l2) !default;
|
|
793
|
+
$alert-success-border-color: var(
|
|
794
|
+
--alert-success-border-color,
|
|
795
|
+
$success-l1
|
|
796
|
+
) !default;
|
|
797
|
+
$alert-success-color: var(--alert-success-color, $success) !default;
|
|
796
798
|
|
|
797
|
-
|
|
798
|
-
),
|
|
799
|
-
$alert-secondary
|
|
800
|
-
);
|
|
799
|
+
$alert-success-close-color: null !default;
|
|
801
800
|
|
|
802
|
-
|
|
801
|
+
$alert-success-close-hover-color: null !default;
|
|
803
802
|
|
|
804
|
-
|
|
805
|
-
$alert-success-border-color: var(--alert-success-border-color, $success-l1);
|
|
806
|
-
$alert-success-color: var(--alert-success-color, $success);
|
|
803
|
+
$alert-success-lead-color: null !default;
|
|
807
804
|
|
|
808
|
-
|
|
805
|
+
$alert-success-link-color: null !default;
|
|
809
806
|
|
|
810
|
-
|
|
807
|
+
$alert-success-link-hover-color: null !default;
|
|
811
808
|
|
|
812
|
-
|
|
809
|
+
$alert-success-btn: () !default;
|
|
810
|
+
$alert-success-btn: map-deep-merge(
|
|
811
|
+
(
|
|
812
|
+
background-color: $white,
|
|
813
|
+
border-color: $success-l1,
|
|
814
|
+
color: $success,
|
|
813
815
|
|
|
814
|
-
|
|
816
|
+
hover: (
|
|
817
|
+
background-color: $success,
|
|
818
|
+
border-color: transparent,
|
|
819
|
+
color: $white,
|
|
820
|
+
),
|
|
821
|
+
),
|
|
822
|
+
$alert-success-btn
|
|
823
|
+
);
|
|
815
824
|
|
|
816
|
-
|
|
825
|
+
$alert-success: () !default;
|
|
826
|
+
$alert-success: map-deep-merge(
|
|
827
|
+
(
|
|
828
|
+
background-color: $alert-success-bg,
|
|
829
|
+
border-color: $alert-success-border-color,
|
|
830
|
+
color: $alert-success-color,
|
|
817
831
|
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
(
|
|
821
|
-
background-color: $white,
|
|
822
|
-
border-color: $success-l1,
|
|
823
|
-
color: $success,
|
|
832
|
+
close: (
|
|
833
|
+
color: $alert-success-close-color,
|
|
824
834
|
|
|
825
835
|
hover: (
|
|
826
|
-
|
|
827
|
-
border-color: transparent,
|
|
828
|
-
color: $white,
|
|
836
|
+
color: $alert-success-close-hover-color,
|
|
829
837
|
),
|
|
830
838
|
),
|
|
831
|
-
$alert-success-btn
|
|
832
|
-
);
|
|
833
839
|
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
background-color: $alert-success-bg,
|
|
838
|
-
border-color: $alert-success-border-color,
|
|
839
|
-
color: $alert-success-color,
|
|
840
|
+
lead: (
|
|
841
|
+
color: $alert-success-lead-color,
|
|
842
|
+
),
|
|
840
843
|
|
|
841
|
-
|
|
842
|
-
|
|
844
|
+
alert-link: (
|
|
845
|
+
color: $alert-success-link-color,
|
|
843
846
|
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
),
|
|
847
|
+
hover: (
|
|
848
|
+
color: $alert-success-link-hover-color,
|
|
847
849
|
),
|
|
850
|
+
),
|
|
848
851
|
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
+
alert-btn: $alert-success-btn,
|
|
853
|
+
),
|
|
854
|
+
$alert-success
|
|
855
|
+
);
|
|
852
856
|
|
|
853
|
-
|
|
854
|
-
color: $alert-success-link-color,
|
|
857
|
+
// .alert-info
|
|
855
858
|
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
),
|
|
859
|
+
$alert-info-bg: var(--alert-info-background-color, $info-l2) !default;
|
|
860
|
+
$alert-info-border-color: var(--alert-info-border-color, $info-l1) !default;
|
|
861
|
+
$alert-info-color: var(--alert-info-color, $info) !default;
|
|
860
862
|
|
|
861
|
-
|
|
862
|
-
),
|
|
863
|
-
$alert-success
|
|
864
|
-
);
|
|
863
|
+
$alert-info-close-color: null !default;
|
|
865
864
|
|
|
866
|
-
|
|
865
|
+
$alert-info-close-hover-color: null !default;
|
|
867
866
|
|
|
868
|
-
|
|
869
|
-
$alert-info-border-color: var(--alert-info-border-color, $info-l1);
|
|
870
|
-
$alert-info-color: var(--alert-info-color, $info);
|
|
867
|
+
$alert-info-lead-color: null !default;
|
|
871
868
|
|
|
872
|
-
|
|
869
|
+
$alert-info-link-color: null !default;
|
|
873
870
|
|
|
874
|
-
|
|
871
|
+
$alert-info-link-hover-color: null !default;
|
|
875
872
|
|
|
876
|
-
|
|
873
|
+
$alert-info-btn: () !default;
|
|
874
|
+
$alert-info-btn: map-deep-merge(
|
|
875
|
+
(
|
|
876
|
+
background-color: $white,
|
|
877
|
+
border-color: $info-l1,
|
|
878
|
+
color: $info,
|
|
877
879
|
|
|
878
|
-
|
|
880
|
+
hover: (
|
|
881
|
+
background-color: $info,
|
|
882
|
+
border-color: transparent,
|
|
883
|
+
color: $white,
|
|
884
|
+
),
|
|
885
|
+
),
|
|
886
|
+
$alert-info-btn
|
|
887
|
+
);
|
|
879
888
|
|
|
880
|
-
|
|
889
|
+
$alert-info: () !default;
|
|
890
|
+
$alert-info: map-deep-merge(
|
|
891
|
+
(
|
|
892
|
+
background-color: $alert-info-bg,
|
|
893
|
+
border-color: $alert-info-border-color,
|
|
894
|
+
color: $alert-info-color,
|
|
881
895
|
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
(
|
|
885
|
-
background-color: $white,
|
|
886
|
-
border-color: $info-l1,
|
|
887
|
-
color: $info,
|
|
896
|
+
close: (
|
|
897
|
+
color: $alert-info-close-color,
|
|
888
898
|
|
|
889
899
|
hover: (
|
|
890
|
-
|
|
891
|
-
border-color: transparent,
|
|
892
|
-
color: $white,
|
|
900
|
+
color: $alert-info-close-hover-color,
|
|
893
901
|
),
|
|
894
902
|
),
|
|
895
|
-
$alert-info-btn
|
|
896
|
-
);
|
|
897
903
|
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
background-color: $alert-info-bg,
|
|
902
|
-
border-color: $alert-info-border-color,
|
|
903
|
-
color: $alert-info-color,
|
|
904
|
+
lead: (
|
|
905
|
+
color: $alert-info-lead-color,
|
|
906
|
+
),
|
|
904
907
|
|
|
905
|
-
|
|
906
|
-
|
|
908
|
+
link: (
|
|
909
|
+
color: $alert-info-link-color,
|
|
907
910
|
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
),
|
|
911
|
+
hover: (
|
|
912
|
+
color: $alert-info-link-hover-color,
|
|
911
913
|
),
|
|
914
|
+
),
|
|
912
915
|
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
+
alert-btn: $alert-info-btn,
|
|
917
|
+
),
|
|
918
|
+
$alert-info
|
|
919
|
+
);
|
|
916
920
|
|
|
917
|
-
|
|
918
|
-
color: $alert-info-link-color,
|
|
921
|
+
// .alert-warning
|
|
919
922
|
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
923
|
+
$alert-warning-bg: var(--alert-warning-background-color, $warning-l2) !default;
|
|
924
|
+
$alert-warning-border-color: var(
|
|
925
|
+
--alert-warning-border-color,
|
|
926
|
+
$warning-l1
|
|
927
|
+
) !default;
|
|
928
|
+
$alert-warning-color: var(--alert-warning-color, $warning) !default;
|
|
924
929
|
|
|
925
|
-
|
|
926
|
-
),
|
|
927
|
-
$alert-info
|
|
928
|
-
);
|
|
930
|
+
$alert-warning-close-color: null !default;
|
|
929
931
|
|
|
930
|
-
|
|
932
|
+
$alert-warning-close-hover-color: null !default;
|
|
931
933
|
|
|
932
|
-
|
|
933
|
-
$alert-warning-border-color: var(--alert-warning-border-color, $warning-l1);
|
|
934
|
-
$alert-warning-color: var(--alert-warning-color, $warning);
|
|
934
|
+
$alert-warning-lead-color: null !default;
|
|
935
935
|
|
|
936
|
-
|
|
936
|
+
$alert-warning-link-color: null !default;
|
|
937
937
|
|
|
938
|
-
|
|
938
|
+
$alert-warning-link-hover-color: null !default;
|
|
939
939
|
|
|
940
|
-
|
|
940
|
+
$alert-warning-btn: () !default;
|
|
941
|
+
$alert-warning-btn: map-deep-merge(
|
|
942
|
+
(
|
|
943
|
+
background-color: $white,
|
|
944
|
+
border-color: $warning-l1,
|
|
945
|
+
color: $warning,
|
|
941
946
|
|
|
942
|
-
|
|
947
|
+
hover: (
|
|
948
|
+
background-color: $warning,
|
|
949
|
+
border-color: transparent,
|
|
950
|
+
color: $white,
|
|
951
|
+
),
|
|
952
|
+
),
|
|
953
|
+
$alert-warning-btn
|
|
954
|
+
);
|
|
943
955
|
|
|
944
|
-
|
|
956
|
+
$alert-warning: () !default;
|
|
957
|
+
$alert-warning: map-deep-merge(
|
|
958
|
+
(
|
|
959
|
+
background-color: $alert-warning-bg,
|
|
960
|
+
border-color: $alert-warning-border-color,
|
|
961
|
+
color: $alert-warning-color,
|
|
945
962
|
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
(
|
|
949
|
-
background-color: $white,
|
|
950
|
-
border-color: $warning-l1,
|
|
951
|
-
color: $warning,
|
|
963
|
+
close: (
|
|
964
|
+
color: $alert-warning-close-color,
|
|
952
965
|
|
|
953
966
|
hover: (
|
|
954
|
-
|
|
955
|
-
border-color: transparent,
|
|
956
|
-
color: $white,
|
|
967
|
+
color: $alert-warning-close-hover-color,
|
|
957
968
|
),
|
|
958
969
|
),
|
|
959
|
-
$alert-warning-btn
|
|
960
|
-
);
|
|
961
970
|
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
background-color: $alert-warning-bg,
|
|
966
|
-
border-color: $alert-warning-border-color,
|
|
967
|
-
color: $alert-warning-color,
|
|
971
|
+
lead: (
|
|
972
|
+
color: $alert-warning-lead-color,
|
|
973
|
+
),
|
|
968
974
|
|
|
969
|
-
|
|
970
|
-
|
|
975
|
+
link: (
|
|
976
|
+
color: $alert-warning-link-color,
|
|
971
977
|
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
),
|
|
978
|
+
hover: (
|
|
979
|
+
color: $alert-warning-link-hover-color,
|
|
975
980
|
),
|
|
981
|
+
),
|
|
976
982
|
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
983
|
+
alert-btn: $alert-warning-btn,
|
|
984
|
+
),
|
|
985
|
+
$alert-warning
|
|
986
|
+
);
|
|
980
987
|
|
|
981
|
-
|
|
982
|
-
color: $alert-warning-link-color,
|
|
988
|
+
// .alert-danger
|
|
983
989
|
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
),
|
|
990
|
+
$alert-danger-bg: var(--alert-danger-background-color, $danger-l2) !default;
|
|
991
|
+
$alert-danger-border-color: var(--alert-danger-border-color, $danger) !default;
|
|
992
|
+
$alert-danger-color: var(--alert-danger-color, $danger) !default;
|
|
988
993
|
|
|
989
|
-
|
|
990
|
-
),
|
|
991
|
-
$alert-warning
|
|
992
|
-
);
|
|
994
|
+
$alert-danger-close-color: null !default;
|
|
993
995
|
|
|
994
|
-
|
|
996
|
+
$alert-danger-close-hover-color: null !default;
|
|
995
997
|
|
|
996
|
-
|
|
997
|
-
$alert-danger-border-color: var(--alert-danger-border-color, $danger);
|
|
998
|
-
$alert-danger-color: var(--alert-danger-color, $danger);
|
|
998
|
+
$alert-danger-lead-color: null !default;
|
|
999
999
|
|
|
1000
|
-
|
|
1000
|
+
$alert-danger-link-color: null !default;
|
|
1001
1001
|
|
|
1002
|
-
|
|
1002
|
+
$alert-danger-link-hover-color: null !default;
|
|
1003
1003
|
|
|
1004
|
-
|
|
1004
|
+
$alert-danger-btn: () !default;
|
|
1005
|
+
$alert-danger-btn: map-deep-merge(
|
|
1006
|
+
(
|
|
1007
|
+
background-color: $white,
|
|
1008
|
+
border-color: $danger-l1,
|
|
1009
|
+
color: $danger,
|
|
1005
1010
|
|
|
1006
|
-
|
|
1011
|
+
hover: (
|
|
1012
|
+
background-color: $danger,
|
|
1013
|
+
border-color: transparent,
|
|
1014
|
+
color: $white,
|
|
1015
|
+
),
|
|
1016
|
+
),
|
|
1017
|
+
$alert-danger-btn
|
|
1018
|
+
);
|
|
1007
1019
|
|
|
1008
|
-
|
|
1020
|
+
$alert-danger: () !default;
|
|
1021
|
+
$alert-danger: map-deep-merge(
|
|
1022
|
+
(
|
|
1023
|
+
background-color: $alert-danger-bg,
|
|
1024
|
+
border-color: $alert-danger-border-color,
|
|
1025
|
+
color: $alert-danger-color,
|
|
1009
1026
|
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
(
|
|
1013
|
-
background-color: $white,
|
|
1014
|
-
border-color: $danger-l1,
|
|
1015
|
-
color: $danger,
|
|
1027
|
+
close: (
|
|
1028
|
+
color: $alert-danger-close-color,
|
|
1016
1029
|
|
|
1017
1030
|
hover: (
|
|
1018
|
-
|
|
1019
|
-
border-color: transparent,
|
|
1020
|
-
color: $white,
|
|
1031
|
+
color: $alert-danger-close-hover-color,
|
|
1021
1032
|
),
|
|
1022
1033
|
),
|
|
1023
|
-
$alert-danger-btn
|
|
1024
|
-
);
|
|
1025
1034
|
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
background-color: $alert-danger-bg,
|
|
1030
|
-
border-color: $alert-danger-border-color,
|
|
1031
|
-
color: $alert-danger-color,
|
|
1035
|
+
lead: (
|
|
1036
|
+
color: $alert-danger-lead-color,
|
|
1037
|
+
),
|
|
1032
1038
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1039
|
+
link: (
|
|
1040
|
+
color: $alert-danger-link-color,
|
|
1035
1041
|
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
),
|
|
1042
|
+
hover: (
|
|
1043
|
+
color: $alert-danger-link-hover-color,
|
|
1039
1044
|
),
|
|
1045
|
+
),
|
|
1040
1046
|
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1047
|
+
alert-btn: $alert-danger-btn,
|
|
1048
|
+
),
|
|
1049
|
+
$alert-danger
|
|
1050
|
+
);
|
|
1044
1051
|
|
|
1045
|
-
|
|
1046
|
-
color: $alert-danger-link-color,
|
|
1052
|
+
// .alert-light
|
|
1047
1053
|
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
),
|
|
1054
|
+
$alert-light-bg: var(--alert-light-background-color, $light-l2) !default;
|
|
1055
|
+
$alert-light-border-color: var(--alert-light-border-color, $light-l1) !default;
|
|
1056
|
+
$alert-light-color: var(--alert-light-color, $dark) !default;
|
|
1052
1057
|
|
|
1053
|
-
|
|
1054
|
-
),
|
|
1055
|
-
$alert-danger
|
|
1056
|
-
);
|
|
1058
|
+
$alert-light-close-color: null !default;
|
|
1057
1059
|
|
|
1058
|
-
|
|
1060
|
+
$alert-light-close-hover-color: null !default;
|
|
1059
1061
|
|
|
1060
|
-
|
|
1061
|
-
$alert-light-border-color: var(--alert-light-border-color, $light-l1);
|
|
1062
|
-
$alert-light-color: var(--alert-light-color, $dark);
|
|
1062
|
+
$alert-light-lead-color: null !default;
|
|
1063
1063
|
|
|
1064
|
-
|
|
1064
|
+
$alert-light-link-color: null !default;
|
|
1065
1065
|
|
|
1066
|
-
|
|
1066
|
+
$alert-light-link-hover-color: null !default;
|
|
1067
1067
|
|
|
1068
|
-
|
|
1068
|
+
$alert-light-btn: () !default;
|
|
1069
|
+
$alert-light-btn: map-deep-merge(
|
|
1070
|
+
(
|
|
1071
|
+
background-color: $white,
|
|
1072
|
+
border-color: $dark-l1,
|
|
1073
|
+
color: $dark,
|
|
1069
1074
|
|
|
1070
|
-
|
|
1075
|
+
hover: (
|
|
1076
|
+
background-color: $dark,
|
|
1077
|
+
border-color: transparent,
|
|
1078
|
+
color: $white,
|
|
1079
|
+
),
|
|
1080
|
+
),
|
|
1081
|
+
$alert-light-btn
|
|
1082
|
+
);
|
|
1071
1083
|
|
|
1072
|
-
|
|
1084
|
+
$alert-light: () !default;
|
|
1085
|
+
$alert-light: map-deep-merge(
|
|
1086
|
+
(
|
|
1087
|
+
background-color: $alert-light-bg,
|
|
1088
|
+
border-color: $alert-light-border-color,
|
|
1089
|
+
color: $alert-light-color,
|
|
1073
1090
|
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
(
|
|
1077
|
-
background-color: $white,
|
|
1078
|
-
border-color: $dark-l1,
|
|
1079
|
-
color: $dark,
|
|
1091
|
+
close: (
|
|
1092
|
+
color: $alert-light-close-color,
|
|
1080
1093
|
|
|
1081
1094
|
hover: (
|
|
1082
|
-
|
|
1083
|
-
border-color: transparent,
|
|
1084
|
-
color: $white,
|
|
1095
|
+
color: $alert-light-close-hover-color,
|
|
1085
1096
|
),
|
|
1086
1097
|
),
|
|
1087
|
-
$alert-light-btn
|
|
1088
|
-
);
|
|
1089
|
-
|
|
1090
|
-
$alert-light: ();
|
|
1091
|
-
$alert-light: map-deep-merge(
|
|
1092
|
-
(
|
|
1093
|
-
background-color: $alert-light-bg,
|
|
1094
|
-
border-color: $alert-light-border-color,
|
|
1095
|
-
color: $alert-light-color,
|
|
1096
|
-
|
|
1097
|
-
close: (
|
|
1098
|
-
color: $alert-light-close-color,
|
|
1099
1098
|
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
),
|
|
1104
|
-
|
|
1105
|
-
lead: (
|
|
1106
|
-
color: $alert-light-lead-color,
|
|
1107
|
-
),
|
|
1099
|
+
lead: (
|
|
1100
|
+
color: $alert-light-lead-color,
|
|
1101
|
+
),
|
|
1108
1102
|
|
|
1109
|
-
|
|
1110
|
-
|
|
1103
|
+
link: (
|
|
1104
|
+
color: $alert-light-link-color,
|
|
1111
1105
|
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
),
|
|
1106
|
+
hover: (
|
|
1107
|
+
color: $alert-light-link-hover-color,
|
|
1115
1108
|
),
|
|
1116
|
-
|
|
1117
|
-
alert-btn: $alert-light-btn,
|
|
1118
1109
|
),
|
|
1119
|
-
$alert-light
|
|
1120
|
-
);
|
|
1121
1110
|
|
|
1122
|
-
|
|
1111
|
+
alert-btn: $alert-light-btn,
|
|
1112
|
+
),
|
|
1113
|
+
$alert-light
|
|
1114
|
+
);
|
|
1123
1115
|
|
|
1124
|
-
|
|
1125
|
-
$alert-dark-border-color: var(--alert-dark-border-color, $dark-l1);
|
|
1126
|
-
$alert-dark-color: var(--alert-dark-color, $light);
|
|
1116
|
+
// .alert-dark
|
|
1127
1117
|
|
|
1128
|
-
|
|
1118
|
+
$alert-dark-bg: var(--alert-dark-background-color, $dark-l2) !default;
|
|
1119
|
+
$alert-dark-border-color: var(--alert-dark-border-color, $dark-l1) !default;
|
|
1120
|
+
$alert-dark-color: var(--alert-dark-color, $light) !default;
|
|
1129
1121
|
|
|
1130
|
-
|
|
1122
|
+
$alert-dark-close-color: null !default;
|
|
1131
1123
|
|
|
1132
|
-
|
|
1124
|
+
$alert-dark-close-hover-color: null !default;
|
|
1133
1125
|
|
|
1134
|
-
|
|
1126
|
+
$alert-dark-lead-color: null !default;
|
|
1135
1127
|
|
|
1136
|
-
|
|
1128
|
+
$alert-dark-link-color: null !default;
|
|
1137
1129
|
|
|
1138
|
-
|
|
1139
|
-
$alert-dark-btn: map-deep-merge(
|
|
1140
|
-
(
|
|
1141
|
-
background-color: $white,
|
|
1142
|
-
border-color: $dark-l1,
|
|
1143
|
-
color: $dark,
|
|
1130
|
+
$alert-dark-link-hover-color: null !default;
|
|
1144
1131
|
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1132
|
+
$alert-dark-btn: () !default;
|
|
1133
|
+
$alert-dark-btn: map-deep-merge(
|
|
1134
|
+
(
|
|
1135
|
+
background-color: $white,
|
|
1136
|
+
border-color: $dark-l1,
|
|
1137
|
+
color: $dark,
|
|
1150
1138
|
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1139
|
+
hover: (
|
|
1140
|
+
background-color: $dark,
|
|
1141
|
+
border-color: transparent,
|
|
1142
|
+
color: $white,
|
|
1155
1143
|
),
|
|
1156
|
-
$alert-dark-btn
|
|
1157
|
-
);
|
|
1158
1144
|
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1145
|
+
active: (
|
|
1146
|
+
background-color: unquote('hsl(from #{$dark} h s calc(l - 5))'),
|
|
1147
|
+
border-color: unquote('hsl(from #{$dark} h s calc(l - 5))'),
|
|
1148
|
+
),
|
|
1149
|
+
),
|
|
1150
|
+
$alert-dark-btn
|
|
1151
|
+
);
|
|
1165
1152
|
|
|
1166
|
-
|
|
1167
|
-
|
|
1153
|
+
$alert-dark: () !default;
|
|
1154
|
+
$alert-dark: map-deep-merge(
|
|
1155
|
+
(
|
|
1156
|
+
background-color: $alert-dark-bg,
|
|
1157
|
+
border-color: $alert-dark-border-color,
|
|
1158
|
+
color: $alert-dark-color,
|
|
1168
1159
|
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
),
|
|
1172
|
-
),
|
|
1160
|
+
close: (
|
|
1161
|
+
color: $alert-dark-close-color,
|
|
1173
1162
|
|
|
1174
|
-
|
|
1175
|
-
color: $alert-dark-
|
|
1163
|
+
hover: (
|
|
1164
|
+
color: $alert-dark-close-hover-color,
|
|
1176
1165
|
),
|
|
1166
|
+
),
|
|
1177
1167
|
|
|
1178
|
-
|
|
1179
|
-
|
|
1168
|
+
lead: (
|
|
1169
|
+
color: $alert-dark-lead-color,
|
|
1170
|
+
),
|
|
1180
1171
|
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
),
|
|
1184
|
-
),
|
|
1172
|
+
link: (
|
|
1173
|
+
color: $alert-dark-link-color,
|
|
1185
1174
|
|
|
1186
|
-
|
|
1175
|
+
hover: (
|
|
1176
|
+
color: $alert-dark-link-hover-color,
|
|
1177
|
+
),
|
|
1187
1178
|
),
|
|
1188
|
-
$alert-dark
|
|
1189
|
-
);
|
|
1190
1179
|
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1180
|
+
alert-btn: $alert-dark-btn,
|
|
1181
|
+
),
|
|
1182
|
+
$alert-dark
|
|
1183
|
+
);
|
|
1195
1184
|
|
|
1196
|
-
|
|
1185
|
+
$alert-palette: () !default;
|
|
1186
|
+
$alert-palette: map-deep-merge(
|
|
1187
|
+
(
|
|
1188
|
+
primary: $alert-primary,
|
|
1197
1189
|
|
|
1198
|
-
|
|
1190
|
+
secondary: $alert-secondary,
|
|
1199
1191
|
|
|
1200
|
-
|
|
1192
|
+
success: $alert-success,
|
|
1201
1193
|
|
|
1202
|
-
|
|
1194
|
+
info: $alert-info,
|
|
1203
1195
|
|
|
1204
|
-
|
|
1196
|
+
warning: $alert-warning,
|
|
1205
1197
|
|
|
1206
|
-
|
|
1198
|
+
danger: $alert-danger,
|
|
1207
1199
|
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
$alert-
|
|
1211
|
-
)
|
|
1212
|
-
|
|
1200
|
+
light: $alert-light,
|
|
1201
|
+
|
|
1202
|
+
dark: $alert-dark,
|
|
1203
|
+
),
|
|
1204
|
+
$alert-palette
|
|
1205
|
+
);
|