@clayui/css 3.160.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.
Files changed (75) hide show
  1. package/lib/css/atlas.css +1581 -1581
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +1283 -1283
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +7 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/books-brush.svg +9 -0
  8. package/lib/images/icons/icons.svg +1 -1
  9. package/package.json +1 -1
  10. package/src/images/icons/books-brush.svg +9 -0
  11. package/src/images/icons/icons.svg +1 -1
  12. package/src/scss/_license-text.scss +1 -1
  13. package/src/scss/atlas/_variables.scss +6 -4
  14. package/src/scss/atlas/variables/_globals.scss +10 -10
  15. package/src/scss/atlas-custom-properties/_variables.scss +68 -0
  16. package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
  17. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
  18. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
  19. package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
  20. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
  21. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
  22. package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
  23. package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
  24. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
  25. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
  26. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
  27. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
  28. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
  29. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
  30. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
  31. package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
  32. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
  33. package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
  34. package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
  35. package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
  36. package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
  37. package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
  38. package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
  39. package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
  40. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
  41. package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
  42. package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
  43. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
  44. package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
  45. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
  46. package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
  47. package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
  48. package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
  49. package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
  50. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
  51. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
  52. package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
  53. package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
  54. package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
  55. package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
  56. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
  57. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
  58. package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
  59. package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
  60. package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
  61. package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
  62. package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
  63. package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
  64. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
  65. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
  66. package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
  67. package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
  68. package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
  69. package/src/scss/atlas-variables.scss +2 -0
  70. package/src/scss/atlas.scss +2 -0
  71. package/src/scss/base-variables.scss +2 -0
  72. package/src/scss/base.scss +2 -0
  73. package/src/scss/functions/_global-functions.scss +6 -4
  74. package/src/scss/functions/_lx-icons-generated.scss +2 -0
  75. package/src/scss/variables/_globals.scss +8 -8
