@clayui/css 3.159.0 → 3.161.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 +3170 -3016
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +2952 -2786
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +1754 -1633
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/blue-print.svg +9 -0
- package/lib/images/icons/books-brush.svg +9 -0
- package/lib/images/icons/calculator.svg +10 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/layout-new-window.svg +10 -0
- package/lib/images/icons/medal.svg +10 -0
- package/lib/images/icons/megaphone.svg +9 -0
- package/lib/images/icons/price-list.svg +11 -0
- package/lib/images/icons/process-builder.svg +9 -0
- package/lib/images/icons/product-configuration.svg +10 -0
- package/lib/images/icons/product-menu-open.svg +2 -2
- package/lib/images/icons/products.svg +9 -0
- package/lib/images/icons/publications.svg +10 -0
- package/lib/images/icons/puzzle.svg +9 -0
- package/lib/images/icons/rocket.svg +11 -0
- package/lib/images/icons/submission.svg +10 -0
- package/lib/images/icons/synonyms.svg +9 -0
- package/package.json +1 -1
- package/src/images/icons/blue-print.svg +9 -0
- package/src/images/icons/books-brush.svg +9 -0
- package/src/images/icons/calculator.svg +10 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/images/icons/layout-new-window.svg +10 -0
- package/src/images/icons/medal.svg +10 -0
- package/src/images/icons/megaphone.svg +9 -0
- package/src/images/icons/price-list.svg +11 -0
- package/src/images/icons/process-builder.svg +9 -0
- package/src/images/icons/product-configuration.svg +10 -0
- package/src/images/icons/product-menu-open.svg +2 -2
- package/src/images/icons/products.svg +9 -0
- package/src/images/icons/publications.svg +10 -0
- package/src/images/icons/puzzle.svg +9 -0
- package/src/images/icons/rocket.svg +11 -0
- package/src/images/icons/submission.svg +10 -0
- package/src/images/icons/synonyms.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/_variables.scss +6 -4
- package/src/scss/atlas/variables/_alerts.scss +102 -11
- package/src/scss/atlas/variables/_application-bar.scss +7 -0
- package/src/scss/atlas/variables/_badges.scss +36 -8
- package/src/scss/atlas/variables/_breadcrumbs.scss +2 -1
- package/src/scss/atlas/variables/_cards.scss +5 -0
- package/src/scss/atlas/variables/_clay-color.scss +5 -0
- package/src/scss/atlas/variables/_custom-forms.scss +36 -5
- package/src/scss/atlas/variables/_date-picker.scss +14 -2
- package/src/scss/atlas/variables/_dropdowns.scss +9 -2
- package/src/scss/atlas/variables/_forms.scss +35 -5
- package/src/scss/atlas/variables/_globals.scss +120 -73
- package/src/scss/atlas/variables/_labels.scss +55 -0
- package/src/scss/atlas/variables/_links.scss +18 -0
- package/src/scss/atlas/variables/_list-group.scss +15 -4
- package/src/scss/atlas/variables/_management-bar.scss +11 -0
- package/src/scss/atlas/variables/_menubar.scss +70 -22
- package/src/scss/atlas/variables/_modals.scss +16 -0
- package/src/scss/atlas/variables/_navbar.scss +7 -0
- package/src/scss/atlas/variables/_navigation-bar.scss +25 -1
- package/src/scss/atlas/variables/_navs.scss +5 -2
- package/src/scss/atlas/variables/_pagination.scss +42 -22
- package/src/scss/atlas/variables/_panels.scss +7 -0
- package/src/scss/atlas/variables/_popovers.scss +6 -4
- package/src/scss/atlas/variables/_range.scss +6 -0
- package/src/scss/atlas/variables/_sheets.scss +1 -0
- package/src/scss/atlas/variables/_sidebar.scss +10 -0
- package/src/scss/atlas/variables/_tables.scss +27 -3
- package/src/scss/atlas/variables/_time.scss +1 -0
- package/src/scss/atlas/variables/_toggle-switch.scss +19 -7
- package/src/scss/atlas/variables/_utilities.scss +3 -0
- package/src/scss/atlas-custom-properties/_variables.scss +68 -0
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
- package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
- package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
- package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
- package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
- package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
- package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
- package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
- package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
- package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
- package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
- package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
- package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
- package/src/scss/atlas-variables.scss +2 -0
- package/src/scss/atlas.scss +2 -0
- package/src/scss/base-variables.scss +2 -0
- package/src/scss/base.scss +2 -0
- package/src/scss/cadmin/components/_alerts.scss +3 -1
- package/src/scss/cadmin/components/_button-groups.scss +2 -2
- package/src/scss/cadmin/components/_cards.scss +2 -2
- package/src/scss/cadmin/components/_drilldown.scss +10 -10
- package/src/scss/cadmin/components/_dropdowns.scss +2 -2
- package/src/scss/cadmin/components/_forms.scss +2 -2
- package/src/scss/cadmin/components/_grid.scss +6 -6
- package/src/scss/cadmin/components/_icons.scss +10 -2
- package/src/scss/cadmin/components/_images.scss +1 -1
- package/src/scss/cadmin/components/_input-groups.scss +4 -4
- package/src/scss/cadmin/components/_list-group.scss +11 -10
- package/src/scss/cadmin/components/_modals.scss +5 -5
- package/src/scss/cadmin/components/_multi-step-nav.scss +45 -20
- package/src/scss/cadmin/components/_navbar.scss +14 -8
- package/src/scss/cadmin/components/_navs.scss +1 -1
- package/src/scss/cadmin/components/_panels.scss +51 -25
- package/src/scss/cadmin/components/_popovers.scss +25 -21
- package/src/scss/cadmin/components/_sheets.scss +40 -14
- package/src/scss/cadmin/components/_time.scss +6 -2
- package/src/scss/cadmin/components/_timelines.scss +15 -8
- package/src/scss/cadmin/components/_tooltip.scss +8 -7
- package/src/scss/cadmin/components/_treeview.scss +8 -1
- package/src/scss/cadmin/components/_type.scss +4 -2
- package/src/scss/cadmin/components/_utilities-functional-important.scss +5 -5
- package/src/scss/cadmin/components/_utilities.scss +13 -13
- package/src/scss/cadmin/variables/_alerts.scss +184 -34
- package/src/scss/cadmin/variables/_badges.scss +121 -21
- package/src/scss/cadmin/variables/_breadcrumbs.scss +18 -11
- package/src/scss/cadmin/variables/_buttons.scss +15 -10
- package/src/scss/cadmin/variables/_cards.scss +89 -32
- package/src/scss/cadmin/variables/_clay-color.scss +40 -18
- package/src/scss/cadmin/variables/_custom-forms.scss +49 -10
- package/src/scss/cadmin/variables/_date-picker.scss +47 -19
- package/src/scss/cadmin/variables/_dropdowns.scss +105 -49
- package/src/scss/cadmin/variables/_dual-listbox.scss +1 -1
- package/src/scss/cadmin/variables/_empty-state.scss +5 -2
- package/src/scss/cadmin/variables/_forms.scss +218 -74
- package/src/scss/cadmin/variables/_globals-z-index.scss +28 -5
- package/src/scss/cadmin/variables/_globals.scss +141 -71
- package/src/scss/cadmin/variables/_images.scss +1 -2
- package/src/scss/cadmin/variables/_labels.scss +99 -6
- package/src/scss/cadmin/variables/_links.scss +47 -11
- package/src/scss/cadmin/variables/_list-group.scss +25 -9
- package/src/scss/cadmin/variables/_loaders.scss +18 -2
- package/src/scss/cadmin/variables/_management-bar.scss +66 -26
- package/src/scss/cadmin/variables/_menubar.scss +137 -43
- package/src/scss/cadmin/variables/_modals.scss +75 -26
- package/src/scss/cadmin/variables/_multi-step-nav.scss +34 -14
- package/src/scss/cadmin/variables/_navbar.scss +22 -15
- package/src/scss/cadmin/variables/_navigation-bar.scss +73 -37
- package/src/scss/cadmin/variables/_navs.scss +65 -33
- package/src/scss/cadmin/variables/_pagination.scss +60 -22
- package/src/scss/cadmin/variables/_panels.scss +34 -16
- package/src/scss/cadmin/variables/_popovers.scss +66 -77
- package/src/scss/cadmin/variables/_progress-bars.scss +8 -3
- package/src/scss/cadmin/variables/_range.scss +29 -9
- package/src/scss/cadmin/variables/_reorder.scss +7 -6
- package/src/scss/cadmin/variables/_resizer.scss +5 -3
- package/src/scss/cadmin/variables/_sheets.scss +21 -12
- package/src/scss/cadmin/variables/_sidebar.scss +76 -5
- package/src/scss/cadmin/variables/_slideout.scss +88 -31
- package/src/scss/cadmin/variables/_stickers.scss +36 -8
- package/src/scss/cadmin/variables/_tables.scss +142 -51
- package/src/scss/cadmin/variables/_tbar.scss +79 -31
- package/src/scss/cadmin/variables/_time.scss +14 -12
- package/src/scss/cadmin/variables/_timelines.scss +4 -2
- package/src/scss/cadmin/variables/_toggle-switch.scss +117 -37
- package/src/scss/cadmin/variables/_tooltip.scss +47 -49
- package/src/scss/cadmin/variables/_treeview.scss +62 -10
- package/src/scss/cadmin/variables/_type.scss +11 -9
- package/src/scss/cadmin/variables/_utilities.scss +123 -6
- package/src/scss/components/_alerts.scss +1 -1
- package/src/scss/components/_button-groups.scss +2 -2
- package/src/scss/components/_cards.scss +10 -10
- package/src/scss/components/_carousel.scss +2 -2
- package/src/scss/components/_custom-forms.scss +23 -12
- package/src/scss/components/_drilldown.scss +8 -4
- package/src/scss/components/_forms.scss +6 -6
- package/src/scss/components/_grid.scss +7 -7
- package/src/scss/components/_icons.scss +10 -2
- package/src/scss/components/_images.scss +1 -1
- package/src/scss/components/_input-groups.scss +7 -5
- package/src/scss/components/_jumbotron.scss +2 -2
- package/src/scss/components/_list-group.scss +29 -14
- package/src/scss/components/_modals.scss +5 -5
- package/src/scss/components/_multi-step-nav.scss +32 -12
- package/src/scss/components/_navbar.scss +10 -6
- package/src/scss/components/_panels.scss +82 -51
- package/src/scss/components/_popovers.scss +21 -25
- package/src/scss/components/_sheets.scss +38 -14
- package/src/scss/components/_side-navigation.scss +2 -2
- package/src/scss/components/_time.scss +2 -2
- package/src/scss/components/_timelines.scss +16 -12
- package/src/scss/components/_tooltip.scss +8 -6
- package/src/scss/components/_treeview.scss +8 -1
- package/src/scss/components/_type.scss +2 -2
- package/src/scss/components/_utilities-functional-important.scss +5 -5
- package/src/scss/components/_utilities.scss +13 -13
- package/src/scss/functions/_global-functions.scss +8 -6
- package/src/scss/functions/_lx-icons-generated.scss +31 -1
- package/src/scss/mixins/_alerts.scss +10 -0
- package/src/scss/mixins/_aspect-ratio.scss +11 -0
- package/src/scss/mixins/_badges.scss +14 -2
- package/src/scss/mixins/_buttons.scss +68 -8
- package/src/scss/mixins/_cards.scss +81 -0
- package/src/scss/mixins/_close.scss +54 -4
- package/src/scss/mixins/_dropdown-menu.scss +55 -6
- package/src/scss/mixins/_forms.scss +150 -0
- package/src/scss/mixins/_globals.scss +101 -358
- package/src/scss/mixins/_grid.scss +21 -8
- package/src/scss/mixins/_highlight.scss +14 -0
- package/src/scss/mixins/_input-groups.scss +15 -0
- package/src/scss/mixins/_labels.scss +64 -10
- package/src/scss/mixins/_links.scss +55 -4
- package/src/scss/mixins/_list-group.scss +8 -4
- package/src/scss/mixins/_menubar.scss +80 -4
- package/src/scss/mixins/_modals.scss +10 -18
- package/src/scss/mixins/_nav.scss +19 -0
- package/src/scss/mixins/_navbar.scss +237 -49
- package/src/scss/mixins/_panels.scss +48 -4
- package/src/scss/mixins/_stickers.scss +8 -0
- package/src/scss/mixins/_tbar.scss +65 -10
- package/src/scss/mixins/_timelines.scss +21 -11
- package/src/scss/mixins/_toggle-switch.scss +4 -0
- package/src/scss/mixins/_utilities.scss +9 -0
- package/src/scss/variables/_alerts.scss +184 -29
- package/src/scss/variables/_application-bar.scss +11 -4
- package/src/scss/variables/_badges.scss +133 -35
- package/src/scss/variables/_breadcrumbs.scss +13 -4
- package/src/scss/variables/_buttons.scss +11 -10
- package/src/scss/variables/_cards.scss +131 -53
- package/src/scss/variables/_clay-color.scss +36 -18
- package/src/scss/variables/_custom-forms.scss +47 -12
- package/src/scss/variables/_date-picker.scss +41 -16
- package/src/scss/variables/_drilldown.scss +3 -3
- package/src/scss/variables/_dropdowns.scss +108 -49
- package/src/scss/variables/_dual-listbox.scss +1 -1
- package/src/scss/variables/_empty-state.scss +5 -2
- package/src/scss/variables/_forms.scss +200 -64
- package/src/scss/variables/_globals-z-index.scss +26 -5
- package/src/scss/variables/_globals.scss +153 -76
- package/src/scss/variables/_images.scss +1 -2
- package/src/scss/variables/_labels.scss +103 -6
- package/src/scss/variables/_links.scss +39 -10
- package/src/scss/variables/_list-group.scss +39 -13
- package/src/scss/variables/_loaders.scss +18 -2
- package/src/scss/variables/_management-bar.scss +23 -6
- package/src/scss/variables/_menubar.scss +86 -19
- package/src/scss/variables/_modals.scss +66 -25
- package/src/scss/variables/_multi-step-nav.scss +29 -11
- package/src/scss/variables/_navbar.scss +14 -8
- package/src/scss/variables/_navigation-bar.scss +26 -4
- package/src/scss/variables/_navs.scss +76 -44
- package/src/scss/variables/_pagination.scss +30 -5
- package/src/scss/variables/_panels.scss +77 -24
- package/src/scss/variables/_popovers.scss +65 -78
- package/src/scss/variables/_progress-bars.scss +11 -2
- package/src/scss/variables/_range.scss +35 -9
- package/src/scss/variables/_reorder.scss +7 -6
- package/src/scss/variables/_resizer.scss +5 -3
- package/src/scss/variables/_sheets.scss +21 -13
- package/src/scss/variables/_sidebar.scss +72 -4
- package/src/scss/variables/_slideout.scss +87 -31
- package/src/scss/variables/_stickers.scss +50 -9
- package/src/scss/variables/_tables.scss +125 -33
- package/src/scss/variables/_tbar.scss +79 -30
- package/src/scss/variables/_time.scss +13 -11
- package/src/scss/variables/_timelines.scss +2 -1
- package/src/scss/variables/_toggle-switch.scss +114 -30
- package/src/scss/variables/_tooltip.scss +46 -49
- package/src/scss/variables/_treeview.scss +63 -10
- package/src/scss/variables/_type.scss +9 -7
- package/src/scss/variables/_utilities.scss +124 -6
|
@@ -30,7 +30,7 @@ $table-border-color: $border-color !default;
|
|
|
30
30
|
$table-border-width: $border-width !default;
|
|
31
31
|
$table-color: $body-color !default;
|
|
32
32
|
$table-font-size: null !default;
|
|
33
|
-
$table-margin-bottom:
|
|
33
|
+
$table-margin-bottom: 0rem !default;
|
|
34
34
|
|
|
35
35
|
// .table-hover
|
|
36
36
|
|
|
@@ -117,9 +117,12 @@ $table-quick-action-menu-bg: if(
|
|
|
117
117
|
$body-bg,
|
|
118
118
|
$table-bg
|
|
119
119
|
) !default;
|
|
120
|
+
|
|
120
121
|
$table-quick-action-menu-accent-bg: $table-accent-bg !default;
|
|
121
122
|
$table-quick-action-menu-accent-active-bg: $table-accent-bg !default;
|
|
123
|
+
|
|
122
124
|
$table-quick-action-menu-active-bg: $table-active-bg !default;
|
|
125
|
+
|
|
123
126
|
$table-quick-action-menu-hover-bg: $table-hover-bg !default;
|
|
124
127
|
|
|
125
128
|
$table-cell-expand-smaller-max-width: 12.5rem !default; // 200px
|
|
@@ -140,8 +143,10 @@ $c-table-caption: () !default;
|
|
|
140
143
|
$c-table-caption: map-merge(
|
|
141
144
|
(
|
|
142
145
|
caption-side: top,
|
|
143
|
-
padding
|
|
144
|
-
|
|
146
|
+
padding: $table-cell-padding,
|
|
147
|
+
|
|
148
|
+
padding-bottom: 0rem,
|
|
149
|
+
padding-top: 0rem,
|
|
145
150
|
),
|
|
146
151
|
$c-table-caption
|
|
147
152
|
);
|
|
@@ -158,7 +163,7 @@ $table-title: map-deep-merge(
|
|
|
158
163
|
font-size: $font-size-base,
|
|
159
164
|
font-weight: $font-weight-semi-bold,
|
|
160
165
|
line-height: $line-height-base,
|
|
161
|
-
margin-bottom:
|
|
166
|
+
margin-bottom: 0rem,
|
|
162
167
|
),
|
|
163
168
|
$table-title
|
|
164
169
|
);
|
|
@@ -167,6 +172,7 @@ $table-title-link: () !default;
|
|
|
167
172
|
$table-title-link: map-deep-merge(
|
|
168
173
|
(
|
|
169
174
|
color: $gray-900,
|
|
175
|
+
|
|
170
176
|
hover: (
|
|
171
177
|
color: $gray-900,
|
|
172
178
|
),
|
|
@@ -187,6 +193,7 @@ $table-link: () !default;
|
|
|
187
193
|
$table-link: map-deep-merge(
|
|
188
194
|
(
|
|
189
195
|
color: $gray-700,
|
|
196
|
+
|
|
190
197
|
hover: (
|
|
191
198
|
color: clay-darken($gray-700, 15%),
|
|
192
199
|
),
|
|
@@ -211,11 +218,13 @@ $table-action-link: map-deep-merge(
|
|
|
211
218
|
justify-content: center,
|
|
212
219
|
vertical-align: middle,
|
|
213
220
|
width: 2rem,
|
|
221
|
+
|
|
214
222
|
hover: (
|
|
215
223
|
text-decoration: none,
|
|
216
224
|
),
|
|
225
|
+
|
|
217
226
|
lexicon-icon: (
|
|
218
|
-
margin-top:
|
|
227
|
+
margin-top: 0rem,
|
|
219
228
|
),
|
|
220
229
|
),
|
|
221
230
|
$table-action-link
|
|
@@ -227,33 +236,39 @@ $c-table: () !default;
|
|
|
227
236
|
$c-table: map-deep-merge(
|
|
228
237
|
(
|
|
229
238
|
background-color: $table-bg,
|
|
230
|
-
border-spacing:
|
|
239
|
+
border-spacing: 0rem,
|
|
231
240
|
color: $table-color,
|
|
232
241
|
font-size: $table-font-size,
|
|
233
242
|
margin-bottom: $table-margin-bottom,
|
|
234
243
|
width: 100%,
|
|
244
|
+
|
|
235
245
|
thead:
|
|
236
246
|
map-deep-merge(
|
|
237
247
|
$c-table-thead,
|
|
238
248
|
(
|
|
239
249
|
background-color: $table-head-bg,
|
|
250
|
+
|
|
240
251
|
table-cell: (
|
|
241
252
|
border-bottom: $table-head-border-bottom-width solid
|
|
242
253
|
$table-border-color,
|
|
243
254
|
border-top-width: $table-head-border-top-width,
|
|
244
255
|
vertical-align: middle,
|
|
245
256
|
),
|
|
257
|
+
|
|
246
258
|
th: (
|
|
247
259
|
href: $table-head-link,
|
|
248
260
|
),
|
|
261
|
+
|
|
249
262
|
autofit-col: (
|
|
250
263
|
padding-left: 0.125rem,
|
|
251
264
|
padding-right: 0.125rem,
|
|
265
|
+
|
|
252
266
|
first-child: (
|
|
253
|
-
padding-left:
|
|
267
|
+
padding-left: 0rem,
|
|
254
268
|
),
|
|
269
|
+
|
|
255
270
|
last-child: (
|
|
256
|
-
padding-right:
|
|
271
|
+
padding-right: 0rem,
|
|
257
272
|
),
|
|
258
273
|
),
|
|
259
274
|
)
|
|
@@ -261,6 +276,7 @@ $c-table: map-deep-merge(
|
|
|
261
276
|
table-column-start: (
|
|
262
277
|
padding-left: $table-cell-gutters,
|
|
263
278
|
),
|
|
279
|
+
|
|
264
280
|
th: (
|
|
265
281
|
background-clip: padding-box,
|
|
266
282
|
border-top: $table-border-width solid $table-border-color,
|
|
@@ -272,6 +288,7 @@ $c-table: map-deep-merge(
|
|
|
272
288
|
position: relative,
|
|
273
289
|
vertical-align: top,
|
|
274
290
|
),
|
|
291
|
+
|
|
275
292
|
td: (
|
|
276
293
|
background-clip: padding-box,
|
|
277
294
|
border-bottom-width: $table-data-border-bottom-width,
|
|
@@ -285,6 +302,7 @@ $c-table: map-deep-merge(
|
|
|
285
302
|
position: relative,
|
|
286
303
|
vertical-align: $table-data-vertical-align,
|
|
287
304
|
),
|
|
305
|
+
|
|
288
306
|
tbody:
|
|
289
307
|
map-deep-merge(
|
|
290
308
|
$c-table-tbody,
|
|
@@ -296,7 +314,9 @@ $c-table: map-deep-merge(
|
|
|
296
314
|
)
|
|
297
315
|
),
|
|
298
316
|
tfoot: $c-table-tfoot,
|
|
317
|
+
|
|
299
318
|
caption: $c-table-caption,
|
|
319
|
+
|
|
300
320
|
table-divider: (
|
|
301
321
|
table-cell: (
|
|
302
322
|
background-color: $table-divider-bg,
|
|
@@ -309,56 +329,74 @@ $c-table: map-deep-merge(
|
|
|
309
329
|
text-transform: $table-divider-text-transform,
|
|
310
330
|
),
|
|
311
331
|
),
|
|
332
|
+
|
|
312
333
|
table-active: (
|
|
313
334
|
background-color: $table-active-bg,
|
|
335
|
+
|
|
314
336
|
quick-action-menu: (
|
|
315
337
|
background-color: $table-quick-action-menu-active-bg,
|
|
316
338
|
),
|
|
317
339
|
),
|
|
340
|
+
|
|
318
341
|
table-disabled: (
|
|
319
342
|
background-color: $table-disabled-bg,
|
|
320
343
|
color: $table-disabled-color,
|
|
344
|
+
|
|
321
345
|
table-cell: (
|
|
322
346
|
cursor: $table-disabled-cursor,
|
|
347
|
+
|
|
323
348
|
href: (
|
|
324
349
|
color: $table-disabled-color,
|
|
325
350
|
pointer-events: $table-disabled-pointer-events,
|
|
326
351
|
),
|
|
327
352
|
),
|
|
353
|
+
|
|
328
354
|
table-title: (
|
|
329
355
|
color: $table-disabled-color,
|
|
330
356
|
),
|
|
357
|
+
|
|
331
358
|
table-list-title: (
|
|
332
359
|
color: $table-disabled-color,
|
|
333
360
|
),
|
|
334
361
|
),
|
|
362
|
+
|
|
335
363
|
autofit-col: (
|
|
336
364
|
justify-content: center,
|
|
337
|
-
padding
|
|
338
|
-
|
|
365
|
+
padding: $table-cell-padding,
|
|
366
|
+
|
|
367
|
+
padding-bottom: 0rem,
|
|
368
|
+
padding-top: 0rem,
|
|
369
|
+
|
|
339
370
|
first-child: (
|
|
340
|
-
padding-left:
|
|
371
|
+
padding-left: 0rem,
|
|
341
372
|
),
|
|
373
|
+
|
|
342
374
|
last-child: (
|
|
343
|
-
padding-right:
|
|
375
|
+
padding-right: 0rem,
|
|
344
376
|
),
|
|
345
377
|
),
|
|
378
|
+
|
|
346
379
|
component-drag: (
|
|
347
380
|
font-size: 0.875rem,
|
|
348
381
|
height: 1rem,
|
|
349
382
|
width: 1rem,
|
|
383
|
+
|
|
350
384
|
focus: (
|
|
351
385
|
box-shadow: $component-focus-inset-box-shadow,
|
|
352
386
|
),
|
|
353
387
|
),
|
|
388
|
+
|
|
354
389
|
custom-control: (
|
|
355
|
-
margin-bottom:
|
|
390
|
+
margin-bottom: 0rem,
|
|
356
391
|
),
|
|
392
|
+
|
|
357
393
|
quick-action-menu: (
|
|
358
394
|
align-items: $table-quick-action-menu-align-items,
|
|
359
395
|
background-color: $table-quick-action-menu-bg,
|
|
360
|
-
padding
|
|
361
|
-
|
|
396
|
+
padding: $table-cell-padding,
|
|
397
|
+
|
|
398
|
+
padding-left: 0rem,
|
|
399
|
+
padding-right: 0rem,
|
|
362
400
|
),
|
|
363
401
|
),
|
|
364
402
|
$c-table
|
|
@@ -374,12 +412,14 @@ $c-table-hover: map-deep-merge(
|
|
|
374
412
|
hover: (
|
|
375
413
|
background-color: $table-hover-bg,
|
|
376
414
|
color: $table-hover-color,
|
|
415
|
+
|
|
377
416
|
quick-action-menu: (
|
|
378
417
|
background-color: $table-quick-action-menu-hover-bg,
|
|
379
418
|
),
|
|
380
419
|
),
|
|
381
420
|
),
|
|
382
421
|
),
|
|
422
|
+
|
|
383
423
|
table-active: (
|
|
384
424
|
hover: (
|
|
385
425
|
quick-action-menu: (
|
|
@@ -387,6 +427,7 @@ $c-table-hover: map-deep-merge(
|
|
|
387
427
|
),
|
|
388
428
|
),
|
|
389
429
|
),
|
|
430
|
+
|
|
390
431
|
table-disabled: (
|
|
391
432
|
hover: (
|
|
392
433
|
background-color: $table-disabled-bg,
|
|
@@ -402,8 +443,10 @@ $c-tr-table-focus: () !default;
|
|
|
402
443
|
$c-tr-table-focus: map-deep-merge(
|
|
403
444
|
(
|
|
404
445
|
outline: 0,
|
|
446
|
+
|
|
405
447
|
td: (
|
|
406
448
|
outline: 0,
|
|
449
|
+
|
|
407
450
|
before: (
|
|
408
451
|
box-shadow: (
|
|
409
452
|
inset 0 0.2rem 0 0 rgba($primary, 0.25),
|
|
@@ -412,13 +455,14 @@ $c-tr-table-focus: map-deep-merge(
|
|
|
412
455
|
content: '',
|
|
413
456
|
display: block,
|
|
414
457
|
position: absolute,
|
|
415
|
-
left:
|
|
416
|
-
right:
|
|
417
|
-
top:
|
|
418
|
-
bottom:
|
|
458
|
+
left: calc(#{$table-border-width} * -1),
|
|
459
|
+
right: calc(#{$table-border-width} * -1),
|
|
460
|
+
top: calc(#{$table-border-width} * -1),
|
|
461
|
+
bottom: calc(#{$table-border-width} * -1),
|
|
419
462
|
pointer-events: none,
|
|
420
463
|
z-index: 1,
|
|
421
464
|
),
|
|
465
|
+
|
|
422
466
|
first-child: (
|
|
423
467
|
after: (
|
|
424
468
|
box-shadow: inset 0.2rem 0 0 0 rgba($primary, 0.25),
|
|
@@ -428,11 +472,12 @@ $c-tr-table-focus: map-deep-merge(
|
|
|
428
472
|
pointer-events: none,
|
|
429
473
|
top: $table-border-width,
|
|
430
474
|
bottom: $table-border-width,
|
|
431
|
-
left:
|
|
475
|
+
left: calc(#{$table-border-width} * -1),
|
|
432
476
|
z-index: 1,
|
|
433
477
|
width: 0.25rem,
|
|
434
478
|
),
|
|
435
479
|
),
|
|
480
|
+
|
|
436
481
|
last-child: (
|
|
437
482
|
after: (
|
|
438
483
|
box-shadow: inset -0.2rem 0 0 0 rgba($primary, 0.25),
|
|
@@ -442,7 +487,7 @@ $c-tr-table-focus: map-deep-merge(
|
|
|
442
487
|
pointer-events: none,
|
|
443
488
|
top: $table-border-width,
|
|
444
489
|
bottom: $table-border-width,
|
|
445
|
-
right:
|
|
490
|
+
right: calc(#{$table-border-width} * -1),
|
|
446
491
|
z-index: 1,
|
|
447
492
|
width: 0.25rem,
|
|
448
493
|
),
|
|
@@ -455,8 +500,8 @@ $c-tr-table-focus: map-deep-merge(
|
|
|
455
500
|
$c-td-table-focus: () !default;
|
|
456
501
|
$c-td-table-focus: map-deep-merge(
|
|
457
502
|
(
|
|
458
|
-
outline: 'none',
|
|
459
503
|
box-shadow: clay-enable-shadows($component-focus-inset-box-shadow),
|
|
504
|
+
outline: 'none',
|
|
460
505
|
),
|
|
461
506
|
$c-td-table-focus
|
|
462
507
|
);
|
|
@@ -469,8 +514,9 @@ $c-table-head-bordered: map-deep-merge(
|
|
|
469
514
|
thead: (
|
|
470
515
|
table-cell: (
|
|
471
516
|
border-left: $table-border-width solid $table-border-color,
|
|
517
|
+
|
|
472
518
|
table-column-start: (
|
|
473
|
-
border-left-width:
|
|
519
|
+
border-left-width: 0rem,
|
|
474
520
|
),
|
|
475
521
|
),
|
|
476
522
|
),
|
|
@@ -486,11 +532,13 @@ $c-table-bordered: () !default;
|
|
|
486
532
|
$c-table-bordered: map-deep-merge(
|
|
487
533
|
(
|
|
488
534
|
border: $table-border-width solid $table-border-color,
|
|
535
|
+
|
|
489
536
|
thead: (
|
|
490
537
|
table-cell: (
|
|
491
538
|
border-bottom-width: calc(2 * #{$table-border-width}),
|
|
492
539
|
),
|
|
493
540
|
),
|
|
541
|
+
|
|
494
542
|
table-cell: (
|
|
495
543
|
border: $table-border-width solid $table-border-color,
|
|
496
544
|
),
|
|
@@ -546,18 +594,22 @@ $c-table-nested-rows: map-deep-merge(
|
|
|
546
594
|
padding-right: 0.125rem,
|
|
547
595
|
min-width: 1.75rem,
|
|
548
596
|
),
|
|
597
|
+
|
|
549
598
|
autofit-col-checkbox: (
|
|
550
599
|
padding-right: 0.625rem,
|
|
551
600
|
),
|
|
601
|
+
|
|
552
602
|
autofit-col-icon: (
|
|
553
603
|
padding-right: 0.625rem,
|
|
554
604
|
),
|
|
605
|
+
|
|
555
606
|
component-drag: (
|
|
556
607
|
left: 2px,
|
|
557
608
|
position: absolute,
|
|
558
609
|
top: 50%,
|
|
559
610
|
transform: translateY(-50%),
|
|
560
611
|
),
|
|
612
|
+
|
|
561
613
|
component-toggle: (
|
|
562
614
|
font-size: 0.875rem,
|
|
563
615
|
height: 1.5rem,
|
|
@@ -580,6 +632,7 @@ $c-table-sort: map-deep-merge(
|
|
|
580
632
|
background-color: $primary-l3,
|
|
581
633
|
color: $gray-900,
|
|
582
634
|
),
|
|
635
|
+
|
|
583
636
|
component-action: (
|
|
584
637
|
font-size: 0.75rem,
|
|
585
638
|
height: 1.5rem,
|
|
@@ -651,7 +704,7 @@ $c-table-list-cell: map-merge(
|
|
|
651
704
|
(
|
|
652
705
|
border-color: $table-list-border-color,
|
|
653
706
|
border-style: solid,
|
|
654
|
-
border-width: $table-list-border-y-width
|
|
707
|
+
border-width: $table-list-border-y-width 0px 0px 0px,
|
|
655
708
|
),
|
|
656
709
|
$c-table-list-cell
|
|
657
710
|
);
|
|
@@ -733,11 +786,15 @@ $table-list-divider-padding-y: 0.5rem !default;
|
|
|
733
786
|
|
|
734
787
|
$table-list-quick-action-menu-align-items: center !default;
|
|
735
788
|
$table-list-quick-action-menu-bg: $table-list-bg !default;
|
|
789
|
+
|
|
736
790
|
$table-list-quick-action-menu-accent-bg: $table-list-accent-bg !default;
|
|
791
|
+
|
|
737
792
|
$table-list-quick-action-menu-accent-active-bg: $table-list-active-bg !default;
|
|
738
|
-
|
|
793
|
+
|
|
739
794
|
$table-list-quick-action-menu-hover-bg: $table-list-hover-bg !default;
|
|
740
795
|
|
|
796
|
+
$table-list-quick-action-menu-active-bg: $table-list-active-bg !default;
|
|
797
|
+
|
|
741
798
|
// Table List Title
|
|
742
799
|
|
|
743
800
|
$table-list-title: () !default;
|
|
@@ -746,7 +803,7 @@ $table-list-title: map-deep-merge(
|
|
|
746
803
|
font-size: $font-size-base,
|
|
747
804
|
font-weight: $font-weight-semi-bold,
|
|
748
805
|
line-height: $headings-line-height,
|
|
749
|
-
margin-bottom:
|
|
806
|
+
margin-bottom: 0rem,
|
|
750
807
|
),
|
|
751
808
|
$table-list-title
|
|
752
809
|
);
|
|
@@ -755,6 +812,7 @@ $table-list-title-link: () !default;
|
|
|
755
812
|
$table-list-title-link: map-deep-merge(
|
|
756
813
|
(
|
|
757
814
|
color: $gray-900,
|
|
815
|
+
|
|
758
816
|
hover: (
|
|
759
817
|
color: $gray-900,
|
|
760
818
|
),
|
|
@@ -775,6 +833,7 @@ $table-list-link: () !default;
|
|
|
775
833
|
$table-list-link: map-deep-merge(
|
|
776
834
|
(
|
|
777
835
|
color: $gray-700,
|
|
836
|
+
|
|
778
837
|
hover: (
|
|
779
838
|
color: clay-darken($gray-700, 15%),
|
|
780
839
|
),
|
|
@@ -793,11 +852,13 @@ $table-list-action-link: map-deep-merge(
|
|
|
793
852
|
justify-content: center,
|
|
794
853
|
vertical-align: middle,
|
|
795
854
|
width: 2rem,
|
|
855
|
+
|
|
796
856
|
hover: (
|
|
797
857
|
text-decoration: none,
|
|
798
858
|
),
|
|
859
|
+
|
|
799
860
|
lexicon-icon: (
|
|
800
|
-
margin-top:
|
|
861
|
+
margin-top: 0rem,
|
|
801
862
|
),
|
|
802
863
|
),
|
|
803
864
|
$table-list-action-link
|
|
@@ -817,12 +878,13 @@ $c-table-list: map-merge(
|
|
|
817
878
|
font-size: $table-list-font-size,
|
|
818
879
|
margin-bottom: $table-list-margin-bottom,
|
|
819
880
|
margin-top: $table-list-margin-top,
|
|
881
|
+
|
|
820
882
|
thead:
|
|
821
883
|
map-deep-merge(
|
|
822
884
|
$c-table-list-thead,
|
|
823
885
|
(
|
|
824
886
|
table-cell: (
|
|
825
|
-
border-bottom-width:
|
|
887
|
+
border-bottom-width: 0rem,
|
|
826
888
|
font-size: $table-list-head-font-size,
|
|
827
889
|
font-weight: $table-list-head-font-weight,
|
|
828
890
|
height: $table-list-head-height,
|
|
@@ -832,6 +894,7 @@ $c-table-list: map-merge(
|
|
|
832
894
|
)
|
|
833
895
|
),
|
|
834
896
|
table-cell: $c-table-list-cell,
|
|
897
|
+
|
|
835
898
|
tbody:
|
|
836
899
|
map-deep-merge(
|
|
837
900
|
$c-table-list-tbody,
|
|
@@ -851,6 +914,7 @@ $c-table-list: map-merge(
|
|
|
851
914
|
)
|
|
852
915
|
),
|
|
853
916
|
caption: $c-table-list-caption,
|
|
917
|
+
|
|
854
918
|
table-divider: (
|
|
855
919
|
table-cell: (
|
|
856
920
|
padding-bottom: $table-list-divider-padding-y,
|
|
@@ -859,32 +923,40 @@ $c-table-list: map-merge(
|
|
|
859
923
|
padding-top: $table-list-divider-padding-y,
|
|
860
924
|
),
|
|
861
925
|
),
|
|
926
|
+
|
|
862
927
|
table-active: (
|
|
863
928
|
background-color: $table-list-active-bg,
|
|
929
|
+
|
|
864
930
|
quick-action-menu: (
|
|
865
931
|
background-color: $table-list-quick-action-menu-active-bg,
|
|
866
932
|
),
|
|
867
933
|
),
|
|
934
|
+
|
|
868
935
|
table-disabled: (
|
|
869
936
|
background-color: $table-list-disabled-bg,
|
|
870
937
|
color: $table-list-disabled-color,
|
|
938
|
+
|
|
871
939
|
table-cell: (
|
|
872
940
|
href: (
|
|
873
941
|
color: $table-list-disabled-color,
|
|
874
942
|
pointer-events: $table-list-disabled-pointer-events,
|
|
875
943
|
),
|
|
876
944
|
),
|
|
945
|
+
|
|
877
946
|
table-title: (
|
|
878
947
|
color: $table-list-disabled-color,
|
|
879
948
|
),
|
|
949
|
+
|
|
880
950
|
table-list-title: (
|
|
881
951
|
color: $table-list-disabled-color,
|
|
882
952
|
),
|
|
883
953
|
),
|
|
954
|
+
|
|
884
955
|
table-row-start: (
|
|
885
956
|
table-cell: (
|
|
886
|
-
border-top-width:
|
|
957
|
+
border-top-width: 0rem,
|
|
887
958
|
),
|
|
959
|
+
|
|
888
960
|
table-cell-start: (
|
|
889
961
|
border-top-left-radius:
|
|
890
962
|
clay-enable-rounded(
|
|
@@ -894,6 +966,7 @@ $c-table-list: map-merge(
|
|
|
894
966
|
)
|
|
895
967
|
),
|
|
896
968
|
),
|
|
969
|
+
|
|
897
970
|
table-cell-end: (
|
|
898
971
|
border-top-right-radius:
|
|
899
972
|
clay-enable-rounded(
|
|
@@ -904,6 +977,7 @@ $c-table-list: map-merge(
|
|
|
904
977
|
),
|
|
905
978
|
),
|
|
906
979
|
),
|
|
980
|
+
|
|
907
981
|
table-row-end: (
|
|
908
982
|
table-cell-start: (
|
|
909
983
|
border-bottom-left-radius:
|
|
@@ -914,6 +988,7 @@ $c-table-list: map-merge(
|
|
|
914
988
|
)
|
|
915
989
|
),
|
|
916
990
|
),
|
|
991
|
+
|
|
917
992
|
table-cell-end: (
|
|
918
993
|
border-bottom-right-radius:
|
|
919
994
|
clay-enable-rounded(
|
|
@@ -924,11 +999,12 @@ $c-table-list: map-merge(
|
|
|
924
999
|
),
|
|
925
1000
|
),
|
|
926
1001
|
),
|
|
1002
|
+
|
|
927
1003
|
quick-action-menu: (
|
|
928
1004
|
align-items: $table-list-quick-action-menu-align-items,
|
|
929
1005
|
background-color: $table-list-quick-action-menu-bg,
|
|
930
|
-
bottom:
|
|
931
|
-
top:
|
|
1006
|
+
bottom: 0rem,
|
|
1007
|
+
top: 0rem,
|
|
932
1008
|
),
|
|
933
1009
|
),
|
|
934
1010
|
$c-table-list
|
|
@@ -943,22 +1019,27 @@ $c-table-list-table-hover: map-deep-merge(
|
|
|
943
1019
|
tr: (
|
|
944
1020
|
hover: (
|
|
945
1021
|
background-color: $table-list-hover-bg,
|
|
1022
|
+
|
|
946
1023
|
quick-action-menu: (
|
|
947
1024
|
background-color: $table-list-quick-action-menu-hover-bg,
|
|
948
1025
|
),
|
|
949
1026
|
),
|
|
950
1027
|
),
|
|
951
1028
|
),
|
|
1029
|
+
|
|
952
1030
|
table-active: (
|
|
953
1031
|
hover: (
|
|
954
1032
|
background-color: $table-list-active-bg,
|
|
1033
|
+
|
|
955
1034
|
quick-action-menu: (
|
|
956
1035
|
background-color: $table-list-quick-action-menu-hover-bg,
|
|
957
1036
|
),
|
|
958
1037
|
),
|
|
959
1038
|
),
|
|
1039
|
+
|
|
960
1040
|
table-disabled: (
|
|
961
1041
|
background-color: $table-list-disabled-bg,
|
|
1042
|
+
|
|
962
1043
|
hover: (
|
|
963
1044
|
background-color: $table-list-disabled-bg,
|
|
964
1045
|
),
|
|
@@ -974,12 +1055,14 @@ $c-table-list-table-bordered: map-deep-merge(
|
|
|
974
1055
|
(
|
|
975
1056
|
thead: (
|
|
976
1057
|
table-cell: (
|
|
977
|
-
border-bottom-width:
|
|
1058
|
+
border-bottom-width: 0rem,
|
|
978
1059
|
),
|
|
979
1060
|
),
|
|
1061
|
+
|
|
980
1062
|
table-cell: $c-table-list-bordered-cell,
|
|
1063
|
+
|
|
981
1064
|
table-column-start: (
|
|
982
|
-
border-left-width:
|
|
1065
|
+
border-left-width: 0rem,
|
|
983
1066
|
),
|
|
984
1067
|
),
|
|
985
1068
|
$c-table-list-table-bordered
|
|
@@ -1004,6 +1087,7 @@ $table-row-theme-colors: map-deep-merge(
|
|
|
1004
1087
|
clay-darken(theme-color-level(primary, $table-bg-level), 5%),
|
|
1005
1088
|
),
|
|
1006
1089
|
),
|
|
1090
|
+
|
|
1007
1091
|
'secondary': (
|
|
1008
1092
|
background-color: theme-color-level(secondary, $table-bg-level),
|
|
1009
1093
|
border-color: theme-color-level(secondary, $table-border-level),
|
|
@@ -1015,6 +1099,7 @@ $table-row-theme-colors: map-deep-merge(
|
|
|
1015
1099
|
),
|
|
1016
1100
|
),
|
|
1017
1101
|
),
|
|
1102
|
+
|
|
1018
1103
|
'success': (
|
|
1019
1104
|
background-color: theme-color-level(success, $table-bg-level),
|
|
1020
1105
|
border-color: theme-color-level(success, $table-border-level),
|
|
@@ -1023,6 +1108,7 @@ $table-row-theme-colors: map-deep-merge(
|
|
|
1023
1108
|
clay-darken(theme-color-level(success, $table-bg-level), 5%),
|
|
1024
1109
|
),
|
|
1025
1110
|
),
|
|
1111
|
+
|
|
1026
1112
|
'info': (
|
|
1027
1113
|
background-color: theme-color-level(info, $table-bg-level),
|
|
1028
1114
|
border-color: theme-color-level(info, $table-border-level),
|
|
@@ -1031,6 +1117,7 @@ $table-row-theme-colors: map-deep-merge(
|
|
|
1031
1117
|
clay-darken(theme-color-level(info, $table-bg-level), 5%),
|
|
1032
1118
|
),
|
|
1033
1119
|
),
|
|
1120
|
+
|
|
1034
1121
|
'warning': (
|
|
1035
1122
|
background-color: theme-color-level(warning, $table-bg-level),
|
|
1036
1123
|
border-color: theme-color-level(warning, $table-border-level),
|
|
@@ -1039,6 +1126,7 @@ $table-row-theme-colors: map-deep-merge(
|
|
|
1039
1126
|
clay-darken(theme-color-level(warning, $table-bg-level), 5%),
|
|
1040
1127
|
),
|
|
1041
1128
|
),
|
|
1129
|
+
|
|
1042
1130
|
'danger': (
|
|
1043
1131
|
background-color: theme-color-level(danger, $table-bg-level),
|
|
1044
1132
|
border-color: theme-color-level(danger, $table-border-level),
|
|
@@ -1047,6 +1135,7 @@ $table-row-theme-colors: map-deep-merge(
|
|
|
1047
1135
|
clay-darken(theme-color-level(danger, $table-bg-level), 5%),
|
|
1048
1136
|
),
|
|
1049
1137
|
),
|
|
1138
|
+
|
|
1050
1139
|
'light': (
|
|
1051
1140
|
background-color: theme-color-level(light, $table-bg-level),
|
|
1052
1141
|
border-color: theme-color-level(light, $table-border-level),
|
|
@@ -1055,6 +1144,7 @@ $table-row-theme-colors: map-deep-merge(
|
|
|
1055
1144
|
clay-darken(theme-color-level(light, $table-bg-level), 5%),
|
|
1056
1145
|
),
|
|
1057
1146
|
),
|
|
1147
|
+
|
|
1058
1148
|
'dark': (
|
|
1059
1149
|
background-color: theme-color-level(dark, $table-bg-level),
|
|
1060
1150
|
border-color: theme-color-level(dark, $table-border-level),
|
|
@@ -1062,8 +1152,10 @@ $table-row-theme-colors: map-deep-merge(
|
|
|
1062
1152
|
background-color:
|
|
1063
1153
|
clay-darken(theme-color-level(dark, $table-bg-level), 5%),
|
|
1064
1154
|
),
|
|
1155
|
+
|
|
1065
1156
|
table-title: (
|
|
1066
1157
|
color: $table-dark-color,
|
|
1158
|
+
|
|
1067
1159
|
href: (
|
|
1068
1160
|
color: inherit,
|
|
1069
1161
|
),
|