@clayui/css 3.95.1 → 3.97.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 +287 -94
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +115 -82
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css +0 -0
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +254 -82
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/accessibility.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/stars.svg +9 -0
- package/package.json +3 -2
- package/src/images/icons/accessibility.svg +9 -0
- package/src/images/icons/stars.svg +9 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_forms.scss +38 -0
- package/src/scss/atlas/variables/_menubar.scss +87 -9
- package/src/scss/atlas/variables/_pagination.scss +56 -4
- package/src/scss/atlas/variables/_tables.scss +4 -4
- package/src/scss/cadmin/components/_forms.scss +1 -25
- package/src/scss/cadmin/components/_grid.scss +0 -12
- package/src/scss/cadmin/components/_multi-step-nav.scss +1 -11
- package/src/scss/cadmin/components/_navbar.scss +1 -6
- package/src/scss/cadmin/components/_type.scss +0 -21
- package/src/scss/cadmin/components/_utilities-functional-important.scss +20 -4
- package/src/scss/cadmin/variables/_buttons.scss +12 -2
- package/src/scss/cadmin/variables/_forms.scss +31 -0
- package/src/scss/cadmin/variables/_menubar.scss +100 -45
- package/src/scss/cadmin/variables/_multi-step-nav.scss +18 -0
- package/src/scss/cadmin/variables/_navbar.scss +13 -0
- package/src/scss/cadmin/variables/_pagination.scss +48 -4
- package/src/scss/cadmin/variables/_tables.scss +4 -4
- package/src/scss/cadmin/variables/_utilities.scss +111 -1
- package/src/scss/components/_forms.scss +1 -25
- package/src/scss/components/_grid.scss +0 -10
- package/src/scss/components/_multi-step-nav.scss +9 -20
- package/src/scss/components/_navbar.scss +1 -6
- package/src/scss/components/_type.scss +0 -21
- package/src/scss/components/_utilities-functional-important.scss +27 -8
- package/src/scss/functions/_lx-icons-generated.scss +4 -0
- package/src/scss/mixins/_globals.scss +25 -1
- package/src/scss/mixins/_input-groups.scss +8 -0
- package/src/scss/mixins/_links.scss +44 -0
- package/src/scss/mixins/_type.scss +7 -3
- package/src/scss/variables/_buttons.scss +2 -0
- package/src/scss/variables/_forms.scss +48 -3
- package/src/scss/variables/_icons.scss +1 -1
- package/src/scss/variables/_menubar.scss +8 -10
- package/src/scss/variables/_multi-step-nav.scss +43 -1
- package/src/scss/variables/_navbar.scss +14 -0
- package/src/scss/variables/_utilities.scss +111 -36
- package/CHANGELOG.md +0 -2579
- package/LICENSES/Apache-2.0.txt +0 -73
- package/LICENSES/BSD-3-Clause.txt +0 -30
- package/LICENSES/LicenseRef-MIT-Bootstrap.txt +0 -22
- package/LICENSES/MIT.txt +0 -19
- package/lib/.DS_Store +0 -0
- package/lib/images/.DS_Store +0 -0
- package/lib/images/icons/.DS_Store +0 -0
|
@@ -142,31 +142,7 @@ fieldset[disabled] .form-control {
|
|
|
142
142
|
// text (without any border, background color, focus indicator)
|
|
143
143
|
|
|
144
144
|
.form-control-plaintext {
|
|
145
|
-
|
|
146
|
-
background-color: transparent;
|
|
147
|
-
border-color: transparent;
|
|
148
|
-
border-style: solid;
|
|
149
|
-
|
|
150
|
-
border-bottom-width: $cadmin-input-border-bottom-width;
|
|
151
|
-
border-left-width: $cadmin-input-border-left-width;
|
|
152
|
-
border-right-width: $cadmin-input-border-right-width;
|
|
153
|
-
border-top-width: $cadmin-input-border-top-width;
|
|
154
|
-
color: $cadmin-input-plaintext-color;
|
|
155
|
-
display: block;
|
|
156
|
-
font-size: $cadmin-input-font-size;
|
|
157
|
-
height: $cadmin-input-height;
|
|
158
|
-
line-height: $cadmin-input-line-height;
|
|
159
|
-
|
|
160
|
-
// match inputs if this class comes on inputs with default margins
|
|
161
|
-
|
|
162
|
-
margin-bottom: 0;
|
|
163
|
-
min-width: 0;
|
|
164
|
-
padding-bottom: $cadmin-input-padding-y;
|
|
165
|
-
padding-left: 0;
|
|
166
|
-
padding-right: 0;
|
|
167
|
-
padding-top: $cadmin-input-padding-y;
|
|
168
|
-
text-overflow: ellipsis;
|
|
169
|
-
width: 100%;
|
|
145
|
+
@include clay-form-control-variant($cadmin-input-plaintext);
|
|
170
146
|
|
|
171
147
|
@include clay-scale-component {
|
|
172
148
|
font-size: $cadmin-input-font-size-mobile;
|
|
@@ -248,18 +248,6 @@
|
|
|
248
248
|
.container-form-lg,
|
|
249
249
|
&.container-form-lg {
|
|
250
250
|
@include clay-container($cadmin-container-form-lg);
|
|
251
|
-
|
|
252
|
-
.menubar-vertical-expand-lg {
|
|
253
|
-
$cadmin-container-form-lg-breakpoint-down: clay-breakpoint-prev(
|
|
254
|
-
map-get($cadmin-container-form-lg, breakpoint-up)
|
|
255
|
-
);
|
|
256
|
-
|
|
257
|
-
@include media-breakpoint-down(
|
|
258
|
-
$cadmin-container-form-lg-breakpoint-down
|
|
259
|
-
) {
|
|
260
|
-
margin-top: -(map-get($cadmin-container-form-lg, padding-top-mobile));
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
251
|
}
|
|
264
252
|
|
|
265
253
|
.container-view,
|
|
@@ -31,17 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.multi-step-title-center {
|
|
34
|
-
|
|
35
|
-
margin-left: $cadmin-multi-step-icon-size * 0.5;
|
|
36
|
-
max-width: $cadmin-multi-step-title-max-width;
|
|
37
|
-
overflow: hidden;
|
|
38
|
-
position: relative;
|
|
39
|
-
text-align: center;
|
|
40
|
-
text-overflow: ellipsis;
|
|
41
|
-
transform: translateX(-50%);
|
|
42
|
-
white-space: nowrap;
|
|
43
|
-
width: auto;
|
|
44
|
-
}
|
|
34
|
+
@include clay-map-to-css($cadmin-multi-step-title-center);
|
|
45
35
|
}
|
|
46
36
|
|
|
47
37
|
.multi-step-item {
|
|
@@ -135,12 +135,7 @@
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.navbar-text-truncate {
|
|
138
|
-
|
|
139
|
-
max-width: 100%;
|
|
140
|
-
overflow: hidden;
|
|
141
|
-
text-overflow: ellipsis;
|
|
142
|
-
vertical-align: bottom;
|
|
143
|
-
white-space: nowrap;
|
|
138
|
+
@include clay-map-to-css($cadmin-navbar-text-truncate);
|
|
144
139
|
}
|
|
145
140
|
|
|
146
141
|
// Navbar Toggler
|
|
@@ -301,24 +301,3 @@ strong {
|
|
|
301
301
|
.c-kbd-dark {
|
|
302
302
|
@include clay-css($cadmin-c-kbd-dark);
|
|
303
303
|
}
|
|
304
|
-
|
|
305
|
-
// Text Truncate
|
|
306
|
-
|
|
307
|
-
.text-truncate {
|
|
308
|
-
display: block;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
.text-truncate-inline {
|
|
312
|
-
display: inline-flex;
|
|
313
|
-
max-width: 100%;
|
|
314
|
-
|
|
315
|
-
.text-truncate {
|
|
316
|
-
display: inline-block;
|
|
317
|
-
max-width: 100%;
|
|
318
|
-
overflow: hidden;
|
|
319
|
-
text-overflow: ellipsis;
|
|
320
|
-
vertical-align: bottom;
|
|
321
|
-
white-space: nowrap;
|
|
322
|
-
word-wrap: normal;
|
|
323
|
-
}
|
|
324
|
-
}
|
|
@@ -678,10 +678,14 @@
|
|
|
678
678
|
white-space: nowrap !important;
|
|
679
679
|
}
|
|
680
680
|
|
|
681
|
+
// Text Truncate
|
|
682
|
+
|
|
681
683
|
.text-truncate {
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
684
|
+
@include clay-css($cadmin-text-truncate);
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.text-truncate-inline {
|
|
688
|
+
@include clay-map-to-css($cadmin-text-truncate-inline);
|
|
685
689
|
}
|
|
686
690
|
|
|
687
691
|
// Responsive Text Alignment
|
|
@@ -857,7 +861,19 @@
|
|
|
857
861
|
visibility: hidden !important;
|
|
858
862
|
}
|
|
859
863
|
|
|
860
|
-
//
|
|
864
|
+
// C Prefers Link Underline
|
|
865
|
+
|
|
866
|
+
@include clay-map-to-css($cadmin-c-prefers-link-underline);
|
|
867
|
+
|
|
868
|
+
// C Prefers Letter Spacing
|
|
869
|
+
|
|
870
|
+
@include clay-map-to-css($cadmin-c-prefers-letter-spacing);
|
|
871
|
+
|
|
872
|
+
// Display C Reduced Motion
|
|
873
|
+
|
|
874
|
+
@include clay-map-to-css($cadmin-displays-c-prefers-reduced-motion);
|
|
875
|
+
|
|
876
|
+
// C Prefers Reduced Motion
|
|
861
877
|
|
|
862
878
|
.c-prefers-reduced-motion {
|
|
863
879
|
@include clay-css($cadmin-c-prefers-reduced-motion);
|
|
@@ -24,7 +24,7 @@ $cadmin-btn-active-box-shadow: null !default;
|
|
|
24
24
|
$cadmin-btn-disabled-cursor: $cadmin-disabled-cursor !default;
|
|
25
25
|
$cadmin-btn-disabled-opacity: $cadmin-component-disabled-opacity !default;
|
|
26
26
|
|
|
27
|
-
$cadmin-btn-inline-item-font-size:
|
|
27
|
+
$cadmin-btn-inline-item-font-size: null !default;
|
|
28
28
|
|
|
29
29
|
$cadmin-btn-section-font-size: 11px !default; // 11px
|
|
30
30
|
$cadmin-btn-section-font-weight: $cadmin-font-weight-semi-bold !default;
|
|
@@ -45,6 +45,7 @@ $cadmin-btn: map-deep-merge(
|
|
|
45
45
|
font-family: $cadmin-btn-font-family,
|
|
46
46
|
font-size: $cadmin-btn-font-size,
|
|
47
47
|
font-weight: $cadmin-btn-font-weight,
|
|
48
|
+
letter-spacing: inherit,
|
|
48
49
|
line-height: $cadmin-btn-line-height,
|
|
49
50
|
padding-bottom: $cadmin-btn-padding-y,
|
|
50
51
|
padding-left: $cadmin-btn-padding-x,
|
|
@@ -104,6 +105,9 @@ $cadmin-btn: map-deep-merge(
|
|
|
104
105
|
font-weight: $cadmin-btn-section-font-weight,
|
|
105
106
|
line-height: $cadmin-btn-section-line-height,
|
|
106
107
|
),
|
|
108
|
+
lexicon-icon: (
|
|
109
|
+
font-size: 16px,
|
|
110
|
+
),
|
|
107
111
|
),
|
|
108
112
|
$cadmin-btn
|
|
109
113
|
);
|
|
@@ -115,7 +119,7 @@ $cadmin-btn-font-size-lg: $cadmin-font-size-lg !default; // 18px
|
|
|
115
119
|
$cadmin-btn-line-height-lg: $cadmin-input-btn-line-height-lg !default;
|
|
116
120
|
$cadmin-btn-padding-x-lg: 24px !default; // 24px
|
|
117
121
|
$cadmin-btn-padding-y-lg: 9.5px !default; // 9.5px
|
|
118
|
-
$cadmin-btn-inline-item-font-size-lg:
|
|
122
|
+
$cadmin-btn-inline-item-font-size-lg: null !default; // 18px
|
|
119
123
|
$cadmin-btn-section-font-size-lg: 13px !default; // 13px
|
|
120
124
|
|
|
121
125
|
$cadmin-btn-font-size-lg-mobile: null !default;
|
|
@@ -145,6 +149,9 @@ $cadmin-btn-lg: map-deep-merge(
|
|
|
145
149
|
btn-section: (
|
|
146
150
|
font-size: $cadmin-btn-section-font-size-lg,
|
|
147
151
|
),
|
|
152
|
+
lexicon-icon: (
|
|
153
|
+
font-size: $cadmin-font-size-lg,
|
|
154
|
+
),
|
|
148
155
|
),
|
|
149
156
|
$cadmin-btn-lg
|
|
150
157
|
);
|
|
@@ -331,6 +338,9 @@ $cadmin-btn-monospaced-sizes: map-deep-merge(
|
|
|
331
338
|
font-size: map-deep-get($cadmin-btn-sizes, btn-xs, font-size),
|
|
332
339
|
height: 1.5rem,
|
|
333
340
|
width: 1.4rem,
|
|
341
|
+
lexicon-icon: (
|
|
342
|
+
font-size: inherit,
|
|
343
|
+
),
|
|
334
344
|
),
|
|
335
345
|
btn-monospaced: $cadmin-btn-monospaced,
|
|
336
346
|
btn-monospaced-lg: $cadmin-btn-monospaced-lg,
|
|
@@ -72,6 +72,7 @@ $cadmin-input: map-deep-merge(
|
|
|
72
72
|
font-size: $cadmin-input-font-size,
|
|
73
73
|
font-weight: $cadmin-input-font-weight,
|
|
74
74
|
height: $cadmin-input-height,
|
|
75
|
+
letter-spacing: inherit,
|
|
75
76
|
line-height: $cadmin-input-line-height,
|
|
76
77
|
min-width: 0,
|
|
77
78
|
padding-bottom: $cadmin-input-padding-y,
|
|
@@ -120,6 +121,36 @@ $cadmin-input-palette: () !default;
|
|
|
120
121
|
|
|
121
122
|
$cadmin-input-plaintext-color: $cadmin-body-color !default;
|
|
122
123
|
|
|
124
|
+
$cadmin-input-plaintext: () !default;
|
|
125
|
+
$cadmin-input-plaintext: map-deep-merge(
|
|
126
|
+
(
|
|
127
|
+
background-clip: border-box,
|
|
128
|
+
background-color: transparent,
|
|
129
|
+
border-bottom-width: $cadmin-input-border-bottom-width,
|
|
130
|
+
border-color: transparent,
|
|
131
|
+
border-left-width: $cadmin-input-border-left-width,
|
|
132
|
+
border-right-width: $cadmin-input-border-right-width,
|
|
133
|
+
border-style: solid,
|
|
134
|
+
border-top-width: $cadmin-input-border-top-width,
|
|
135
|
+
color: $cadmin-input-plaintext-color,
|
|
136
|
+
display: block,
|
|
137
|
+
font-size: $cadmin-input-font-size,
|
|
138
|
+
height: $cadmin-input-height,
|
|
139
|
+
letter-spacing: inherit,
|
|
140
|
+
line-height: $cadmin-input-line-height,
|
|
141
|
+
// match inputs if this class comes on inputs with default margins
|
|
142
|
+
margin-bottom: 0,
|
|
143
|
+
min-width: 0,
|
|
144
|
+
padding-bottom: $cadmin-input-padding-y,
|
|
145
|
+
padding-left: 0,
|
|
146
|
+
padding-right: 0,
|
|
147
|
+
padding-top: $cadmin-input-padding-y,
|
|
148
|
+
text-overflow: ellipsis,
|
|
149
|
+
width: 100%,
|
|
150
|
+
),
|
|
151
|
+
$cadmin-input-plaintext
|
|
152
|
+
);
|
|
153
|
+
|
|
123
154
|
// Deprecated
|
|
124
155
|
|
|
125
156
|
$cadmin-input-height-border: calc(
|
|
@@ -9,22 +9,14 @@ $cadmin-menubar-vertical-expand-md: map-deep-merge(
|
|
|
9
9
|
),
|
|
10
10
|
media-breakpoint-down: (
|
|
11
11
|
sm: (
|
|
12
|
-
|
|
13
|
-
display: flex,
|
|
14
|
-
flex-wrap: wrap,
|
|
15
|
-
justify-content: space-between,
|
|
16
|
-
margin-bottom: 24px,
|
|
17
|
-
margin-left: math-sign($cadmin-grid-gutter-width * 0.5),
|
|
18
|
-
margin-right: math-sign($cadmin-grid-gutter-width * 0.5),
|
|
12
|
+
margin-bottom: 16px,
|
|
19
13
|
max-width: none,
|
|
20
14
|
menubar-collapse: (
|
|
21
15
|
border-color: transparent,
|
|
22
16
|
border-style: solid,
|
|
23
17
|
border-width: 1px,
|
|
24
18
|
display: none,
|
|
25
|
-
|
|
26
|
-
position: absolute,
|
|
27
|
-
right: -1px,
|
|
19
|
+
position: relative,
|
|
28
20
|
top: 100%,
|
|
29
21
|
z-index:
|
|
30
22
|
$cadmin-zindex-menubar-vertical-expand-md-collapse-mobile,
|
|
@@ -50,6 +42,8 @@ $cadmin-menubar-vertical-expand-md: map-deep-merge(
|
|
|
50
42
|
padding-left: 8px,
|
|
51
43
|
padding-right: 8px,
|
|
52
44
|
c-inner: (
|
|
45
|
+
margin-left: -8px,
|
|
46
|
+
margin-right: -8px,
|
|
53
47
|
max-width: none,
|
|
54
48
|
),
|
|
55
49
|
lexicon-icon: (
|
|
@@ -67,21 +61,34 @@ $cadmin-menubar-vertical-transparent-md: map-deep-merge(
|
|
|
67
61
|
(
|
|
68
62
|
nav-link: (
|
|
69
63
|
border-radius: $cadmin-border-radius,
|
|
64
|
+
color: $cadmin-gray-600,
|
|
65
|
+
letter-spacing: 0.02em,
|
|
66
|
+
margin-bottom: 4px,
|
|
70
67
|
transition: #{color 0.15s ease-in-out,
|
|
71
68
|
background-color 0.15s ease-in-out,
|
|
72
69
|
border-color 0.15s ease-in-out,
|
|
73
70
|
box-shadow 0.15s ease-in-out},
|
|
74
|
-
|
|
75
|
-
|
|
71
|
+
before: (
|
|
72
|
+
border-radius: $cadmin-border-radius 0 0 $cadmin-border-radius,
|
|
73
|
+
bottom: 0,
|
|
74
|
+
content: '',
|
|
75
|
+
display: block,
|
|
76
|
+
left: 0,
|
|
77
|
+
position: absolute,
|
|
78
|
+
top: 0,
|
|
79
|
+
),
|
|
76
80
|
hover: (
|
|
77
81
|
background-color: rgba($cadmin-gray-900, 0.04),
|
|
78
|
-
box-shadow: inset 0.125rem 0 0 0 $cadmin-secondary-l0,
|
|
79
82
|
color: $cadmin-gray-900,
|
|
80
83
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
84
|
+
letter-spacing: 0,
|
|
85
|
+
before: (
|
|
86
|
+
background: $cadmin-secondary-l0,
|
|
87
|
+
width: 3px,
|
|
88
|
+
),
|
|
81
89
|
),
|
|
82
90
|
focus: (
|
|
83
91
|
background-color: c-unset,
|
|
84
|
-
box-shadow: $cadmin-component-focus-inset-box-shadow,
|
|
85
92
|
color: $cadmin-gray-900,
|
|
86
93
|
outline: 0,
|
|
87
94
|
after: (
|
|
@@ -97,33 +104,53 @@ $cadmin-menubar-vertical-transparent-md: map-deep-merge(
|
|
|
97
104
|
top: 0,
|
|
98
105
|
),
|
|
99
106
|
),
|
|
100
|
-
active: (
|
|
101
|
-
color: rgba($cadmin-black, 0.9),
|
|
102
|
-
),
|
|
103
107
|
active-class: (
|
|
104
108
|
background-color: rgba($cadmin-primary, 0.06),
|
|
105
|
-
box-shadow: inset 0.25rem 0 0 0 $cadmin-primary-l0,
|
|
106
109
|
color: $cadmin-gray-900,
|
|
107
110
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
111
|
+
letter-spacing: 0,
|
|
112
|
+
before: (
|
|
113
|
+
background-color: $cadmin-primary-l0,
|
|
114
|
+
width: 4px,
|
|
115
|
+
),
|
|
108
116
|
),
|
|
109
117
|
disabled: (
|
|
110
|
-
|
|
118
|
+
background-color: transparent,
|
|
119
|
+
box-shadow: none,
|
|
111
120
|
color: rgba($cadmin-black, 0.3),
|
|
121
|
+
font-weight: $cadmin-font-weight-normal,
|
|
122
|
+
letter-spacing: 0.02em,
|
|
123
|
+
before: (
|
|
124
|
+
content: none,
|
|
125
|
+
),
|
|
126
|
+
after: (
|
|
127
|
+
content: none,
|
|
128
|
+
),
|
|
112
129
|
),
|
|
113
130
|
show: (
|
|
114
|
-
background-color:
|
|
115
|
-
box-shadow: c-unset,
|
|
131
|
+
background-color: transparent,
|
|
116
132
|
color: $cadmin-gray-900,
|
|
117
133
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
134
|
+
before: (
|
|
135
|
+
background-color: transparent,
|
|
136
|
+
),
|
|
137
|
+
hover: (
|
|
138
|
+
before: (
|
|
139
|
+
background-color: $cadmin-secondary-l0,
|
|
140
|
+
width: 3px,
|
|
141
|
+
),
|
|
142
|
+
),
|
|
118
143
|
),
|
|
119
144
|
),
|
|
120
145
|
media-breakpoint-down: (
|
|
121
146
|
sm: (
|
|
122
|
-
background-color: $cadmin-white,
|
|
123
147
|
nav-link: (
|
|
124
148
|
border-radius: clay-enable-rounded(0),
|
|
125
149
|
color: $cadmin-gray-900,
|
|
126
150
|
margin-bottom: 0,
|
|
151
|
+
before: (
|
|
152
|
+
content: none,
|
|
153
|
+
),
|
|
127
154
|
hover: (
|
|
128
155
|
background-color: rgba($cadmin-gray-900, 0.04),
|
|
129
156
|
box-shadow: none,
|
|
@@ -159,8 +186,7 @@ $cadmin-menubar-vertical-transparent-md: map-deep-merge(
|
|
|
159
186
|
clay-enable-shadows(0 1px 5px -1px rgba(0, 0, 0, 0.3)),
|
|
160
187
|
),
|
|
161
188
|
menubar-toggler: (
|
|
162
|
-
|
|
163
|
-
color: $cadmin-gray-900,
|
|
189
|
+
color: $cadmin-gray-600,
|
|
164
190
|
font-size: 14px,
|
|
165
191
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
166
192
|
text-decoration: none,
|
|
@@ -249,22 +275,14 @@ $cadmin-menubar-vertical-expand-lg: map-deep-merge(
|
|
|
249
275
|
),
|
|
250
276
|
media-breakpoint-down: (
|
|
251
277
|
md: (
|
|
252
|
-
|
|
253
|
-
display: flex,
|
|
254
|
-
flex-wrap: wrap,
|
|
255
|
-
justify-content: space-between,
|
|
256
|
-
margin-bottom: 24px,
|
|
257
|
-
margin-left: math-sign($cadmin-grid-gutter-width * 0.5),
|
|
258
|
-
margin-right: math-sign($cadmin-grid-gutter-width * 0.5),
|
|
278
|
+
margin-bottom: 16px,
|
|
259
279
|
max-width: none,
|
|
260
280
|
menubar-collapse: (
|
|
261
281
|
border-color: transparent,
|
|
262
282
|
border-style: solid,
|
|
263
283
|
border-width: 1px,
|
|
264
284
|
display: none,
|
|
265
|
-
|
|
266
|
-
position: absolute,
|
|
267
|
-
right: -1px,
|
|
285
|
+
position: relative,
|
|
268
286
|
top: 100%,
|
|
269
287
|
z-index:
|
|
270
288
|
$cadmin-zindex-menubar-vertical-expand-md-collapse-mobile,
|
|
@@ -290,6 +308,8 @@ $cadmin-menubar-vertical-expand-lg: map-deep-merge(
|
|
|
290
308
|
padding-left: 8px,
|
|
291
309
|
padding-right: 8px,
|
|
292
310
|
c-inner: (
|
|
311
|
+
margin-left: -8px,
|
|
312
|
+
margin-right: -8px,
|
|
293
313
|
max-width: none,
|
|
294
314
|
),
|
|
295
315
|
lexicon-icon: (
|
|
@@ -307,19 +327,33 @@ $cadmin-menubar-vertical-transparent-lg: map-deep-merge(
|
|
|
307
327
|
(
|
|
308
328
|
nav-link: (
|
|
309
329
|
border-radius: $cadmin-border-radius,
|
|
330
|
+
color: $cadmin-gray-600,
|
|
331
|
+
letter-spacing: 0.02em,
|
|
332
|
+
margin-bottom: 4px,
|
|
310
333
|
transition: #{color 0.15s ease-in-out,
|
|
311
334
|
background-color 0.15s ease-in-out,
|
|
312
335
|
border-color 0.15s ease-in-out,
|
|
313
336
|
box-shadow 0.15s ease-in-out},
|
|
314
|
-
|
|
337
|
+
before: (
|
|
338
|
+
border-radius: $cadmin-border-radius 0 0 $cadmin-border-radius,
|
|
339
|
+
bottom: 0,
|
|
340
|
+
content: '',
|
|
341
|
+
display: block,
|
|
342
|
+
left: 0,
|
|
343
|
+
position: absolute,
|
|
344
|
+
top: 0,
|
|
345
|
+
),
|
|
315
346
|
hover: (
|
|
316
347
|
background-color: rgba($cadmin-gray-900, 0.04),
|
|
317
|
-
box-shadow: inset 0.125rem 0 0 0 $cadmin-secondary-l0,
|
|
318
348
|
color: $cadmin-gray-900,
|
|
319
349
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
350
|
+
letter-spacing: 0,
|
|
351
|
+
before: (
|
|
352
|
+
background: $cadmin-secondary-l0,
|
|
353
|
+
width: 3px,
|
|
354
|
+
),
|
|
320
355
|
),
|
|
321
356
|
focus: (
|
|
322
|
-
background-color: rgba($cadmin-primary, 0.04),
|
|
323
357
|
color: $cadmin-gray-900,
|
|
324
358
|
outline: 0,
|
|
325
359
|
after: (
|
|
@@ -334,32 +368,53 @@ $cadmin-menubar-vertical-transparent-lg: map-deep-merge(
|
|
|
334
368
|
top: 0,
|
|
335
369
|
),
|
|
336
370
|
),
|
|
337
|
-
active: (
|
|
338
|
-
color: rgba($cadmin-black, 0.9),
|
|
339
|
-
),
|
|
340
371
|
active-class: (
|
|
341
372
|
background-color: rgba($cadmin-primary, 0.06),
|
|
342
|
-
box-shadow: inset 0.25rem 0 0 0 $cadmin-primary-l0,
|
|
343
373
|
color: $cadmin-gray-900,
|
|
344
374
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
375
|
+
letter-spacing: 0,
|
|
376
|
+
before: (
|
|
377
|
+
background-color: $cadmin-primary-l0,
|
|
378
|
+
width: 4px,
|
|
379
|
+
),
|
|
345
380
|
),
|
|
346
381
|
disabled: (
|
|
347
|
-
|
|
382
|
+
background-color: transparent,
|
|
383
|
+
box-shadow: none,
|
|
348
384
|
color: rgba($cadmin-black, 0.3),
|
|
385
|
+
font-weight: $cadmin-font-weight-normal,
|
|
386
|
+
letter-spacing: 0.02em,
|
|
387
|
+
before: (
|
|
388
|
+
content: none,
|
|
389
|
+
),
|
|
390
|
+
after: (
|
|
391
|
+
content: none,
|
|
392
|
+
),
|
|
349
393
|
),
|
|
350
394
|
show: (
|
|
351
|
-
background-color:
|
|
395
|
+
background-color: transparent,
|
|
352
396
|
color: $cadmin-gray-900,
|
|
353
397
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
398
|
+
before: (
|
|
399
|
+
background-color: transparent,
|
|
400
|
+
),
|
|
401
|
+
hover: (
|
|
402
|
+
before: (
|
|
403
|
+
background-color: $cadmin-secondary-l0,
|
|
404
|
+
width: 3px,
|
|
405
|
+
),
|
|
406
|
+
),
|
|
354
407
|
),
|
|
355
408
|
),
|
|
356
409
|
media-breakpoint-down: (
|
|
357
410
|
md: (
|
|
358
|
-
background-color: $cadmin-white,
|
|
359
411
|
nav-link: (
|
|
360
412
|
border-radius: clay-enable-rounded(0),
|
|
361
413
|
color: $cadmin-gray-900,
|
|
362
414
|
margin-bottom: 0,
|
|
415
|
+
before: (
|
|
416
|
+
content: none,
|
|
417
|
+
),
|
|
363
418
|
hover: (
|
|
364
419
|
background-color: rgba($cadmin-gray-900, 0.04),
|
|
365
420
|
box-shadow: none,
|
|
@@ -394,7 +449,7 @@ $cadmin-menubar-vertical-transparent-lg: map-deep-merge(
|
|
|
394
449
|
clay-enable-shadows(0 1px 5px -1px rgba(0, 0, 0, 0.3)),
|
|
395
450
|
),
|
|
396
451
|
menubar-toggler: (
|
|
397
|
-
color: $cadmin-gray-
|
|
452
|
+
color: $cadmin-gray-600,
|
|
398
453
|
font-size: 14px,
|
|
399
454
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
400
455
|
text-decoration: none,
|
|
@@ -48,6 +48,24 @@ $cadmin-multi-step-title-font-weight: $cadmin-font-weight-semi-bold !default;
|
|
|
48
48
|
$cadmin-multi-step-title-margin-bottom: 10px !default; // 10px
|
|
49
49
|
$cadmin-multi-step-title-max-width: 100px !default;
|
|
50
50
|
|
|
51
|
+
$cadmin-multi-step-title-center: () !default;
|
|
52
|
+
$cadmin-multi-step-title-center: map-deep-merge(
|
|
53
|
+
(
|
|
54
|
+
multi-step-title: (
|
|
55
|
+
margin-left: calc(#{$cadmin-multi-step-icon-size} * 0.5),
|
|
56
|
+
max-width: $cadmin-multi-step-title-max-width,
|
|
57
|
+
overflow: hidden,
|
|
58
|
+
position: relative,
|
|
59
|
+
text-align: center,
|
|
60
|
+
text-overflow: ellipsis,
|
|
61
|
+
transform: translateX(-50%),
|
|
62
|
+
white-space: nowrap,
|
|
63
|
+
width: auto,
|
|
64
|
+
),
|
|
65
|
+
),
|
|
66
|
+
$cadmin-multi-step-title-center
|
|
67
|
+
);
|
|
68
|
+
|
|
51
69
|
$cadmin-multi-step-item-margin-bottom: 10px !default;
|
|
52
70
|
$cadmin-multi-step-item-width: 75px !default;
|
|
53
71
|
$cadmin-multi-step-item-fixed-width: 150px !default;
|
|
@@ -15,6 +15,19 @@ $cadmin-navbar-title-text-transform: null !default;
|
|
|
15
15
|
$cadmin-navbar-text-truncate-spacer-right: 25px !default; // 25px
|
|
16
16
|
$cadmin-navbar-text-truncate-max-width: 200px !default; // 200px
|
|
17
17
|
|
|
18
|
+
$cadmin-navbar-text-truncate: () !default;
|
|
19
|
+
$cadmin-navbar-text-truncate: map-deep-merge(
|
|
20
|
+
(
|
|
21
|
+
display: inline-block,
|
|
22
|
+
max-width: 100%,
|
|
23
|
+
overflow: hidden,
|
|
24
|
+
text-overflow: ellipsis,
|
|
25
|
+
vertical-align: bottom,
|
|
26
|
+
white-space: nowrap,
|
|
27
|
+
),
|
|
28
|
+
$cadmin-navbar-text-truncate
|
|
29
|
+
);
|
|
30
|
+
|
|
18
31
|
// Navbar Brand
|
|
19
32
|
|
|
20
33
|
$cadmin-navbar-brand-font-size: $cadmin-font-size-lg !default;
|
|
@@ -86,12 +86,15 @@ $cadmin-pagination-link-hover: map-deep-merge(
|
|
|
86
86
|
(
|
|
87
87
|
background-color: $cadmin-pagination-hover-bg,
|
|
88
88
|
border-color: $cadmin-pagination-hover-border-color,
|
|
89
|
-
box-shadow: inset 0 -0.125rem 0 0 $cadmin-secondary-l0,
|
|
90
89
|
color: $cadmin-pagination-hover-color,
|
|
91
90
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
92
91
|
letter-spacing: 0,
|
|
93
92
|
text-decoration: none,
|
|
94
93
|
z-index: 2,
|
|
94
|
+
before: (
|
|
95
|
+
background-color: $cadmin-secondary-l0,
|
|
96
|
+
height: 3px,
|
|
97
|
+
),
|
|
95
98
|
),
|
|
96
99
|
$cadmin-pagination-link-hover
|
|
97
100
|
);
|
|
@@ -125,7 +128,6 @@ $cadmin-pagination-link-active: map-deep-merge(
|
|
|
125
128
|
(
|
|
126
129
|
background-color: $cadmin-pagination-active-bg,
|
|
127
130
|
border-color: $cadmin-pagination-active-border-color,
|
|
128
|
-
box-shadow: inset 0 -0.125rem 0 0 $cadmin-primary-l0,
|
|
129
131
|
color: $cadmin-pagination-active-color,
|
|
130
132
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
131
133
|
letter-spacing: 0,
|
|
@@ -145,6 +147,9 @@ $cadmin-pagination-link-disabled: map-deep-merge(
|
|
|
145
147
|
opacity: $cadmin-pagination-disabled-opacity,
|
|
146
148
|
pointer-events: $cadmin-pagination-disabled-pointer-events,
|
|
147
149
|
z-index: $cadmin-zindex-pagination-link-disabled,
|
|
150
|
+
before: (
|
|
151
|
+
content: none,
|
|
152
|
+
),
|
|
148
153
|
focus: (
|
|
149
154
|
after: (
|
|
150
155
|
content: none,
|
|
@@ -177,6 +182,15 @@ $cadmin-pagination-link: map-deep-merge(
|
|
|
177
182
|
padding-top: $cadmin-pagination-padding-y,
|
|
178
183
|
position: relative,
|
|
179
184
|
transition: $cadmin-pagination-link-transition,
|
|
185
|
+
before: (
|
|
186
|
+
border-radius: 0 0 $cadmin-border-radius $cadmin-border-radius,
|
|
187
|
+
bottom: 0,
|
|
188
|
+
content: '',
|
|
189
|
+
display: block,
|
|
190
|
+
left: 0,
|
|
191
|
+
position: absolute,
|
|
192
|
+
right: 0,
|
|
193
|
+
),
|
|
180
194
|
hover: $cadmin-pagination-link-hover,
|
|
181
195
|
focus: $cadmin-pagination-link-focus,
|
|
182
196
|
active: $cadmin-pagination-link-active,
|
|
@@ -184,15 +198,26 @@ $cadmin-pagination-link: map-deep-merge(
|
|
|
184
198
|
background-color: $cadmin-pagination-active-bg,
|
|
185
199
|
border-color: $cadmin-pagination-active-border-color,
|
|
186
200
|
color: $cadmin-pagination-active-color,
|
|
187
|
-
box-shadow: inset 0 -0.25rem 0 0 $cadmin-primary-l0,
|
|
188
201
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
189
202
|
letter-spacing: 0,
|
|
203
|
+
before: (
|
|
204
|
+
background-color: $cadmin-primary-l0,
|
|
205
|
+
height: 4px,
|
|
206
|
+
),
|
|
190
207
|
),
|
|
191
208
|
disabled: $cadmin-pagination-link-disabled,
|
|
192
209
|
show: (
|
|
193
|
-
box-shadow: inset 0 -0.25rem 0 0 $cadmin-primary-l0,
|
|
194
210
|
font-weight: $cadmin-font-weight-semi-bold,
|
|
195
211
|
letter-spacing: 0,
|
|
212
|
+
before: (
|
|
213
|
+
background-color: transparent,
|
|
214
|
+
),
|
|
215
|
+
hover: (
|
|
216
|
+
before: (
|
|
217
|
+
background-color: $cadmin-secondary-l0,
|
|
218
|
+
height: 3px,
|
|
219
|
+
),
|
|
220
|
+
),
|
|
196
221
|
),
|
|
197
222
|
lexicon-icon: (
|
|
198
223
|
margin-top: 0,
|
|
@@ -359,8 +384,18 @@ $cadmin-pagination-items-per-page-link-disabled: map-deep-merge(
|
|
|
359
384
|
box-shadow: none,
|
|
360
385
|
color: $cadmin-pagination-disabled-color,
|
|
361
386
|
cursor: $cadmin-pagination-disabled-cursor,
|
|
387
|
+
font-weight: $cadmin-font-weight-normal,
|
|
362
388
|
opacity: $cadmin-pagination-disabled-opacity,
|
|
363
389
|
pointer-events: $cadmin-pagination-disabled-pointer-events,
|
|
390
|
+
letter-spacing: 0.033em,
|
|
391
|
+
before: (
|
|
392
|
+
content: none,
|
|
393
|
+
),
|
|
394
|
+
focus: (
|
|
395
|
+
after: (
|
|
396
|
+
content: none,
|
|
397
|
+
),
|
|
398
|
+
),
|
|
364
399
|
),
|
|
365
400
|
$cadmin-pagination-items-per-page-link-disabled
|
|
366
401
|
);
|
|
@@ -386,6 +421,15 @@ $cadmin-pagination-items-per-page-link: map-deep-merge(
|
|
|
386
421
|
padding-top: $cadmin-pagination-padding-y,
|
|
387
422
|
text-decoration: none,
|
|
388
423
|
transition: $cadmin-pagination-items-per-page-transition,
|
|
424
|
+
before: (
|
|
425
|
+
border-radius: 0 0 $cadmin-border-radius $cadmin-border-radius,
|
|
426
|
+
bottom: 0,
|
|
427
|
+
content: '',
|
|
428
|
+
display: block,
|
|
429
|
+
left: 0,
|
|
430
|
+
position: absolute,
|
|
431
|
+
right: 0,
|
|
432
|
+
),
|
|
389
433
|
hover: $cadmin-pagination-items-per-page-link-hover,
|
|
390
434
|
focus: $cadmin-pagination-items-per-page-link-focus,
|
|
391
435
|
active: $cadmin-pagination-items-per-page-link-active,
|