@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
|
@@ -10,20 +10,24 @@ $tbar-stacked: map-deep-merge(
|
|
|
10
10
|
height: 100%,
|
|
11
11
|
padding-bottom: 0.5rem,
|
|
12
12
|
padding-top: 0.5rem,
|
|
13
|
+
|
|
13
14
|
tbar-nav: (
|
|
14
15
|
flex-direction: column,
|
|
15
|
-
min-width:
|
|
16
|
+
min-width: 0rem,
|
|
16
17
|
),
|
|
18
|
+
|
|
17
19
|
tbar-item: (
|
|
18
20
|
align-items: center,
|
|
19
21
|
justify-content: flex-start,
|
|
20
|
-
padding-left:
|
|
21
|
-
padding-right:
|
|
22
|
+
padding-left: 0rem,
|
|
23
|
+
padding-right: 0rem,
|
|
22
24
|
),
|
|
25
|
+
|
|
23
26
|
tbar-item-expand: (
|
|
24
27
|
flex-shrink: 0,
|
|
25
|
-
min-width:
|
|
28
|
+
min-width: 0rem,
|
|
26
29
|
),
|
|
30
|
+
|
|
27
31
|
tbar-divider-before: (
|
|
28
32
|
before: (
|
|
29
33
|
background-color: $body-color,
|
|
@@ -35,6 +39,7 @@ $tbar-stacked: map-deep-merge(
|
|
|
35
39
|
width: 2.5rem,
|
|
36
40
|
),
|
|
37
41
|
),
|
|
42
|
+
|
|
38
43
|
tbar-divider-after: (
|
|
39
44
|
after: (
|
|
40
45
|
background-color: $body-color,
|
|
@@ -46,25 +51,28 @@ $tbar-stacked: map-deep-merge(
|
|
|
46
51
|
width: 2.5rem,
|
|
47
52
|
),
|
|
48
53
|
),
|
|
54
|
+
|
|
49
55
|
tbar-btn-monospaced: (
|
|
50
56
|
border-color: transparent,
|
|
51
57
|
border-radius: 0px,
|
|
52
58
|
border-width: 0px,
|
|
53
59
|
color: inherit,
|
|
54
60
|
height: 2.5rem,
|
|
55
|
-
margin-bottom:
|
|
56
|
-
margin-top:
|
|
61
|
+
margin-bottom: 0rem,
|
|
62
|
+
margin-top: 0rem,
|
|
57
63
|
overflow: visible,
|
|
58
|
-
padding-bottom:
|
|
59
|
-
padding-left:
|
|
60
|
-
padding-right:
|
|
61
|
-
padding-top:
|
|
64
|
+
padding-bottom: 0rem,
|
|
65
|
+
padding-left: 0rem,
|
|
66
|
+
padding-right: 0rem,
|
|
67
|
+
padding-top: 0rem,
|
|
62
68
|
position: relative,
|
|
63
69
|
width: 2.5rem,
|
|
70
|
+
|
|
64
71
|
focus: (
|
|
65
72
|
box-shadow: #{inset 0 0 0 0.125rem $primary-l0,
|
|
66
73
|
inset 0 0 0 0.25rem $white},
|
|
67
74
|
),
|
|
75
|
+
|
|
68
76
|
active-focus: (
|
|
69
77
|
box-shadow: #{inset 0 0 0 0.125rem $primary-l0,
|
|
70
78
|
inset 0 0 0 0.25rem $white},
|
|
@@ -79,9 +87,9 @@ $tbar-stacked: map-deep-merge(
|
|
|
79
87
|
$tbar-inline-xs-down: () !default;
|
|
80
88
|
$tbar-inline-xs-down: map-deep-merge(
|
|
81
89
|
(
|
|
82
|
-
breakpoint-down:
|
|
90
|
+
breakpoint-down: 'xs',
|
|
83
91
|
tbar-item: (
|
|
84
|
-
padding-left:
|
|
92
|
+
padding-left: 0rem,
|
|
85
93
|
),
|
|
86
94
|
),
|
|
87
95
|
$tbar-inline-xs-down
|
|
@@ -90,9 +98,9 @@ $tbar-inline-xs-down: map-deep-merge(
|
|
|
90
98
|
$tbar-inline-sm-down: () !default;
|
|
91
99
|
$tbar-inline-sm-down: map-deep-merge(
|
|
92
100
|
(
|
|
93
|
-
breakpoint-down:
|
|
101
|
+
breakpoint-down: 'sm',
|
|
94
102
|
tbar-item: (
|
|
95
|
-
padding-left:
|
|
103
|
+
padding-left: 0rem,
|
|
96
104
|
),
|
|
97
105
|
),
|
|
98
106
|
$tbar-inline-sm-down
|
|
@@ -101,9 +109,9 @@ $tbar-inline-sm-down: map-deep-merge(
|
|
|
101
109
|
$tbar-inline-md-down: () !default;
|
|
102
110
|
$tbar-inline-md-down: map-deep-merge(
|
|
103
111
|
(
|
|
104
|
-
breakpoint-down:
|
|
112
|
+
breakpoint-down: 'md',
|
|
105
113
|
tbar-item: (
|
|
106
|
-
padding-left:
|
|
114
|
+
padding-left: 0rem,
|
|
107
115
|
),
|
|
108
116
|
),
|
|
109
117
|
$tbar-inline-md-down
|
|
@@ -112,9 +120,9 @@ $tbar-inline-md-down: map-deep-merge(
|
|
|
112
120
|
$tbar-inline-lg-down: () !default;
|
|
113
121
|
$tbar-inline-lg-down: map-deep-merge(
|
|
114
122
|
(
|
|
115
|
-
breakpoint-down:
|
|
123
|
+
breakpoint-down: 'lg',
|
|
116
124
|
tbar-item: (
|
|
117
|
-
padding-left:
|
|
125
|
+
padding-left: 0rem,
|
|
118
126
|
),
|
|
119
127
|
),
|
|
120
128
|
$tbar-inline-lg-down
|
|
@@ -123,9 +131,9 @@ $tbar-inline-lg-down: map-deep-merge(
|
|
|
123
131
|
$tbar-inline-xl-down: () !default;
|
|
124
132
|
$tbar-inline-xl-down: map-deep-merge(
|
|
125
133
|
(
|
|
126
|
-
breakpoint-down:
|
|
134
|
+
breakpoint-down: 'xl',
|
|
127
135
|
tbar-item: (
|
|
128
|
-
padding-left:
|
|
136
|
+
padding-left: 0rem,
|
|
129
137
|
),
|
|
130
138
|
),
|
|
131
139
|
$tbar-inline-xl-down
|
|
@@ -138,7 +146,7 @@ $component-tbar: map-deep-merge(
|
|
|
138
146
|
(
|
|
139
147
|
border-color: $gray-300,
|
|
140
148
|
border-style: solid,
|
|
141
|
-
border-width:
|
|
149
|
+
border-width: 0rem 0rem 0.0625rem 0rem,
|
|
142
150
|
height: 3.5rem,
|
|
143
151
|
),
|
|
144
152
|
$component-tbar
|
|
@@ -153,26 +161,32 @@ $tbar-light: map-deep-merge(
|
|
|
153
161
|
box-shadow: #{inset 1px 0 0 0 $gray-200,
|
|
154
162
|
inset -1px 0 0 0 $gray-200},
|
|
155
163
|
color: $secondary,
|
|
164
|
+
|
|
156
165
|
tbar-divider-before: (
|
|
157
166
|
before: (
|
|
158
167
|
background-color: $gray-200,
|
|
159
168
|
),
|
|
160
169
|
),
|
|
170
|
+
|
|
161
171
|
tbar-divider-after: (
|
|
162
172
|
after: (
|
|
163
173
|
background-color: $gray-200,
|
|
164
174
|
),
|
|
165
175
|
),
|
|
176
|
+
|
|
166
177
|
tbar-btn-monospaced: (
|
|
167
178
|
hover: (
|
|
168
179
|
color: $dark,
|
|
169
180
|
),
|
|
181
|
+
|
|
170
182
|
focus: (
|
|
171
183
|
color: $dark,
|
|
172
184
|
),
|
|
185
|
+
|
|
173
186
|
disabled: (
|
|
174
187
|
color: inherit,
|
|
175
188
|
),
|
|
189
|
+
|
|
176
190
|
active: (
|
|
177
191
|
background-color: $gray-200,
|
|
178
192
|
color: $dark,
|
|
@@ -189,39 +203,46 @@ $tbar-dark-d1: map-deep-merge(
|
|
|
189
203
|
box-shadow: #{inset 1px 0 0 0 rgba($white, 0.06),
|
|
190
204
|
inset -1px 0 0 0 rgba($white, 0.06)},
|
|
191
205
|
color: $gray-500,
|
|
206
|
+
|
|
192
207
|
tbar-divider-before: (
|
|
193
208
|
before: (
|
|
194
209
|
background-color: rgba($white, 0.06),
|
|
195
210
|
),
|
|
196
211
|
),
|
|
212
|
+
|
|
197
213
|
tbar-divider-after: (
|
|
198
214
|
after: (
|
|
199
215
|
background-color: rgba($white, 0.06),
|
|
200
216
|
),
|
|
201
217
|
),
|
|
218
|
+
|
|
202
219
|
tbar-btn-monospaced: (
|
|
203
220
|
hover: (
|
|
204
221
|
color: $white,
|
|
205
222
|
),
|
|
223
|
+
|
|
206
224
|
focus: (
|
|
207
225
|
color: $white,
|
|
208
226
|
),
|
|
227
|
+
|
|
209
228
|
disabled: (
|
|
210
229
|
color: inherit,
|
|
211
230
|
),
|
|
231
|
+
|
|
212
232
|
active: (
|
|
213
233
|
background-color: rgba($white, 0.06),
|
|
214
234
|
color: $white,
|
|
215
235
|
),
|
|
236
|
+
|
|
216
237
|
active-class: (
|
|
217
238
|
after: (
|
|
218
239
|
background-color: $primary-l1,
|
|
219
|
-
bottom:
|
|
240
|
+
bottom: 0rem,
|
|
220
241
|
content: '',
|
|
221
242
|
display: block,
|
|
222
|
-
left:
|
|
243
|
+
left: 0rem,
|
|
223
244
|
position: absolute,
|
|
224
|
-
top:
|
|
245
|
+
top: 0rem,
|
|
225
246
|
width: 0.25rem,
|
|
226
247
|
),
|
|
227
248
|
),
|
|
@@ -238,30 +259,36 @@ $tbar-dark-l2: map-deep-merge(
|
|
|
238
259
|
inset -1px 0 0 0 rgba($white, 0.06)},
|
|
239
260
|
border-color: rgba($white, 0.06),
|
|
240
261
|
color: $gray-500,
|
|
262
|
+
|
|
241
263
|
tbar-divider-before: (
|
|
242
264
|
before: (
|
|
243
265
|
background-color: rgba($white, 0.06),
|
|
244
266
|
),
|
|
245
267
|
),
|
|
268
|
+
|
|
246
269
|
tbar-divider-after: (
|
|
247
270
|
after: (
|
|
248
271
|
background-color: rgba($white, 0.06),
|
|
249
272
|
),
|
|
250
273
|
),
|
|
274
|
+
|
|
251
275
|
tbar-btn-monospaced: (
|
|
252
276
|
hover: (
|
|
253
277
|
color: $white,
|
|
254
278
|
),
|
|
279
|
+
|
|
255
280
|
focus: (
|
|
256
281
|
color: $white,
|
|
257
282
|
),
|
|
258
|
-
|
|
259
|
-
color: inherit,
|
|
260
|
-
),
|
|
283
|
+
|
|
261
284
|
active: (
|
|
262
285
|
background-color: rgba($white, 0.06),
|
|
263
286
|
color: $white,
|
|
264
287
|
),
|
|
288
|
+
|
|
289
|
+
disabled: (
|
|
290
|
+
color: inherit,
|
|
291
|
+
),
|
|
265
292
|
),
|
|
266
293
|
),
|
|
267
294
|
$tbar-dark-l2
|
|
@@ -288,9 +315,11 @@ $subnav-tbar-component-link: map-deep-merge(
|
|
|
288
315
|
(
|
|
289
316
|
color: $link-color,
|
|
290
317
|
font-weight: $font-weight-semi-bold,
|
|
318
|
+
|
|
291
319
|
hover: (
|
|
292
320
|
color: $link-hover-color,
|
|
293
321
|
),
|
|
322
|
+
|
|
294
323
|
disabled: (
|
|
295
324
|
box-shadow: none,
|
|
296
325
|
),
|
|
@@ -314,35 +343,45 @@ $subnav-tbar: () !default;
|
|
|
314
343
|
$subnav-tbar: map-deep-merge(
|
|
315
344
|
(
|
|
316
345
|
font-size: 0.875rem,
|
|
346
|
+
|
|
317
347
|
tbar-section: (
|
|
318
348
|
text-align: left,
|
|
319
349
|
),
|
|
350
|
+
|
|
320
351
|
strong: (
|
|
321
352
|
font-weight: $font-weight-semi-bold,
|
|
322
353
|
),
|
|
354
|
+
|
|
323
355
|
tbar-item: (
|
|
324
356
|
padding-left: 0.5rem,
|
|
325
357
|
padding-right: 0.5rem,
|
|
326
358
|
),
|
|
359
|
+
|
|
327
360
|
tbar-btn: (
|
|
328
361
|
height: 1.5rem,
|
|
329
362
|
line-height: 1,
|
|
330
363
|
margin-bottom: 0.125rem,
|
|
331
364
|
margin-top: 0.125rem,
|
|
332
|
-
padding-left:
|
|
333
|
-
padding-right:
|
|
365
|
+
padding-left: 0rem,
|
|
366
|
+
padding-right: 0rem,
|
|
334
367
|
),
|
|
368
|
+
|
|
335
369
|
tbar-btn-monospaced: (
|
|
336
370
|
margin-bottom: 0.125rem,
|
|
337
371
|
margin-top: 0.125rem,
|
|
338
372
|
padding: 0.25rem,
|
|
339
373
|
),
|
|
374
|
+
|
|
340
375
|
component-link: $subnav-tbar-component-link,
|
|
376
|
+
|
|
341
377
|
component-title: $subnav-tbar-component-title,
|
|
378
|
+
|
|
342
379
|
component-text: $subnav-tbar-component-text,
|
|
380
|
+
|
|
343
381
|
component-label: (
|
|
344
382
|
font-weight: $font-weight-normal,
|
|
345
383
|
),
|
|
384
|
+
|
|
346
385
|
tbar-link: (
|
|
347
386
|
margin-bottom: 0.125rem,
|
|
348
387
|
margin-top: 0.125rem,
|
|
@@ -351,6 +390,7 @@ $subnav-tbar: map-deep-merge(
|
|
|
351
390
|
padding-right: 0.25rem,
|
|
352
391
|
padding-top: 0.09375rem,
|
|
353
392
|
),
|
|
393
|
+
|
|
354
394
|
tbar-link-monospaced: (
|
|
355
395
|
height: 1.5rem,
|
|
356
396
|
margin-bottom: 0.125rem,
|
|
@@ -385,9 +425,11 @@ $subnav-tbar-primary-component-link: () !default;
|
|
|
385
425
|
$subnav-tbar-primary-component-link: map-deep-merge(
|
|
386
426
|
(
|
|
387
427
|
color: $gray-900,
|
|
428
|
+
|
|
388
429
|
hover: (
|
|
389
430
|
color: $gray-900,
|
|
390
431
|
),
|
|
432
|
+
|
|
391
433
|
disabled: (
|
|
392
434
|
color: $gray-600,
|
|
393
435
|
cursor: $disabled-cursor,
|
|
@@ -404,6 +446,7 @@ $subnav-tbar-primary-component-label-close: map-deep-merge(
|
|
|
404
446
|
focus: (
|
|
405
447
|
color: inherit,
|
|
406
448
|
),
|
|
449
|
+
|
|
407
450
|
disabled: (
|
|
408
451
|
color: $gray-600,
|
|
409
452
|
opacity: $component-disabled-opacity,
|
|
@@ -424,7 +467,7 @@ $subnav-tbar-primary-tbar-label-size: () !default;
|
|
|
424
467
|
$subnav-tbar-primary-tbar-label-size: map-deep-merge(
|
|
425
468
|
(
|
|
426
469
|
font-size: 0.75rem,
|
|
427
|
-
margin-right:
|
|
470
|
+
margin-right: 0rem,
|
|
428
471
|
padding-bottom: 0.3125rem,
|
|
429
472
|
padding-left: 0.625rem,
|
|
430
473
|
padding-right: 0.625rem,
|
|
@@ -443,11 +486,13 @@ $subnav-tbar-primary: map-deep-merge(
|
|
|
443
486
|
padding-left: 0.25rem,
|
|
444
487
|
padding-right: 0.25rem,
|
|
445
488
|
padding-top: 0.625rem,
|
|
489
|
+
|
|
446
490
|
tbar-item: (
|
|
447
491
|
justify-content: flex-start,
|
|
448
492
|
padding-left: 0.25rem,
|
|
449
493
|
padding-right: 0.25rem,
|
|
450
494
|
),
|
|
495
|
+
|
|
451
496
|
tbar-link-monospaced: (
|
|
452
497
|
border-radius: 0px,
|
|
453
498
|
border-width: 0px,
|
|
@@ -456,8 +501,11 @@ $subnav-tbar-primary: map-deep-merge(
|
|
|
456
501
|
margin-top: -0.625rem,
|
|
457
502
|
width: 3rem,
|
|
458
503
|
),
|
|
504
|
+
|
|
459
505
|
component-link: $subnav-tbar-primary-component-link,
|
|
506
|
+
|
|
460
507
|
component-label: $subnav-tbar-primary-component-label,
|
|
508
|
+
|
|
461
509
|
tbar-label: $subnav-tbar-primary-tbar-label-size,
|
|
462
510
|
),
|
|
463
511
|
$subnav-tbar-primary
|
|
@@ -482,6 +530,7 @@ $subnav-tbar-primary-disabled: map-deep-merge(
|
|
|
482
530
|
clay-lighten(clay-desaturate($primary, 27.03), 37.06)
|
|
483
531
|
),
|
|
484
532
|
color: #6c757d,
|
|
533
|
+
|
|
485
534
|
component-label: $subnav-tbar-primary-disabled-component-label,
|
|
486
535
|
),
|
|
487
536
|
$subnav-tbar-primary-disabled
|
|
@@ -6,10 +6,10 @@ $clay-time-btn: map-deep-merge(
|
|
|
6
6
|
font-size: 0.75rem,
|
|
7
7
|
height: 1.5rem,
|
|
8
8
|
justify-content: center,
|
|
9
|
-
padding-bottom:
|
|
10
|
-
padding-left:
|
|
11
|
-
padding-right:
|
|
12
|
-
padding-top:
|
|
9
|
+
padding-bottom: 0rem,
|
|
10
|
+
padding-left: 0rem,
|
|
11
|
+
padding-right: 0rem,
|
|
12
|
+
padding-top: 0rem,
|
|
13
13
|
width: 1.5rem,
|
|
14
14
|
),
|
|
15
15
|
$clay-time-btn
|
|
@@ -30,14 +30,16 @@ $clay-time-form-control: map-deep-merge(
|
|
|
30
30
|
$clay-time-form-control-inset: () !default;
|
|
31
31
|
$clay-time-form-control-inset: map-deep-merge(
|
|
32
32
|
(
|
|
33
|
-
margin-bottom:
|
|
34
|
-
margin-left:
|
|
35
|
-
margin-top:
|
|
33
|
+
margin-bottom: 0rem,
|
|
34
|
+
margin-left: 0rem,
|
|
35
|
+
margin-top: 0rem,
|
|
36
36
|
text-align: center,
|
|
37
37
|
width: 1.25rem,
|
|
38
|
+
|
|
38
39
|
selection: (
|
|
39
40
|
background-color: transparent,
|
|
40
41
|
),
|
|
42
|
+
|
|
41
43
|
focus: (
|
|
42
44
|
background-color: #b3d8fd,
|
|
43
45
|
),
|
|
@@ -62,10 +64,10 @@ $clay-time-input-group-text: map-merge(
|
|
|
62
64
|
background-color:
|
|
63
65
|
setter(map-get($clay-time-input-group-text, bg), transparent),
|
|
64
66
|
border-color: transparent,
|
|
65
|
-
padding-bottom:
|
|
66
|
-
padding-left:
|
|
67
|
-
padding-right:
|
|
68
|
-
padding-top:
|
|
67
|
+
padding-bottom: 0rem,
|
|
68
|
+
padding-left: 0rem,
|
|
69
|
+
padding-right: 0rem,
|
|
70
|
+
padding-top: 0rem,
|
|
69
71
|
),
|
|
70
72
|
$clay-time-input-group-text
|
|
71
73
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
$timeline-border-color: $gray-300 !default;
|
|
2
2
|
$timeline-border-width: 2px !default;
|
|
3
3
|
|
|
4
|
-
$timeline-border-modifier:
|
|
4
|
+
$timeline-border-modifier: calc(#{$timeline-border-width} * 0.5) !default;
|
|
5
5
|
|
|
6
6
|
$timeline-icon-active-bg: $component-active-bg !default;
|
|
7
7
|
$timeline-icon-active-border-color: $timeline-icon-active-bg !default;
|
|
@@ -26,4 +26,5 @@ $timeline-item-padding-top: 5px !default;
|
|
|
26
26
|
|
|
27
27
|
$timeline-inner-spacing-xl: 50px !default;
|
|
28
28
|
$timeline-outer-spacing-xl: 25px !default;
|
|
29
|
+
|
|
29
30
|
$timeline-item-padding-y-xl: 15px !default;
|