@clayui/css 3.161.0 → 3.163.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 (97) hide show
  1. package/lib/css/atlas.css +136 -6
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +134 -5
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +74 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/arrow-key-down.svg +9 -0
  8. package/lib/images/icons/arrow-key-left.svg +9 -0
  9. package/lib/images/icons/arrow-key-right.svg +9 -0
  10. package/lib/images/icons/arrow-key-up.svg +9 -0
  11. package/lib/images/icons/icons.svg +1 -1
  12. package/package.json +1 -1
  13. package/src/images/icons/arrow-key-down.svg +9 -0
  14. package/src/images/icons/arrow-key-left.svg +9 -0
  15. package/src/images/icons/arrow-key-right.svg +9 -0
  16. package/src/images/icons/arrow-key-up.svg +9 -0
  17. package/src/images/icons/icons.svg +1 -1
  18. package/src/scss/_components.scss +2 -0
  19. package/src/scss/_license-text.scss +1 -1
  20. package/src/scss/atlas/variables/_forms.scss +3 -1
  21. package/src/scss/atlas/variables/_reorder.scss +1 -1
  22. package/src/scss/atlas-custom-properties/_variables.scss +0 -2
  23. package/src/scss/atlas-custom-properties/variables/_alerts.scss +928 -935
  24. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +54 -56
  25. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +25 -27
  26. package/src/scss/atlas-custom-properties/variables/_badges.scss +298 -309
  27. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +175 -187
  28. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1164 -1220
  29. package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -353
  30. package/src/scss/atlas-custom-properties/variables/_cards.scss +1009 -1014
  31. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +560 -590
  32. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +766 -797
  33. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +532 -614
  34. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -252
  35. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1052 -1073
  36. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +65 -68
  37. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +90 -92
  38. package/src/scss/atlas-custom-properties/variables/_forms.scss +1918 -1955
  39. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +27 -29
  40. package/src/scss/atlas-custom-properties/variables/_globals.scss +799 -801
  41. package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -73
  42. package/src/scss/atlas-custom-properties/variables/_images.scss +8 -13
  43. package/src/scss/atlas-custom-properties/variables/_labels.scss +1091 -1202
  44. package/src/scss/atlas-custom-properties/variables/_links.scss +394 -410
  45. package/src/scss/atlas-custom-properties/variables/_list-group.scss +455 -460
  46. package/src/scss/atlas-custom-properties/variables/_loaders.scss +187 -204
  47. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +135 -137
  48. package/src/scss/atlas-custom-properties/variables/_menubar.scss +605 -663
  49. package/src/scss/atlas-custom-properties/variables/_modals.scss +582 -587
  50. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +342 -312
  51. package/src/scss/atlas-custom-properties/variables/_navbar.scss +170 -172
  52. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +337 -361
  53. package/src/scss/atlas-custom-properties/variables/_navs.scss +501 -495
  54. package/src/scss/atlas-custom-properties/variables/_pagination.scss +851 -888
  55. package/src/scss/atlas-custom-properties/variables/_panels.scss +467 -480
  56. package/src/scss/atlas-custom-properties/variables/_popovers.scss +483 -515
  57. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +146 -139
  58. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +24 -23
  59. package/src/scss/atlas-custom-properties/variables/_range.scss +215 -220
  60. package/src/scss/atlas-custom-properties/variables/_reorder.scss +82 -82
  61. package/src/scss/atlas-custom-properties/variables/_resizer.scss +27 -16
  62. package/src/scss/atlas-custom-properties/variables/_sheets.scss +275 -275
  63. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -4
  64. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +413 -445
  65. package/src/scss/atlas-custom-properties/variables/_slideout.scss +300 -310
  66. package/src/scss/atlas-custom-properties/variables/_stickers.scss +551 -553
  67. package/src/scss/atlas-custom-properties/variables/_tables.scss +1094 -1079
  68. package/src/scss/atlas-custom-properties/variables/_tbar.scss +491 -557
  69. package/src/scss/atlas-custom-properties/variables/_time.scss +121 -130
  70. package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -43
  71. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +562 -566
  72. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +295 -306
  73. package/src/scss/atlas-custom-properties/variables/_treeview.scss +276 -278
  74. package/src/scss/atlas-custom-properties/variables/_type.scss +186 -185
  75. package/src/scss/atlas-custom-properties/variables/_utilities.scss +705 -788
  76. package/src/scss/atlas-variables.scss +0 -2
  77. package/src/scss/atlas.scss +0 -2
  78. package/src/scss/base-variables.scss +0 -2
  79. package/src/scss/base.scss +0 -2
  80. package/src/scss/cadmin/components/_focus-ring.scss +74 -0
  81. package/src/scss/cadmin/components/_forms.scss +2 -0
  82. package/src/scss/cadmin/components/_menubar.scss +8 -0
  83. package/src/scss/cadmin/components/_resizer.scss +19 -4
  84. package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
  85. package/src/scss/cadmin/variables/_forms.scss +3 -1
  86. package/src/scss/cadmin/variables/_reorder.scss +1 -0
  87. package/src/scss/cadmin/variables/_resizer.scss +16 -3
  88. package/src/scss/cadmin.scss +1 -0
  89. package/src/scss/components/_focus-ring.scss +64 -0
  90. package/src/scss/components/_forms.scss +2 -0
  91. package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
  92. package/src/scss/components/_menubar.scss +8 -0
  93. package/src/scss/components/_resizer.scss +15 -4
  94. package/src/scss/functions/_lx-icons-generated.scss +8 -0
  95. package/src/scss/variables/_breadcrumbs.scss +4 -2
  96. package/src/scss/variables/_forms.scss +2 -0
  97. package/src/scss/variables/_resizer.scss +16 -3