@@ -0,0 +1,267 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $clay-range-disabled-color: var(--clay-range-disabled-color, $gray-500);
3
+
4
+ $clay-range-input-group: ();
5
+ $clay-range-input-group: map-merge(
6
+ (
7
+ align-items: center,
8
+ ),
9
+ $clay-range-input-group
10
+ );
11
+
12
+ $clay-range-input-group-item: ();
13
+ $clay-range-input-group-item: map-merge(
14
+ (
15
+ flex-direction: column,
16
+ ),
17
+ $clay-range-input-group-item
18
+ );
19
+
20
+ $clay-range-input-group-text: ();
21
+ $clay-range-input-group-text: map-merge(
22
+ (
23
+ background-color:
24
+ var(
25
+ --clay-range-input-group-text-background-color,
26
+ setter(
27
+ map-get($clay-range-input-group-text, bg),
28
+ transparent
29
+ )
30
+ ),
31
+ border-width: 0,
32
+ color: var(--clay-range-input-group-text-color, $gray-500),
33
+ font-size: var(--clay-range-input-group-text-font-size, 14px),
34
+ font-weight:
35
+ var(
36
+ --clay-range-input-group-text-font-weight,
37
+ $font-weight-semi-bold
38
+ ),
39
+ min-width: var(--clay-range-input-group-text-min-width, 24px),
40
+ padding-bottom: 0,
41
+ padding-left: 0,
42
+ padding-right: 0,
43
+ padding-top: 0,
44
+ ),
45
+ $clay-range-input-group-text
46
+ );
47
+
48
+ $clay-range-title: ();
49
+ $clay-range-title: map-deep-merge(
50
+ (
51
+ color: var(--clay-range-title-color),
52
+ display: block,
53
+ font-size: var(--clay-range-title-font-size),
54
+ font-weight:
55
+ var(--clay-range-title-font-weight, $font-weight-semi-bold),
56
+ line-height: var(--clay-range-title-line-height, 1),
57
+ margin-bottom: var(--clay-range-title-margin-bottom, 8px),
58
+ text-align: center,
59
+ ),
60
+ $clay-range-title
61
+ );
62
+
63
+ $clay-range-input: ();
64
+ $clay-range-input: map-deep-merge(
65
+ (
66
+ color: var(--clay-range-input-color, $gray-500),
67
+ display: block,
68
+ padding-bottom: 0.1px,
69
+ position: relative,
70
+ vertical-align: middle,
71
+ width: 100%,
72
+
73
+ clay-range-thumb: (
74
+ background-color:
75
+ var(--clay-range-thumb-background-color, $white),
76
+ border: var(--clay-range-thumb-border),
77
+ border-radius: var(--clay-range-thumb-border-radius, 100px),
78
+ border-width: var(--clay-range-thumb-border-width, 0),
79
+ box-shadow:
80
+ var(
81
+ --clay-range-thumb-box-shadow,
82
+ 0 1px 5px -1px rgba(0, 0, 0, 0.3)
83
+ ),
84
+ height: var(--clay-range-thumb-height, 24px),
85
+ margin-top: var(--clay-range-thumb-margin-top, -0.75rem),
86
+ width: var(--clay-range-thumb-width, 24px),
87
+ ),
88
+
89
+ clay-range-track: (
90
+ background-color:
91
+ var(--clay-range-track-background-color, $gray-200),
92
+ border-radius: var(--clay-range-track-border-radius, 100px),
93
+ height: var(--clay-range-track-height, 4px),
94
+ position: absolute,
95
+ top: 50%,
96
+ width: 100%,
97
+ ),
98
+
99
+ clay-range-progress: (
100
+ background-color:
101
+ var(--clay-range-progress-background-color, $primary),
102
+ border-radius:
103
+ var(--clay-range-progress-border-radius, 100px 0 0 100px),
104
+ position: absolute,
105
+ top: 50%,
106
+ width: 50%,
107
+ ),
108
+
109
+ tooltip: (
110
+ margin-left: 13px,
111
+ transition: opacity 0.15s linear,
112
+ visibility: hidden,
113
+ white-space: nowrap,
114
+ ),
115
+
116
+ tooltip-inner: (
117
+ padding: 8px 12px,
118
+ ),
119
+
120
+ tooltip-arrow: (
121
+ height: 6px,
122
+ width: 6px,
123
+ ),
124
+
125
+ clay-tooltip-bottom: (
126
+ margin-top: 4px,
127
+ padding-top: 3px,
128
+ top: 100%,
129
+ transform: translateX(-50%),
130
+ tooltip-arrow: (
131
+ margin-left: -4px,
132
+ ),
133
+ ),
134
+
135
+ clay-tooltip-top: (
136
+ bottom: 100%,
137
+ margin-bottom: 4px,
138
+ padding-bottom: 3px,
139
+ transform: translateX(-50%),
140
+ tooltip-arrow: (
141
+ margin-left: -4px,
142
+ ),
143
+ ),
144
+ form-control-range: (
145
+ appearance: none,
146
+ background-color: transparent,
147
+ height: var(--form-control-range-height, $input-height),
148
+ position: relative,
149
+
150
+ hover: (
151
+ cursor: $link-cursor,
152
+
153
+ clay-range-thumb: (
154
+ background-color:
155
+ var(
156
+ --clay-range-thumb-hover-background-color,
157
+ $primary-l3
158
+ ),
159
+ ),
160
+ ),
161
+
162
+ focus: (
163
+ outline: 0,
164
+
165
+ clay-range-thumb: (
166
+ box-shadow:
167
+ var(
168
+ --clay-range-thumb-focus-box-shadow,
169
+ $component-focus-inset-box-shadow
170
+ ),
171
+ ),
172
+ ),
173
+
174
+ disabled: (
175
+ color:
176
+ var(
177
+ --clay-range-input-disabled-color,
178
+ $clay-range-disabled-color
179
+ ),
180
+ cursor: $disabled-cursor,
181
+
182
+ clay-range-thumb: (
183
+ background-color:
184
+ var(
185
+ --clay-range-thumb-disabled-background-color,
186
+ $gray-100
187
+ ),
188
+ ),
189
+
190
+ clay-range-progress: (
191
+ background-color:
192
+ var(
193
+ --clay-range-progress-disabled-clay-range-progress,
194
+ $primary-l2
195
+ ),
196
+ ),
197
+
198
+ clay-range-track: (
199
+ background-color:
200
+ var(
201
+ --clay-range-track-disabled-clay-range-track,
202
+ $gray-200
203
+ ),
204
+ ),
205
+ ),
206
+ ),
207
+
208
+ data-label-min-max: (
209
+ margin-bottom: var(--data-label-spacer, 16px),
210
+ ),
211
+
212
+ before-after: (
213
+ font-size: var(--data-label-font-size, 14px),
214
+ font-weight:
215
+ var(--data-label-font-weight, $font-weight-semi-bold),
216
+ line-height: var(--data-label-line-height, 1),
217
+ margin-top: var(--data-label-margin-top, 40px),
218
+ position: absolute,
219
+ text-align: center,
220
+ top: var(--data-label-top, 0),
221
+ width: var(--data-label-width, 24px),
222
+ ),
223
+
224
+ data-label-min: (
225
+ before: (
226
+ content: unquote("'\\FEFF' attr(data-label-min)"),
227
+ ),
228
+ ),
229
+
230
+ data-label-max: (
231
+ after: (
232
+ content: unquote("'\\FEFF' attr(data-label-max)"),
233
+ right: 0,
234
+ ),
235
+ ),
236
+ ),
237
+ $clay-range-input
238
+ );
239
+
240
+ $clay-range-progress-none: ();
241
+ $clay-range-progress-none: map-deep-merge(
242
+ (
243
+ clay-range-input: (
244
+ ms-thumb: (
245
+ visibility: visible,
246
+ ),
247
+
248
+ moz-range-thumb: (
249
+ visibility: visible,
250
+ ),
251
+
252
+ webkit-slider-thumb: (
253
+ visibility: visible,
254
+ ),
255
+
256
+ clay-range-thumb: (
257
+ visibility: hidden,
258
+ ),
259
+
260
+ clay-range-progress: (
261
+ visibility: hidden,
262
+ ),
263
+ ),
264
+ ),
265
+ $clay-range-progress-none
266
+ );
267
+ }
@@ -0,0 +1,91 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $clay-reorder: ();
3
+ $clay-reorder: map-deep-merge(
4
+ (
5
+ padding: var(--clay-reorder-padding, 2px),
6
+ position: relative,
7
+ z-index: 0,
8
+ ),
9
+ $clay-reorder
10
+ );
11
+
12
+ $clay-reorder-input-inset: ();
13
+ $clay-reorder-input-inset: map-deep-merge(
14
+ (
15
+ margin-bottom: 0,
16
+ margin-top: 0,
17
+ overflow: auto,
18
+ padding-bottom: $input-padding-y,
19
+ padding-top: $input-padding-y,
20
+ width: 100%,
21
+
22
+ focus: (
23
+ background-color: transparent,
24
+ box-shadow: none,
25
+ ),
26
+ ),
27
+ $clay-reorder-input-inset
28
+ );
29
+
30
+ $clay-reorder-underlay: ();
31
+ $clay-reorder-underlay: map-deep-merge(
32
+ (
33
+ bottom: 0,
34
+ left: 0,
35
+ position: absolute,
36
+ right: 0,
37
+ top: 0,
38
+ z-index: -1,
39
+ ),
40
+ $clay-reorder-underlay
41
+ );
42
+
43
+ $clay-reorder-underlay-focus: ();
44
+ $clay-reorder-underlay-focus: map-deep-merge(
45
+ (
46
+ background-color:
47
+ var(
48
+ --clay-reorder-underlay-focus-background-color,
49
+ $input-focus-bg
50
+ ),
51
+ border-color:
52
+ var(
53
+ --clay-reorder-underlay-focus-border-color,
54
+ $input-focus-border-color
55
+ ),
56
+ ),
57
+ $clay-reorder-underlay-focus
58
+ );
59
+
60
+ $clay-reorder-footer: ();
61
+ $clay-reorder-footer: map-deep-merge(
62
+ (
63
+ padding: var(--clay-reoder-footer-padding, 8px),
64
+ ),
65
+ $clay-reorder-footer
66
+ );
67
+
68
+ $clay-reorder-footer-invisible: ();
69
+ $clay-reorder-footer-invisible: map-deep-merge(
70
+ (
71
+ visibility: hidden,
72
+ ),
73
+ $clay-reorder-footer-invisible
74
+ );
75
+
76
+ $clay-reorder-footer-center: ();
77
+ $clay-reorder-footer-center: map-deep-merge(
78
+ (
79
+ text-align: center,
80
+ ),
81
+ $clay-reorder-footer-center
82
+ );
83
+
84
+ $clay-reorder-footer-end: ();
85
+ $clay-reorder-footer-end: map-deep-merge(
86
+ (
87
+ text-align: right,
88
+ ),
89
+ $clay-reorder-footer-end
90
+ );
91
+ }
@@ -0,0 +1,26 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $c-horizontal-resizer: ();
3
+ $c-horizontal-resizer: map-merge(
4
+ (
5
+ background-color: transparent,
6
+ bottom: 0rem,
7
+ cursor: ew-resize,
8
+ margin-right: -0.25rem,
9
+ position: absolute,
10
+ right: 0rem,
11
+ top: 0rem,
12
+ user-select: none,
13
+ width: 0.5rem,
14
+ z-index: 10,
15
+
16
+ hover: (
17
+ background-color: $primary-l0,
18
+ ),
19
+
20
+ focus: (
21
+ background-color: $primary-l0,
22
+ ),
23
+ ),
24
+ $c-horizontal-resizer
25
+ );
26
+ }
@@ -0,0 +1,301 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $sheet-bg: var(--sheet-background-color, $white);
3
+ $sheet-border-color: var(--sheet-border-color, $gray-300);
4
+ $sheet-border-radius: var(--sheet-border-radius, $border-radius);
5
+ $sheet-border-style: var(--sheet-border-style, solid);
6
+ $sheet-border-width: var(--sheet-border-width, 1px);
7
+ $sheet-padding-bottom: var(--sheet-padding-bottom, 1px);
8
+ $sheet-padding-left: var(--sheet-padding-left, 24px);
9
+ $sheet-padding-right: var(--sheet-padding-right, 24px);
10
+ $sheet-padding-top: var(--sheet-padding-top, 24px);
11
+
12
+ $sheet-padding-bottom-mobile: var(--sheet-padding-bottom-mobile, 1px);
13
+ $sheet-padding-left-mobile: var(--sheet-padding-left-mobile, 16px);
14
+ $sheet-padding-right-mobile: var(--sheet-padding-right-mobile, 16px);
15
+ $sheet-padding-top-mobile: var(--sheet-padding-top-mobile, 16px);
16
+
17
+ $sheet-plus-sheet: ();
18
+ $sheet-plus-sheet: map-merge(
19
+ (
20
+ margin-top: var(--sheet-plus-sheet, 48px),
21
+ ),
22
+ $sheet-plus-sheet
23
+ );
24
+ // Sheet Row
25
+
26
+ $sheet-row: ();
27
+ $sheet-row: map-merge(
28
+ (
29
+ margin-left: calc(#{$sheet-padding-left} * -1),
30
+ margin-right: calc(#{$sheet-padding-right} * -1),
31
+ media-breakpoint-down: (
32
+ sm: (
33
+ margin-left: calc(#{$sheet-padding-left-mobile} * -1),
34
+ margin-right: calc(#{$sheet-padding-right-mobile} * -1),
35
+ ),
36
+ ),
37
+ ),
38
+ $sheet-row
39
+ );
40
+
41
+ // Sheet Header
42
+
43
+ $sheet-header-margin-bottom: var(--sheet-header-margin-bottom, 48px);
44
+
45
+ $sheet-header-margin-bottom-mobile: var(
46
+ --sheet-header-margin-bottom-mobile,
47
+ 32px
48
+ );
49
+
50
+ // Sheet Section
51
+
52
+ $sheet-section-margin-bottom: var(--sheet-section-margin-bottom, 48px);
53
+
54
+ $sheet-section-margin-bottom-mobile: var(
55
+ --sheet-section-margin-bottom-mobile,
56
+ 32px
57
+ );
58
+
59
+ $sheet-panel-group-margin-bottom: var(
60
+ --sheet-panel-group-margin-bottom,
61
+ 24px
62
+ );
63
+
64
+ $sheet-panel-group-margin-bottom-mobile: var(
65
+ --sheet-panel-group-margin-bottom-mobile,
66
+ 16px
67
+ );
68
+
69
+ // Sheet Footer
70
+
71
+ $sheet-footer-margin-bottom: var(--sheet-footer-margin-bottom, 24px);
72
+ $sheet-footer-margin-left: var(--sheet-footer-margin-left, 0px);
73
+ $sheet-footer-margin-right: var(--sheet-footer-margin-right, 0px);
74
+ $sheet-footer-margin-top: var(--sheet-footer-margin-top, 24px);
75
+
76
+ $sheet-footer-margin-bottom-mobile: var(
77
+ --sheet-footer-margin-bottom-mobile,
78
+ 16px
79
+ );
80
+ $sheet-footer-margin-left-mobile: var(
81
+ --sheet-footer-margin-left-mobile,
82
+ 0px
83
+ );
84
+ $sheet-footer-margin-right-mobile: var(
85
+ --sheet-footer-margin-right-mobile,
86
+ 0px
87
+ );
88
+ $sheet-footer-margin-top-mobile: var(
89
+ --sheet-footer-margin-top-mobile,
90
+ 16px
91
+ );
92
+
93
+ $sheet-footer-btn-block-sm-down: ();
94
+ $sheet-footer-btn-block-sm-down: map-deep-merge(
95
+ (
96
+ breakpoint-down: sm,
97
+
98
+ mobile: (
99
+ display: block,
100
+
101
+ btn: (
102
+ display: block,
103
+ margin-bottom: 1rem,
104
+ width: 100%,
105
+ ),
106
+
107
+ btn-group: (
108
+ display: block,
109
+ ),
110
+
111
+ btn-group-item: (
112
+ display: block,
113
+ margin-right: 0rem,
114
+ ),
115
+ ),
116
+ ),
117
+ $sheet-footer-btn-block-sm-down
118
+ );
119
+
120
+ // Sheet Sizes
121
+
122
+ // @deprecated as of 3.x.
123
+
124
+ $sheet-lg-max-width: calc(#{map-get($container-max-widths, lg)} * 0.83333);
125
+
126
+ // Sheet Title
127
+
128
+ $sheet-title-color: null;
129
+ $sheet-title-font-size: 1.25rem;
130
+ $sheet-title-font-weight: $font-weight-bold;
131
+ $sheet-title-line-height: $headings-line-height; // 1.2
132
+ $sheet-title-margin-bottom: 1.5rem; // 24px
133
+
134
+ $sheet-title-autofit-padded-no-gutters-ext: 'autofit-padded-no-gutters-sm';
135
+
136
+ $sheet-title-font-size-mobile: 1.25rem; // 20px
137
+ $sheet-title-margin-bottom-mobile: 1rem;
138
+
139
+ // Sheet Subtitle
140
+
141
+ $sheet-subtitle-border-color: $gray-500;
142
+ $sheet-subtitle-border-style: solid;
143
+ $sheet-subtitle-border-width: 0 0 1px 0;
144
+ $sheet-subtitle-color: $body-color;
145
+ $sheet-subtitle-font-size: 14px;
146
+ $sheet-subtitle-font-weight: $font-weight-semi-bold;
147
+ $sheet-subtitle-line-height: $headings-line-height; // 1.2
148
+ $sheet-subtitle-margin-bottom: 1.5rem; // 24px
149
+ $sheet-subtitle-padding-x: 0px;
150
+ $sheet-subtitle-padding-y: 8px;
151
+ $sheet-subtitle-text-transform: uppercase;
152
+
153
+ $sheet-subtitle-font-size-mobile: null;
154
+ $sheet-subtitle-margin-bottom-mobile: 1rem;
155
+
156
+ $sheet-subtitle-heading-text-margin-bottom: 0rem;
157
+ $sheet-subtitle-heading-text-margin-top: auto;
158
+
159
+ // Sheet Subtitle as Panel Header
160
+
161
+ $sheet-subtitle-link-color: $sheet-subtitle-color;
162
+ $sheet-subtitle-link-text-decoration: null;
163
+
164
+ $sheet-subtitle-link-hover-color: null;
165
+ $sheet-subtitle-link-hover-text-decoration: none;
166
+
167
+ $sheet-subtitle-link: ();
168
+ $sheet-subtitle-link: map-deep-merge(
169
+ (
170
+ border-radius: 1px,
171
+ color: $sheet-subtitle-link-color,
172
+ text-decoration: $sheet-subtitle-link-text-decoration,
173
+ transition: box-shadow 0.15s ease-in-out,
174
+
175
+ hover: (
176
+ color: $sheet-subtitle-link-hover-color,
177
+ text-decoration: $sheet-subtitle-link-hover-text-decoration,
178
+ ),
179
+
180
+ focus: (
181
+ box-shadow: #{0 0 0 4px $white,
182
+ 0 0 0 6px $primary-l0},
183
+ outline: 0,
184
+ ),
185
+ ),
186
+ $sheet-subtitle-link
187
+ );
188
+
189
+ $sheet-subtitle-collapse-icon-font-size: 12px;
190
+
191
+ $sheet-subtitle-collapse-icon-bottom: null;
192
+ $sheet-subtitle-collapse-icon-left: null;
193
+ $sheet-subtitle-collapse-icon-right: null;
194
+ $sheet-subtitle-collapse-icon-top: clay-collapse-icon-align(
195
+ $sheet-subtitle-padding-y,
196
+ 0,
197
+ 1em,
198
+ $sheet-subtitle-line-height
199
+ );
200
+
201
+ $sheet-subtitle-collapse-icon-padding-left: null;
202
+ $sheet-subtitle-collapse-icon-padding-right: null;
203
+
204
+ // Sheet Tertiary Title
205
+
206
+ $sheet-tertiary-title-color: $sheet-subtitle-color;
207
+ $sheet-tertiary-title-font-size: $sheet-subtitle-font-size;
208
+ $sheet-tertiary-title-font-weight: $sheet-subtitle-font-weight;
209
+ $sheet-tertiary-title-line-height: $sheet-subtitle-line-height;
210
+ $sheet-tertiary-title-margin-bottom: $sheet-subtitle-margin-bottom;
211
+ $sheet-tertiary-title-padding-x: $sheet-subtitle-padding-x;
212
+ $sheet-tertiary-title-padding-y: $sheet-subtitle-padding-y;
213
+ $sheet-tertiary-title-text-transform: $sheet-subtitle-text-transform;
214
+
215
+ $sheet-tertiary-title-font-size-mobile: null;
216
+ $sheet-tertiary-title-margin-bottom-mobile: 8px;
217
+
218
+ // Sheet Text
219
+
220
+ $sheet-text-color: $gray-600;
221
+ $sheet-text-font-size: null;
222
+ $sheet-text-font-weight: null;
223
+ $sheet-text-margin-bottom: 1.5rem; // 24px
224
+
225
+ $sheet-text-font-size-mobile: null;
226
+ $sheet-text-margin-bottom-mobile: 1rem;
227
+
228
+ // Sheet Multiple Form Variant
229
+
230
+ $sheet-multiple-form: ();
231
+
232
+ $sheet-multiple-form-sheet-header: ();
233
+ $sheet-multiple-form-sheet-header: map-merge(
234
+ (
235
+ border-color: $gray-300,
236
+ border-style: solid,
237
+ border-width: 0px 0px 1px,
238
+ margin: -1.5rem -1.5rem 1.5rem,
239
+ padding: 1rem 1.5rem,
240
+ ),
241
+ $sheet-multiple-form-sheet-header
242
+ );
243
+
244
+ $sheet-multiple-form-sheet-header-mobile: ();
245
+ $sheet-multiple-form-sheet-header-mobile: map-merge(
246
+ (
247
+ margin: -1rem -1rem 1rem,
248
+ padding: 1rem,
249
+ ),
250
+ $sheet-multiple-form-sheet-header-mobile
251
+ );
252
+
253
+ $sheet-multiple-form-sheet-title: ();
254
+ $sheet-multiple-form-sheet-title: map-merge(
255
+ (
256
+ margin-bottom: 0rem,
257
+ ),
258
+ $sheet-multiple-form-sheet-title
259
+ );
260
+
261
+ // Sheet Dataset Content Variant
262
+
263
+ $sheet-dataset-content: ();
264
+
265
+ $sheet-dataset-content-sheet-header: ();
266
+ $sheet-dataset-content-sheet-header: map-merge(
267
+ (
268
+ border-width: 0px,
269
+ margin: -1.5rem -1.5rem 1.5rem,
270
+ padding: 1rem 1.5rem,
271
+ ),
272
+ $sheet-dataset-content-sheet-header
273
+ );
274
+
275
+ $sheet-dataset-content-sheet-header-mobile: ();
276
+ $sheet-dataset-content-sheet-header-mobile: map-merge(
277
+ (
278
+ margin: -1rem -1rem 1rem,
279
+ padding: 1rem,
280
+ ),
281
+ $sheet-dataset-content-sheet-header-mobile
282
+ );
283
+
284
+ $sheet-dataset-content-sheet-title: ();
285
+ $sheet-dataset-content-sheet-title: map-merge(
286
+ (
287
+ margin-bottom: 0rem,
288
+ ),
289
+ $sheet-dataset-content-sheet-title
290
+ );
291
+
292
+ // Sheet in Card Page
293
+
294
+ $card-page-item-sheet: ();
295
+ $card-page-item-sheet: map-merge(
296
+ (
297
+ margin-bottom: $grid-gutter-width,
298
+ ),
299
+ $card-page-item-sheet
300
+ );
301
+ }
@@ -0,0 +1,4 @@
1
+ @if ($enable-atlas-custom-properties) {
2
+ $sidenav-transition: all 0.5s ease;
3
+ $sidenav-width: 320px;
4
+ }