@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.
- package/lib/css/atlas.css +136 -6
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +134 -5
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +74 -7
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/arrow-key-down.svg +9 -0
- package/lib/images/icons/arrow-key-left.svg +9 -0
- package/lib/images/icons/arrow-key-right.svg +9 -0
- package/lib/images/icons/arrow-key-up.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +1 -1
- package/src/images/icons/arrow-key-down.svg +9 -0
- package/src/images/icons/arrow-key-left.svg +9 -0
- package/src/images/icons/arrow-key-right.svg +9 -0
- package/src/images/icons/arrow-key-up.svg +9 -0
- package/src/images/icons/icons.svg +1 -1
- package/src/scss/_components.scss +2 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_forms.scss +3 -1
- package/src/scss/atlas/variables/_reorder.scss +1 -1
- package/src/scss/atlas-custom-properties/_variables.scss +0 -2
- package/src/scss/atlas-custom-properties/variables/_alerts.scss +928 -935
- package/src/scss/atlas-custom-properties/variables/_application-bar.scss +54 -56
- package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +25 -27
- package/src/scss/atlas-custom-properties/variables/_badges.scss +298 -309
- package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +175 -187
- package/src/scss/atlas-custom-properties/variables/_buttons.scss +1164 -1220
- package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -353
- package/src/scss/atlas-custom-properties/variables/_cards.scss +1009 -1014
- package/src/scss/atlas-custom-properties/variables/_clay-color.scss +560 -590
- package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +766 -797
- package/src/scss/atlas-custom-properties/variables/_date-picker.scss +532 -614
- package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -252
- package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1052 -1073
- package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +65 -68
- package/src/scss/atlas-custom-properties/variables/_empty-state.scss +90 -92
- package/src/scss/atlas-custom-properties/variables/_forms.scss +1918 -1955
- package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +27 -29
- package/src/scss/atlas-custom-properties/variables/_globals.scss +799 -801
- package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -73
- package/src/scss/atlas-custom-properties/variables/_images.scss +8 -13
- package/src/scss/atlas-custom-properties/variables/_labels.scss +1091 -1202
- package/src/scss/atlas-custom-properties/variables/_links.scss +394 -410
- package/src/scss/atlas-custom-properties/variables/_list-group.scss +455 -460
- package/src/scss/atlas-custom-properties/variables/_loaders.scss +187 -204
- package/src/scss/atlas-custom-properties/variables/_management-bar.scss +135 -137
- package/src/scss/atlas-custom-properties/variables/_menubar.scss +605 -663
- package/src/scss/atlas-custom-properties/variables/_modals.scss +582 -587
- package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +342 -312
- package/src/scss/atlas-custom-properties/variables/_navbar.scss +170 -172
- package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +337 -361
- package/src/scss/atlas-custom-properties/variables/_navs.scss +501 -495
- package/src/scss/atlas-custom-properties/variables/_pagination.scss +851 -888
- package/src/scss/atlas-custom-properties/variables/_panels.scss +467 -480
- package/src/scss/atlas-custom-properties/variables/_popovers.scss +483 -515
- package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +146 -139
- package/src/scss/atlas-custom-properties/variables/_quick-action.scss +24 -23
- package/src/scss/atlas-custom-properties/variables/_range.scss +215 -220
- package/src/scss/atlas-custom-properties/variables/_reorder.scss +82 -82
- package/src/scss/atlas-custom-properties/variables/_resizer.scss +27 -16
- package/src/scss/atlas-custom-properties/variables/_sheets.scss +275 -275
- package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -4
- package/src/scss/atlas-custom-properties/variables/_sidebar.scss +413 -445
- package/src/scss/atlas-custom-properties/variables/_slideout.scss +300 -310
- package/src/scss/atlas-custom-properties/variables/_stickers.scss +551 -553
- package/src/scss/atlas-custom-properties/variables/_tables.scss +1094 -1079
- package/src/scss/atlas-custom-properties/variables/_tbar.scss +491 -557
- package/src/scss/atlas-custom-properties/variables/_time.scss +121 -130
- package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -43
- package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +562 -566
- package/src/scss/atlas-custom-properties/variables/_tooltip.scss +295 -306
- package/src/scss/atlas-custom-properties/variables/_treeview.scss +276 -278
- package/src/scss/atlas-custom-properties/variables/_type.scss +186 -185
- package/src/scss/atlas-custom-properties/variables/_utilities.scss +705 -788
- package/src/scss/atlas-variables.scss +0 -2
- package/src/scss/atlas.scss +0 -2
- package/src/scss/base-variables.scss +0 -2
- package/src/scss/base.scss +0 -2
- package/src/scss/cadmin/components/_focus-ring.scss +74 -0
- package/src/scss/cadmin/components/_forms.scss +2 -0
- package/src/scss/cadmin/components/_menubar.scss +8 -0
- package/src/scss/cadmin/components/_resizer.scss +19 -4
- package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
- package/src/scss/cadmin/variables/_forms.scss +3 -1
- package/src/scss/cadmin/variables/_reorder.scss +1 -0
- package/src/scss/cadmin/variables/_resizer.scss +16 -3
- package/src/scss/cadmin.scss +1 -0
- package/src/scss/components/_focus-ring.scss +64 -0
- package/src/scss/components/_forms.scss +2 -0
- package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
- package/src/scss/components/_menubar.scss +8 -0
- package/src/scss/components/_resizer.scss +15 -4
- package/src/scss/functions/_lx-icons-generated.scss +8 -0
- package/src/scss/variables/_breadcrumbs.scss +4 -2
- package/src/scss/variables/_forms.scss +2 -0
- package/src/scss/variables/_resizer.scss +16 -3
|
@@ -1,26 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
|
|
8
|
-
|
|
17
|
+
content: '',
|
|
18
|
+
left: 0.25rem,
|
|
9
19
|
position: absolute,
|
|
10
|
-
right:
|
|
20
|
+
right: 0.25rem,
|
|
11
21
|
top: 0rem,
|
|
12
|
-
|
|
13
|
-
width: 0.5rem,
|
|
14
|
-
z-index: 10,
|
|
22
|
+
),
|
|
15
23
|
|
|
16
|
-
|
|
24
|
+
hover: (
|
|
25
|
+
before: (
|
|
17
26
|
background-color: $primary-l0,
|
|
18
27
|
),
|
|
28
|
+
),
|
|
19
29
|
|
|
20
|
-
|
|
30
|
+
focus: (
|
|
31
|
+
before: (
|
|
21
32
|
background-color: $primary-l0,
|
|
22
33
|
),
|
|
23
34
|
),
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
35
|
+
),
|
|
36
|
+
$c-horizontal-resizer
|
|
37
|
+
);
|
|
@@ -1,301 +1,301 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
(
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
(
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
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
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
width: 100%,
|
|
105
|
-
),
|
|
106
|
-
|
|
107
|
-
btn-group: (
|
|
108
|
-
display: block,
|
|
109
|
-
),
|
|
106
|
+
btn-group: (
|
|
107
|
+
display: block,
|
|
108
|
+
),
|
|
110
109
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
),
|
|
110
|
+
btn-group-item: (
|
|
111
|
+
display: block,
|
|
112
|
+
margin-right: 0rem,
|
|
115
113
|
),
|
|
116
114
|
),
|
|
117
|
-
|
|
118
|
-
|
|
115
|
+
),
|
|
116
|
+
$sheet-footer-btn-block-sm-down
|
|
117
|
+
);
|
|
119
118
|
|
|
120
|
-
|
|
119
|
+
// Sheet Sizes
|
|
121
120
|
|
|
122
|
-
|
|
121
|
+
// @deprecated as of 3.x.
|
|
123
122
|
|
|
124
|
-
|
|
123
|
+
$sheet-lg-max-width: calc(
|
|
124
|
+
#{map-get($container-max-widths, lg)} * 0.83333
|
|
125
|
+
) !default;
|
|
125
126
|
|
|
126
|
-
|
|
127
|
+
// Sheet Title
|
|
127
128
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
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
|
-
|
|
135
|
+
$sheet-title-autofit-padded-no-gutters-ext: 'autofit-padded-no-gutters-sm' !default;
|
|
135
136
|
|
|
136
|
-
|
|
137
|
-
|
|
137
|
+
$sheet-title-font-size-mobile: 1.25rem !default; // 20px
|
|
138
|
+
$sheet-title-margin-bottom-mobile: 1rem !default;
|
|
138
139
|
|
|
139
|
-
|
|
140
|
+
// Sheet Subtitle
|
|
140
141
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
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
|
-
|
|
154
|
-
|
|
154
|
+
$sheet-subtitle-font-size-mobile: null !default;
|
|
155
|
+
$sheet-subtitle-margin-bottom-mobile: 1rem !default;
|
|
155
156
|
|
|
156
|
-
|
|
157
|
-
|
|
157
|
+
$sheet-subtitle-heading-text-margin-bottom: 0rem !default;
|
|
158
|
+
$sheet-subtitle-heading-text-margin-top: auto !default;
|
|
158
159
|
|
|
159
|
-
|
|
160
|
+
// Sheet Subtitle as Panel Header
|
|
160
161
|
|
|
161
|
-
|
|
162
|
-
|
|
162
|
+
$sheet-subtitle-link-color: $sheet-subtitle-color !default;
|
|
163
|
+
$sheet-subtitle-link-text-decoration: null !default;
|
|
163
164
|
|
|
164
|
-
|
|
165
|
-
|
|
165
|
+
$sheet-subtitle-link-hover-color: null !default;
|
|
166
|
+
$sheet-subtitle-link-hover-text-decoration: none !default;
|
|
166
167
|
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
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
|
-
|
|
176
|
-
|
|
177
|
-
|
|
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
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
181
|
+
focus: (
|
|
182
|
+
box-shadow: #{0 0 0 4px $white,
|
|
183
|
+
0 0 0 6px $primary-l0},
|
|
184
|
+
outline: 0,
|
|
298
185
|
),
|
|
299
|
-
|
|
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
|
+
);
|