@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
|
@@ -4,82 +4,97 @@ $cadmin-menubar-primary: map-deep-merge(
|
|
|
4
4
|
nav-item: (
|
|
5
5
|
position: relative,
|
|
6
6
|
),
|
|
7
|
+
|
|
7
8
|
nav-link: (
|
|
8
|
-
border-radius:
|
|
9
|
+
border-radius: 0px,
|
|
9
10
|
color: $cadmin-gray-900,
|
|
10
11
|
line-height: 24px,
|
|
11
12
|
transition: #{color 0.15s ease-in-out,
|
|
12
13
|
background-color 0.15s ease-in-out,
|
|
13
14
|
border-color 0.15s ease-in-out,
|
|
14
15
|
box-shadow 0.15s ease-in-out},
|
|
16
|
+
|
|
15
17
|
before: (
|
|
16
|
-
bottom:
|
|
18
|
+
bottom: 0px,
|
|
17
19
|
content: '',
|
|
18
20
|
display: block,
|
|
19
|
-
left:
|
|
21
|
+
left: 0px,
|
|
20
22
|
position: absolute,
|
|
21
|
-
top:
|
|
23
|
+
top: 0px,
|
|
22
24
|
transition: $cadmin-transition-base,
|
|
23
25
|
),
|
|
26
|
+
|
|
24
27
|
hover: (
|
|
25
28
|
background-color: $cadmin-primary-l3,
|
|
26
29
|
color: $cadmin-gray-900,
|
|
27
|
-
letter-spacing:
|
|
30
|
+
letter-spacing: 0px,
|
|
31
|
+
|
|
28
32
|
before: (
|
|
29
33
|
background: $cadmin-secondary-l0,
|
|
30
34
|
width: 2px,
|
|
31
35
|
),
|
|
32
36
|
),
|
|
37
|
+
|
|
33
38
|
focus: (
|
|
34
39
|
background-color: c-unset,
|
|
35
40
|
box-shadow: none,
|
|
36
41
|
color: $cadmin-gray-900,
|
|
37
42
|
outline: 0,
|
|
43
|
+
|
|
38
44
|
after: (
|
|
39
|
-
bottom:
|
|
45
|
+
bottom: 0px,
|
|
40
46
|
box-shadow: $cadmin-component-focus-inset-box-shadow,
|
|
41
47
|
content: '',
|
|
42
48
|
display: block,
|
|
43
|
-
left:
|
|
49
|
+
left: 0px,
|
|
44
50
|
pointer-events: none,
|
|
45
51
|
position: absolute,
|
|
46
|
-
right:
|
|
47
|
-
top:
|
|
52
|
+
right: 0px,
|
|
53
|
+
top: 0px,
|
|
48
54
|
),
|
|
49
55
|
),
|
|
56
|
+
|
|
50
57
|
active-class: (
|
|
51
58
|
background-color: $cadmin-primary-l3,
|
|
52
59
|
color: $cadmin-gray-900,
|
|
53
60
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
61
|
+
|
|
54
62
|
before: (
|
|
55
63
|
background-color: $cadmin-primary,
|
|
56
64
|
width: 6px,
|
|
57
65
|
),
|
|
66
|
+
|
|
58
67
|
focus: (
|
|
59
68
|
before: (
|
|
60
69
|
display: none,
|
|
61
70
|
),
|
|
62
71
|
),
|
|
63
72
|
),
|
|
73
|
+
|
|
64
74
|
disabled: (
|
|
65
75
|
background-color: transparent,
|
|
66
76
|
box-shadow: none,
|
|
67
77
|
font-weight: $cadmin-font-weight-normal,
|
|
78
|
+
|
|
68
79
|
before: (
|
|
69
80
|
content: none,
|
|
70
81
|
),
|
|
82
|
+
|
|
71
83
|
after: (
|
|
72
84
|
content: none,
|
|
73
85
|
),
|
|
74
86
|
),
|
|
87
|
+
|
|
75
88
|
show: (
|
|
76
89
|
background-color: c-unset,
|
|
77
90
|
box-shadow: c-unset,
|
|
78
91
|
color: $cadmin-gray-900,
|
|
92
|
+
|
|
79
93
|
before: (
|
|
80
94
|
background-color: transparent,
|
|
81
|
-
width:
|
|
95
|
+
width: 0px,
|
|
82
96
|
),
|
|
97
|
+
|
|
83
98
|
hover: (
|
|
84
99
|
before: (
|
|
85
100
|
background-color: $cadmin-secondary-l0,
|
|
@@ -87,32 +102,39 @@ $cadmin-menubar-primary: map-deep-merge(
|
|
|
87
102
|
),
|
|
88
103
|
),
|
|
89
104
|
),
|
|
105
|
+
|
|
90
106
|
autofit-row: (
|
|
91
107
|
align-items: center,
|
|
92
108
|
margin-left: -4px,
|
|
93
109
|
margin-right: -4px,
|
|
110
|
+
|
|
94
111
|
autofit-col: (
|
|
95
112
|
padding-left: 4px,
|
|
96
113
|
padding-right: 4px,
|
|
97
114
|
),
|
|
98
115
|
),
|
|
116
|
+
|
|
99
117
|
collapse-icon: (
|
|
100
118
|
font-size: 12px,
|
|
101
119
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
102
120
|
text-transform: uppercase,
|
|
121
|
+
|
|
103
122
|
collapse-icon-closed: (
|
|
104
123
|
font-size: 14px,
|
|
105
124
|
top: calc(22px - (1em / 2)),
|
|
106
125
|
),
|
|
126
|
+
|
|
107
127
|
collapse-icon-open: (
|
|
108
128
|
font-size: 14px,
|
|
109
129
|
top: calc(22px - (1em / 2)),
|
|
110
130
|
),
|
|
111
131
|
),
|
|
112
132
|
),
|
|
133
|
+
|
|
113
134
|
menubar-actions-1: (
|
|
114
135
|
padding-right: 64px,
|
|
115
136
|
),
|
|
137
|
+
|
|
116
138
|
menubar-action: (
|
|
117
139
|
position: absolute,
|
|
118
140
|
top: 10px,
|
|
@@ -128,13 +150,16 @@ $cadmin-menubar-vertical-expand-md: () !default;
|
|
|
128
150
|
$cadmin-menubar-vertical-expand-md: map-deep-merge(
|
|
129
151
|
(
|
|
130
152
|
max-width: 250px,
|
|
153
|
+
|
|
131
154
|
menubar-collapse: (
|
|
132
155
|
display: block,
|
|
133
156
|
),
|
|
157
|
+
|
|
134
158
|
media-breakpoint-down: (
|
|
135
159
|
sm: (
|
|
136
160
|
margin-bottom: 16px,
|
|
137
161
|
max-width: none,
|
|
162
|
+
|
|
138
163
|
menubar-collapse: (
|
|
139
164
|
border-color: transparent,
|
|
140
165
|
border-style: solid,
|
|
@@ -145,17 +170,21 @@ $cadmin-menubar-vertical-expand-md: map-deep-merge(
|
|
|
145
170
|
z-index:
|
|
146
171
|
$cadmin-zindex-menubar-vertical-expand-md-collapse-mobile,
|
|
147
172
|
),
|
|
173
|
+
|
|
148
174
|
nav-nested: (
|
|
149
175
|
margin-bottom: 8px,
|
|
150
176
|
margin-top: 8px,
|
|
151
177
|
),
|
|
178
|
+
|
|
152
179
|
nav-nested-margins: (
|
|
153
180
|
margin-bottom: 8px,
|
|
154
181
|
margin-top: 8px,
|
|
155
182
|
),
|
|
183
|
+
|
|
156
184
|
nav-nested-margins-item: (
|
|
157
|
-
margin-left:
|
|
185
|
+
margin-left: 0px,
|
|
158
186
|
),
|
|
187
|
+
|
|
159
188
|
menubar-toggler: (
|
|
160
189
|
align-items: center,
|
|
161
190
|
border-color: transparent,
|
|
@@ -165,13 +194,15 @@ $cadmin-menubar-vertical-expand-md: map-deep-merge(
|
|
|
165
194
|
height: 32px,
|
|
166
195
|
padding-left: 8px,
|
|
167
196
|
padding-right: 8px,
|
|
197
|
+
|
|
168
198
|
c-inner: (
|
|
169
199
|
margin-left: -8px,
|
|
170
200
|
margin-right: -8px,
|
|
171
201
|
max-width: none,
|
|
172
202
|
),
|
|
203
|
+
|
|
173
204
|
lexicon-icon: (
|
|
174
|
-
margin-top:
|
|
205
|
+
margin-top: 0px,
|
|
175
206
|
),
|
|
176
207
|
),
|
|
177
208
|
),
|
|
@@ -193,72 +224,86 @@ $cadmin-menubar-vertical-transparent-md: map-deep-merge(
|
|
|
193
224
|
background-color 0.15s ease-in-out,
|
|
194
225
|
border-color 0.15s ease-in-out,
|
|
195
226
|
box-shadow 0.15s ease-in-out},
|
|
227
|
+
|
|
196
228
|
before: (
|
|
197
|
-
border-radius: $cadmin-border-radius
|
|
198
|
-
|
|
229
|
+
border-radius: $cadmin-border-radius 0px 0px
|
|
230
|
+
$cadmin-border-radius,
|
|
231
|
+
bottom: 0px,
|
|
199
232
|
content: '',
|
|
200
233
|
display: block,
|
|
201
|
-
left:
|
|
234
|
+
left: 0px,
|
|
202
235
|
position: absolute,
|
|
203
|
-
top:
|
|
236
|
+
top: 0px,
|
|
204
237
|
),
|
|
238
|
+
|
|
205
239
|
hover: (
|
|
206
240
|
background-color: rgba($cadmin-gray-900, 0.04),
|
|
207
241
|
color: $cadmin-gray-900,
|
|
208
242
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
209
|
-
letter-spacing:
|
|
243
|
+
letter-spacing: 0px,
|
|
244
|
+
|
|
210
245
|
before: (
|
|
211
246
|
background: $cadmin-secondary-l0,
|
|
212
247
|
width: 3px,
|
|
213
248
|
),
|
|
214
249
|
),
|
|
250
|
+
|
|
215
251
|
focus: (
|
|
216
252
|
background-color: c-unset,
|
|
217
253
|
color: $cadmin-gray-900,
|
|
218
254
|
outline: 0,
|
|
255
|
+
|
|
219
256
|
after: (
|
|
220
257
|
border-radius: $cadmin-border-radius,
|
|
221
|
-
bottom:
|
|
258
|
+
bottom: 0px,
|
|
222
259
|
box-shadow: $cadmin-component-focus-box-shadow,
|
|
223
260
|
content: '',
|
|
224
261
|
display: block,
|
|
225
|
-
left:
|
|
262
|
+
left: 0px,
|
|
226
263
|
pointer-events: none,
|
|
227
264
|
position: absolute,
|
|
228
|
-
right:
|
|
229
|
-
top:
|
|
265
|
+
right: 0px,
|
|
266
|
+
top: 0px,
|
|
230
267
|
),
|
|
231
268
|
),
|
|
269
|
+
|
|
232
270
|
active-class: (
|
|
233
271
|
background-color: rgba($cadmin-primary, 0.06),
|
|
234
272
|
color: $cadmin-gray-900,
|
|
235
273
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
236
|
-
letter-spacing:
|
|
274
|
+
letter-spacing: 0px,
|
|
275
|
+
|
|
237
276
|
before: (
|
|
238
277
|
background-color: $cadmin-primary-l0,
|
|
239
278
|
width: 4px,
|
|
240
279
|
),
|
|
241
280
|
),
|
|
281
|
+
|
|
242
282
|
disabled: (
|
|
243
283
|
background-color: transparent,
|
|
244
284
|
box-shadow: none,
|
|
245
285
|
color: rgba($cadmin-black, 0.3),
|
|
246
286
|
font-weight: $cadmin-font-weight-normal,
|
|
247
287
|
letter-spacing: 0.32px,
|
|
288
|
+
|
|
248
289
|
before: (
|
|
249
290
|
content: none,
|
|
250
291
|
),
|
|
292
|
+
|
|
251
293
|
after: (
|
|
252
294
|
content: none,
|
|
253
295
|
),
|
|
254
296
|
),
|
|
297
|
+
|
|
255
298
|
show: (
|
|
256
299
|
background-color: transparent,
|
|
257
300
|
color: $cadmin-gray-900,
|
|
258
301
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
302
|
+
|
|
259
303
|
before: (
|
|
260
304
|
background-color: transparent,
|
|
261
305
|
),
|
|
306
|
+
|
|
262
307
|
hover: (
|
|
263
308
|
before: (
|
|
264
309
|
background-color: $cadmin-secondary-l0,
|
|
@@ -267,42 +312,51 @@ $cadmin-menubar-vertical-transparent-md: map-deep-merge(
|
|
|
267
312
|
),
|
|
268
313
|
),
|
|
269
314
|
),
|
|
315
|
+
|
|
270
316
|
media-breakpoint-down: (
|
|
271
317
|
sm: (
|
|
272
318
|
nav-link: (
|
|
273
319
|
border-radius: clay-enable-rounded(0),
|
|
274
320
|
color: $cadmin-gray-900,
|
|
275
|
-
margin-bottom:
|
|
321
|
+
margin-bottom: 0px,
|
|
322
|
+
|
|
276
323
|
before: (
|
|
277
324
|
content: none,
|
|
278
325
|
),
|
|
326
|
+
|
|
279
327
|
hover: (
|
|
280
328
|
background-color: rgba($cadmin-gray-900, 0.04),
|
|
281
329
|
box-shadow: none,
|
|
282
330
|
color: $cadmin-gray-900,
|
|
283
331
|
),
|
|
332
|
+
|
|
284
333
|
focus: (
|
|
285
334
|
background-color: transparent,
|
|
335
|
+
|
|
286
336
|
after: (
|
|
287
337
|
box-shadow: $cadmin-component-focus-inset-box-shadow,
|
|
288
338
|
),
|
|
289
339
|
),
|
|
340
|
+
|
|
290
341
|
active-class: (
|
|
291
342
|
background-color: rgba($cadmin-primary, 0.06),
|
|
292
343
|
box-shadow: none,
|
|
293
344
|
color: $cadmin-gray-900,
|
|
294
345
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
295
346
|
),
|
|
347
|
+
|
|
296
348
|
disabled: (
|
|
297
349
|
background-color: transparent,
|
|
298
350
|
color: $cadmin-gray-600,
|
|
299
351
|
),
|
|
352
|
+
|
|
300
353
|
show: (
|
|
301
354
|
background-color: c-unset,
|
|
302
355
|
color: c-unset,
|
|
303
356
|
font-weight: c-unset,
|
|
304
357
|
),
|
|
305
358
|
),
|
|
359
|
+
|
|
306
360
|
menubar-collapse: (
|
|
307
361
|
background-color: $cadmin-white,
|
|
308
362
|
border-color: $cadmin-gray-300,
|
|
@@ -310,12 +364,14 @@ $cadmin-menubar-vertical-transparent-md: map-deep-merge(
|
|
|
310
364
|
box-shadow:
|
|
311
365
|
clay-enable-shadows(0 1px 5px -1px rgba(0, 0, 0, 0.3)),
|
|
312
366
|
),
|
|
367
|
+
|
|
313
368
|
menubar-toggler: (
|
|
314
369
|
color: $cadmin-gray-600,
|
|
315
370
|
font-size: 14px,
|
|
316
371
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
317
372
|
text-decoration: none,
|
|
318
373
|
transition: box-shadow 0.15s ease-in-out,
|
|
374
|
+
|
|
319
375
|
focus: (
|
|
320
376
|
box-shadow:
|
|
321
377
|
clay-enable-shadows(
|
|
@@ -323,6 +379,7 @@ $cadmin-menubar-vertical-transparent-md: map-deep-merge(
|
|
|
323
379
|
),
|
|
324
380
|
outline: 0,
|
|
325
381
|
),
|
|
382
|
+
|
|
326
383
|
disabled: (
|
|
327
384
|
box-shadow: clay-enable-shadows(none),
|
|
328
385
|
),
|
|
@@ -367,18 +424,21 @@ $cadmin-menubar-vertical-decorated-md-nav-link-after-active: () !default;
|
|
|
367
424
|
$cadmin-menubar-vertical-decorated-md-nav-link-after-active: map-deep-merge(
|
|
368
425
|
(
|
|
369
426
|
background-color: $cadmin-primary-l2,
|
|
370
|
-
bottom:
|
|
427
|
+
bottom: 0px,
|
|
371
428
|
content: '',
|
|
372
429
|
display: block,
|
|
373
430
|
left:
|
|
374
|
-
|
|
375
|
-
map-get(
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
431
|
+
calc(
|
|
432
|
+
#{map-get(
|
|
433
|
+
$cadmin-menubar-vertical-decorated-md-nav,
|
|
434
|
+
padding-left
|
|
435
|
+
)} * -1 - #{map-get(
|
|
436
|
+
$cadmin-menubar-vertical-decorated-md-nav,
|
|
437
|
+
border-left-width
|
|
438
|
+
)}
|
|
379
439
|
),
|
|
380
440
|
position: absolute,
|
|
381
|
-
top:
|
|
441
|
+
top: 0px,
|
|
382
442
|
width:
|
|
383
443
|
map-get(
|
|
384
444
|
$cadmin-menubar-vertical-decorated-md-nav,
|
|
@@ -394,13 +454,16 @@ $cadmin-menubar-vertical-expand-lg: () !default;
|
|
|
394
454
|
$cadmin-menubar-vertical-expand-lg: map-deep-merge(
|
|
395
455
|
(
|
|
396
456
|
max-width: 250px,
|
|
457
|
+
|
|
397
458
|
menubar-collapse: (
|
|
398
459
|
display: block,
|
|
399
460
|
),
|
|
461
|
+
|
|
400
462
|
media-breakpoint-down: (
|
|
401
463
|
md: (
|
|
402
464
|
margin-bottom: 16px,
|
|
403
465
|
max-width: none,
|
|
466
|
+
|
|
404
467
|
menubar-collapse: (
|
|
405
468
|
border-color: transparent,
|
|
406
469
|
border-style: solid,
|
|
@@ -411,17 +474,21 @@ $cadmin-menubar-vertical-expand-lg: map-deep-merge(
|
|
|
411
474
|
z-index:
|
|
412
475
|
$cadmin-zindex-menubar-vertical-expand-md-collapse-mobile,
|
|
413
476
|
),
|
|
477
|
+
|
|
414
478
|
nav-nested: (
|
|
415
479
|
margin-bottom: 8px,
|
|
416
480
|
margin-top: 8px,
|
|
417
481
|
),
|
|
482
|
+
|
|
418
483
|
nav-nested-margins: (
|
|
419
484
|
margin-bottom: 8px,
|
|
420
485
|
margin-top: 8px,
|
|
421
486
|
),
|
|
487
|
+
|
|
422
488
|
nav-nested-margins-item: (
|
|
423
|
-
margin-left:
|
|
489
|
+
margin-left: 0px,
|
|
424
490
|
),
|
|
491
|
+
|
|
425
492
|
menubar-toggler: (
|
|
426
493
|
align-items: center,
|
|
427
494
|
border-color: transparent,
|
|
@@ -431,13 +498,15 @@ $cadmin-menubar-vertical-expand-lg: map-deep-merge(
|
|
|
431
498
|
height: 32px,
|
|
432
499
|
padding-left: 8px,
|
|
433
500
|
padding-right: 8px,
|
|
501
|
+
|
|
434
502
|
c-inner: (
|
|
435
503
|
margin-left: -8px,
|
|
436
504
|
margin-right: -8px,
|
|
437
505
|
max-width: none,
|
|
438
506
|
),
|
|
507
|
+
|
|
439
508
|
lexicon-icon: (
|
|
440
|
-
margin-top:
|
|
509
|
+
margin-top: 0px,
|
|
441
510
|
),
|
|
442
511
|
),
|
|
443
512
|
),
|
|
@@ -458,70 +527,84 @@ $cadmin-menubar-vertical-transparent-lg: map-deep-merge(
|
|
|
458
527
|
background-color 0.15s ease-in-out,
|
|
459
528
|
border-color 0.15s ease-in-out,
|
|
460
529
|
box-shadow 0.15s ease-in-out},
|
|
530
|
+
|
|
461
531
|
before: (
|
|
462
|
-
border-radius: $cadmin-border-radius
|
|
463
|
-
|
|
532
|
+
border-radius: $cadmin-border-radius 0px 0px
|
|
533
|
+
$cadmin-border-radius,
|
|
534
|
+
bottom: 0px,
|
|
464
535
|
content: '',
|
|
465
536
|
display: block,
|
|
466
|
-
left:
|
|
537
|
+
left: 0px,
|
|
467
538
|
position: absolute,
|
|
468
|
-
top:
|
|
539
|
+
top: 0px,
|
|
469
540
|
),
|
|
541
|
+
|
|
470
542
|
hover: (
|
|
471
543
|
background-color: rgba($cadmin-gray-900, 0.04),
|
|
472
544
|
color: $cadmin-gray-900,
|
|
473
545
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
474
|
-
letter-spacing:
|
|
546
|
+
letter-spacing: 0px,
|
|
547
|
+
|
|
475
548
|
before: (
|
|
476
549
|
background: $cadmin-secondary-l0,
|
|
477
550
|
width: 3px,
|
|
478
551
|
),
|
|
479
552
|
),
|
|
553
|
+
|
|
480
554
|
focus: (
|
|
481
555
|
color: $cadmin-gray-900,
|
|
482
556
|
outline: 0,
|
|
557
|
+
|
|
483
558
|
after: (
|
|
484
559
|
border-radius: $cadmin-border-radius,
|
|
485
|
-
bottom:
|
|
560
|
+
bottom: 0px,
|
|
486
561
|
box-shadow: $cadmin-component-focus-box-shadow,
|
|
487
562
|
content: '',
|
|
488
563
|
display: block,
|
|
489
|
-
left:
|
|
564
|
+
left: 0px,
|
|
490
565
|
position: absolute,
|
|
491
|
-
right:
|
|
492
|
-
top:
|
|
566
|
+
right: 0px,
|
|
567
|
+
top: 0px,
|
|
493
568
|
),
|
|
494
569
|
),
|
|
570
|
+
|
|
495
571
|
active-class: (
|
|
496
572
|
background-color: rgba($cadmin-primary, 0.06),
|
|
497
573
|
color: $cadmin-gray-900,
|
|
498
574
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
499
|
-
letter-spacing:
|
|
575
|
+
letter-spacing: 0px,
|
|
576
|
+
|
|
500
577
|
before: (
|
|
501
578
|
background-color: $cadmin-primary-l0,
|
|
502
579
|
width: 4px,
|
|
503
580
|
),
|
|
504
581
|
),
|
|
582
|
+
|
|
505
583
|
disabled: (
|
|
506
584
|
background-color: transparent,
|
|
507
585
|
box-shadow: none,
|
|
508
586
|
color: rgba($cadmin-black, 0.3),
|
|
509
587
|
font-weight: $cadmin-font-weight-normal,
|
|
510
588
|
letter-spacing: 0.32px,
|
|
589
|
+
|
|
511
590
|
before: (
|
|
512
591
|
content: none,
|
|
513
592
|
),
|
|
593
|
+
|
|
514
594
|
after: (
|
|
515
595
|
content: none,
|
|
516
596
|
),
|
|
517
597
|
),
|
|
598
|
+
|
|
518
599
|
show: (
|
|
519
600
|
background-color: transparent,
|
|
520
601
|
color: $cadmin-gray-900,
|
|
521
602
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
603
|
+
|
|
522
604
|
before: (
|
|
523
605
|
background-color: transparent,
|
|
524
606
|
),
|
|
607
|
+
|
|
525
608
|
hover: (
|
|
526
609
|
before: (
|
|
527
610
|
background-color: $cadmin-secondary-l0,
|
|
@@ -530,41 +613,49 @@ $cadmin-menubar-vertical-transparent-lg: map-deep-merge(
|
|
|
530
613
|
),
|
|
531
614
|
),
|
|
532
615
|
),
|
|
616
|
+
|
|
533
617
|
media-breakpoint-down: (
|
|
534
618
|
md: (
|
|
535
619
|
nav-link: (
|
|
536
620
|
border-radius: clay-enable-rounded(0),
|
|
537
621
|
color: $cadmin-gray-900,
|
|
538
|
-
margin-bottom:
|
|
622
|
+
margin-bottom: 0px,
|
|
623
|
+
|
|
539
624
|
before: (
|
|
540
625
|
content: none,
|
|
541
626
|
),
|
|
627
|
+
|
|
542
628
|
hover: (
|
|
543
629
|
background-color: rgba($cadmin-gray-900, 0.04),
|
|
544
630
|
box-shadow: none,
|
|
545
631
|
),
|
|
632
|
+
|
|
546
633
|
focus: (
|
|
547
634
|
background-color: transparent,
|
|
548
635
|
after: (
|
|
549
636
|
box-shadow: $cadmin-component-focus-inset-box-shadow,
|
|
550
637
|
),
|
|
551
638
|
),
|
|
639
|
+
|
|
552
640
|
active-class: (
|
|
553
641
|
background-color: rgba($cadmin-primary, 0.06),
|
|
554
642
|
box-shadow: none,
|
|
555
643
|
color: $cadmin-gray-900,
|
|
556
644
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
557
645
|
),
|
|
646
|
+
|
|
558
647
|
disabled: (
|
|
559
648
|
background-color: transparent,
|
|
560
649
|
color: $cadmin-gray-600,
|
|
561
650
|
),
|
|
651
|
+
|
|
562
652
|
show: (
|
|
563
653
|
background-color: c-unset,
|
|
564
654
|
color: c-unset,
|
|
565
655
|
font-weight: c-unset,
|
|
566
656
|
),
|
|
567
657
|
),
|
|
658
|
+
|
|
568
659
|
menubar-collapse: (
|
|
569
660
|
background-color: $cadmin-white,
|
|
570
661
|
border-color: $cadmin-gray-300,
|
|
@@ -572,12 +663,14 @@ $cadmin-menubar-vertical-transparent-lg: map-deep-merge(
|
|
|
572
663
|
box-shadow:
|
|
573
664
|
clay-enable-shadows(0 1px 5px -1px rgba(0, 0, 0, 0.3)),
|
|
574
665
|
),
|
|
666
|
+
|
|
575
667
|
menubar-toggler: (
|
|
576
668
|
color: $cadmin-gray-600,
|
|
577
669
|
font-size: 14px,
|
|
578
670
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
579
671
|
text-decoration: none,
|
|
580
672
|
transition: box-shadow 0.15s ease-in-out,
|
|
673
|
+
|
|
581
674
|
focus: (
|
|
582
675
|
box-shadow:
|
|
583
676
|
clay-enable-shadows(
|
|
@@ -585,6 +678,7 @@ $cadmin-menubar-vertical-transparent-lg: map-deep-merge(
|
|
|
585
678
|
),
|
|
586
679
|
outline: 0,
|
|
587
680
|
),
|
|
681
|
+
|
|
588
682
|
disabled: (
|
|
589
683
|
box-shadow: clay-enable-shadows(none),
|
|
590
684
|
),
|