@@ -1,26 +1,37 @@
1
- @if ($enable-atlas-custom-properties) {
2
- $c-horizontal-resizer: ();
3
- $c-horizontal-resizer: map-merge(
4
- (
5
- background-color: transparent,
1
+ $c-horizontal-resizer: () !default;
2
+ $c-horizontal-resizer: map-merge(
3
+ (
4
+ background-color: transparent,
5
+ bottom: 0rem,
6
+ cursor: ew-resize,
7
+ margin-right: -0.25rem,
8
+ position: absolute,
9
+ right: 0rem,
10
+ top: 0rem,
11
+ user-select: none,
12
+ width: 0.75rem,
13
+ z-index: 10,
14
+
15
+ before: (
6
16
  bottom: 0rem,
7
- cursor: ew-resize,
8
- margin-right: -0.25rem,
17
+ content: '',
18
+ left: 0.25rem,
9
19
  position: absolute,
10
- right: 0rem,
20
+ right: 0.25rem,
11
21
  top: 0rem,
12
- user-select: none,
13
- width: 0.5rem,
14
- z-index: 10,
22
+ ),
15
23
 
16
- hover: (
24
+ hover: (
25
+ before: (
17
26
  background-color: $primary-l0,
18
27
  ),
28
+ ),
19
29
 
20
- focus: (
30
+ focus: (
31
+ before: (
21
32
  background-color: $primary-l0,
22
33
  ),
23
34
  ),
24
- $c-horizontal-resizer
25
- );
26
- }
35
+ ),
36
+ $c-horizontal-resizer
37
+ );
@@ -1,301 +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
- ),
1
+ $sheet-bg: var(--sheet-background-color, $white) !default;
2
+ $sheet-border-color: var(--sheet-border-color, $gray-300) !default;
3
+ $sheet-border-radius: var(--sheet-border-radius, $border-radius) !default;
4
+ $sheet-border-style: var(--sheet-border-style, solid) !default;
5
+ $sheet-border-width: var(--sheet-border-width, 1px) !default;
6
+ $sheet-padding-bottom: var(--sheet-padding-bottom, 1px) !default;
7
+ $sheet-padding-left: var(--sheet-padding-left, 24px) !default;
8
+ $sheet-padding-right: var(--sheet-padding-right, 24px) !default;
9
+ $sheet-padding-top: var(--sheet-padding-top, 24px) !default;
10
+
11
+ $sheet-padding-bottom-mobile: var(--sheet-padding-bottom-mobile, 1px) !default;
12
+ $sheet-padding-left-mobile: var(--sheet-padding-left-mobile, 16px) !default;
13
+ $sheet-padding-right-mobile: var(--sheet-padding-right-mobile, 16px) !default;
14
+ $sheet-padding-top-mobile: var(--sheet-padding-top-mobile, 16px) !default;
15
+
16
+ $sheet-plus-sheet: () !default;
17
+ $sheet-plus-sheet: map-merge(
18
+ (
19
+ margin-top: var(--sheet-plus-sheet, 48px),
20
+ ),
21
+ $sheet-plus-sheet
22
+ );
23
+ // Sheet Row
24
+
25
+ $sheet-row: () !default;
26
+ $sheet-row: map-merge(
27
+ (
28
+ margin-left: calc(#{$sheet-padding-left} * -1),
29
+ margin-right: calc(#{$sheet-padding-right} * -1),
30
+ media-breakpoint-down: (
31
+ sm: (
32
+ margin-left: calc(#{$sheet-padding-left-mobile} * -1),
33
+ margin-right: calc(#{$sheet-padding-right-mobile} * -1),
36
34
  ),
37
35
  ),
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: (
36
+ ),
37
+ $sheet-row
38
+ );
39
+
40
+ // Sheet Header
41
+
42
+ $sheet-header-margin-bottom: var(--sheet-header-margin-bottom, 48px) !default;
43
+
44
+ $sheet-header-margin-bottom-mobile: var(
45
+ --sheet-header-margin-bottom-mobile,
46
+ 32px
47
+ ) !default;
48
+
49
+ // Sheet Section
50
+
51
+ $sheet-section-margin-bottom: var(--sheet-section-margin-bottom, 48px) !default;
52
+
53
+ $sheet-section-margin-bottom-mobile: var(
54
+ --sheet-section-margin-bottom-mobile,
55
+ 32px
56
+ ) !default;
57
+
58
+ $sheet-panel-group-margin-bottom: var(
59
+ --sheet-panel-group-margin-bottom,
60
+ 24px
61
+ ) !default;
62
+
63
+ $sheet-panel-group-margin-bottom-mobile: var(
64
+ --sheet-panel-group-margin-bottom-mobile,
65
+ 16px
66
+ ) !default;
67
+
68
+ // Sheet Footer
69
+
70
+ $sheet-footer-margin-bottom: var(--sheet-footer-margin-bottom, 24px) !default;
71
+ $sheet-footer-margin-left: var(--sheet-footer-margin-left, 0px) !default;
72
+ $sheet-footer-margin-right: var(--sheet-footer-margin-right, 0px) !default;
73
+ $sheet-footer-margin-top: var(--sheet-footer-margin-top, 24px) !default;
74
+
75
+ $sheet-footer-margin-bottom-mobile: var(
76
+ --sheet-footer-margin-bottom-mobile,
77
+ 16px
78
+ ) !default;
79
+ $sheet-footer-margin-left-mobile: var(
80
+ --sheet-footer-margin-left-mobile,
81
+ 0px
82
+ ) !default;
83
+ $sheet-footer-margin-right-mobile: var(
84
+ --sheet-footer-margin-right-mobile,
85
+ 0px
86
+ ) !default;
87
+ $sheet-footer-margin-top-mobile: var(
88
+ --sheet-footer-margin-top-mobile,
89
+ 16px
90
+ ) !default;
91
+
92
+ $sheet-footer-btn-block-sm-down: () !default;
93
+ $sheet-footer-btn-block-sm-down: map-deep-merge(
94
+ (
95
+ breakpoint-down: sm,
96
+
97
+ mobile: (
98
+ display: block,
99
+
100
+ btn: (
99
101
  display: block,
102
+ margin-bottom: 1rem,
103
+ width: 100%,
104
+ ),
100
105
 
101
- btn: (
102
- display: block,
103
- margin-bottom: 1rem,
104
- width: 100%,
105
- ),
106
-
107
- btn-group: (
108
- display: block,
109
- ),
106
+ btn-group: (
107
+ display: block,
108
+ ),
110
109
 
111
- btn-group-item: (
112
- display: block,
113
- margin-right: 0rem,
114
- ),
110
+ btn-group-item: (
111
+ display: block,
112
+ margin-right: 0rem,
115
113
  ),
116
114
  ),
117
- $sheet-footer-btn-block-sm-down
118
- );
115
+ ),
116
+ $sheet-footer-btn-block-sm-down
117
+ );
119
118
 
120
- // Sheet Sizes
119
+ // Sheet Sizes
121
120
 
122
- // @deprecated as of 3.x.
121
+ // @deprecated as of 3.x.
123
122
 
124
- $sheet-lg-max-width: calc(#{map-get($container-max-widths, lg)} * 0.83333);
123
+ $sheet-lg-max-width: calc(
124
+ #{map-get($container-max-widths, lg)} * 0.83333
125
+ ) !default;
125
126
 
126
- // Sheet Title
127
+ // Sheet Title
127
128
 
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
129
+ $sheet-title-color: null !default;
130
+ $sheet-title-font-size: 1.25rem !default;
131
+ $sheet-title-font-weight: $font-weight-bold !default;
132
+ $sheet-title-line-height: $headings-line-height !default; // 1.2
133
+ $sheet-title-margin-bottom: 1.5rem !default; // 24px
133
134
 
134
- $sheet-title-autofit-padded-no-gutters-ext: 'autofit-padded-no-gutters-sm';
135
+ $sheet-title-autofit-padded-no-gutters-ext: 'autofit-padded-no-gutters-sm' !default;
135
136
 
136
- $sheet-title-font-size-mobile: 1.25rem; // 20px
137
- $sheet-title-margin-bottom-mobile: 1rem;
137
+ $sheet-title-font-size-mobile: 1.25rem !default; // 20px
138
+ $sheet-title-margin-bottom-mobile: 1rem !default;
138
139
 
139
- // Sheet Subtitle
140
+ // Sheet Subtitle
140
141
 
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;
142
+ $sheet-subtitle-border-color: $gray-500 !default;
143
+ $sheet-subtitle-border-style: solid !default;
144
+ $sheet-subtitle-border-width: 0 0 1px 0 !default;
145
+ $sheet-subtitle-color: $body-color !default;
146
+ $sheet-subtitle-font-size: 14px !default;
147
+ $sheet-subtitle-font-weight: $font-weight-semi-bold !default;
148
+ $sheet-subtitle-line-height: $headings-line-height !default; // 1.2
149
+ $sheet-subtitle-margin-bottom: 1.5rem !default; // 24px
150
+ $sheet-subtitle-padding-x: 0px !default;
151
+ $sheet-subtitle-padding-y: 8px !default;
152
+ $sheet-subtitle-text-transform: uppercase !default;
152
153
 
153
- $sheet-subtitle-font-size-mobile: null;
154
- $sheet-subtitle-margin-bottom-mobile: 1rem;
154
+ $sheet-subtitle-font-size-mobile: null !default;
155
+ $sheet-subtitle-margin-bottom-mobile: 1rem !default;
155
156
 
156
- $sheet-subtitle-heading-text-margin-bottom: 0rem;
157
- $sheet-subtitle-heading-text-margin-top: auto;
157
+ $sheet-subtitle-heading-text-margin-bottom: 0rem !default;
158
+ $sheet-subtitle-heading-text-margin-top: auto !default;
158
159
 
159
- // Sheet Subtitle as Panel Header
160
+ // Sheet Subtitle as Panel Header
160
161
 
161
- $sheet-subtitle-link-color: $sheet-subtitle-color;
162
- $sheet-subtitle-link-text-decoration: null;
162
+ $sheet-subtitle-link-color: $sheet-subtitle-color !default;
163
+ $sheet-subtitle-link-text-decoration: null !default;
163
164
 
164
- $sheet-subtitle-link-hover-color: null;
165
- $sheet-subtitle-link-hover-text-decoration: none;
165
+ $sheet-subtitle-link-hover-color: null !default;
166
+ $sheet-subtitle-link-hover-text-decoration: none !default;
166
167
 
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,
168
+ $sheet-subtitle-link: () !default;
169
+ $sheet-subtitle-link: map-deep-merge(
170
+ (
171
+ border-radius: 1px,
172
+ color: $sheet-subtitle-link-color,
173
+ text-decoration: $sheet-subtitle-link-text-decoration,
174
+ transition: box-shadow 0.15s ease-in-out,
174
175
 
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,
176
+ hover: (
177
+ color: $sheet-subtitle-link-hover-color,
178
+ text-decoration: $sheet-subtitle-link-hover-text-decoration,
249
179
  ),
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
180
 
294
- $card-page-item-sheet: ();
295
- $card-page-item-sheet: map-merge(
296
- (
297
- margin-bottom: $grid-gutter-width,
181
+ focus: (
182
+ box-shadow: #{0 0 0 4px $white,
183
+ 0 0 0 6px $primary-l0},
184
+ outline: 0,
298
185
  ),
299
- $card-page-item-sheet
300
- );
301
- }
186
+ ),
187
+ $sheet-subtitle-link
188
+ );
189
+
190
+ $sheet-subtitle-collapse-icon-font-size: 12px !default;
191
+
192
+ $sheet-subtitle-collapse-icon-bottom: null !default;
193
+ $sheet-subtitle-collapse-icon-left: null !default;
194
+ $sheet-subtitle-collapse-icon-right: null !default;
195
+ $sheet-subtitle-collapse-icon-top: clay-collapse-icon-align(
196
+ $sheet-subtitle-padding-y,
197
+ 0,
198
+ 1em,
199
+ $sheet-subtitle-line-height
200
+ ) !default;
201
+
202
+ $sheet-subtitle-collapse-icon-padding-left: null !default;
203
+ $sheet-subtitle-collapse-icon-padding-right: null !default;
204
+
205
+ // Sheet Tertiary Title
206
+
207
+ $sheet-tertiary-title-color: $sheet-subtitle-color !default;
208
+ $sheet-tertiary-title-font-size: $sheet-subtitle-font-size !default;
209
+ $sheet-tertiary-title-font-weight: $sheet-subtitle-font-weight !default;
210
+ $sheet-tertiary-title-line-height: $sheet-subtitle-line-height !default;
211
+ $sheet-tertiary-title-margin-bottom: $sheet-subtitle-margin-bottom !default;
212
+ $sheet-tertiary-title-padding-x: $sheet-subtitle-padding-x !default;
213
+ $sheet-tertiary-title-padding-y: $sheet-subtitle-padding-y !default;
214
+ $sheet-tertiary-title-text-transform: $sheet-subtitle-text-transform !default;
215
+
216
+ $sheet-tertiary-title-font-size-mobile: null !default;
217
+ $sheet-tertiary-title-margin-bottom-mobile: 8px !default;
218
+
219
+ // Sheet Text
220
+
221
+ $sheet-text-color: $gray-600 !default;
222
+ $sheet-text-font-size: null !default;
223
+ $sheet-text-font-weight: null !default;
224
+ $sheet-text-margin-bottom: 1.5rem !default; // 24px
225
+
226
+ $sheet-text-font-size-mobile: null !default;
227
+ $sheet-text-margin-bottom-mobile: 1rem !default;
228
+
229
+ // Sheet Multiple Form Variant
230
+
231
+ $sheet-multiple-form: () !default;
232
+
233
+ $sheet-multiple-form-sheet-header: () !default;
234
+ $sheet-multiple-form-sheet-header: map-merge(
235
+ (
236
+ border-color: $gray-300,
237
+ border-style: solid,
238
+ border-width: 0px 0px 1px,
239
+ margin: -1.5rem -1.5rem 1.5rem,
240
+ padding: 1rem 1.5rem,
241
+ ),
242
+ $sheet-multiple-form-sheet-header
243
+ );
244
+
245
+ $sheet-multiple-form-sheet-header-mobile: () !default;
246
+ $sheet-multiple-form-sheet-header-mobile: map-merge(
247
+ (
248
+ margin: -1rem -1rem 1rem,
249
+ padding: 1rem,
250
+ ),
251
+ $sheet-multiple-form-sheet-header-mobile
252
+ );
253
+
254
+ $sheet-multiple-form-sheet-title: () !default;
255
+ $sheet-multiple-form-sheet-title: map-merge(
256
+ (
257
+ margin-bottom: 0rem,
258
+ ),
259
+ $sheet-multiple-form-sheet-title
260
+ );
261
+
262
+ // Sheet Dataset Content Variant
263
+
264
+ $sheet-dataset-content: () !default;
265
+
266
+ $sheet-dataset-content-sheet-header: () !default;
267
+ $sheet-dataset-content-sheet-header: map-merge(
268
+ (
269
+ border-width: 0px,
270
+ margin: -1.5rem -1.5rem 1.5rem,
271
+ padding: 1rem 1.5rem,
272
+ ),
273
+ $sheet-dataset-content-sheet-header
274
+ );
275
+
276
+ $sheet-dataset-content-sheet-header-mobile: () !default;
277
+ $sheet-dataset-content-sheet-header-mobile: map-merge(
278
+ (
279
+ margin: -1rem -1rem 1rem,
280
+ padding: 1rem,
281
+ ),
282
+ $sheet-dataset-content-sheet-header-mobile
283
+ );
284
+
285
+ $sheet-dataset-content-sheet-title: () !default;
286
+ $sheet-dataset-content-sheet-title: map-merge(
287
+ (
288
+ margin-bottom: 0rem,
289
+ ),
290
+ $sheet-dataset-content-sheet-title
291
+ );
292
+
293
+ // Sheet in Card Page
294
+
295
+ $card-page-item-sheet: () !default;
296
+ $card-page-item-sheet: map-merge(
297
+ (
298
+ margin-bottom: $grid-gutter-width,
299
+ ),
300
+ $card-page-item-sheet
301
+ );
@@ -1,4 +1,2 @@
1
- @if ($enable-atlas-custom-properties) {
2
- $sidenav-transition: all 0.5s ease;
3
- $sidenav-width: 320px;
4
- }
1
+ $sidenav-transition: all 0.5s ease !default;
2
+ $sidenav-width: 320px !default;