@inchurch/matcha-theme 20.0.8 → 20.276.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/abstracts/_colors.scss +404 -404
- package/abstracts/_elevation.scss +102 -102
- package/abstracts/_functions.scss +1212 -1212
- package/abstracts/_media-breakpoint.scss +23 -23
- package/abstracts/_typography.scss +127 -127
- package/base/_reset.scss +438 -438
- package/components/app-page-header.scss +260 -0
- package/components/matcha-accordion.scss +294 -157
- package/components/matcha-avatar.scss +171 -31
- package/components/matcha-badge.scss +4 -4
- package/components/matcha-breadcrumb.scss +232 -126
- package/components/matcha-button-toggle.scss +44 -0
- package/components/matcha-buttons.scss +908 -784
- package/components/matcha-calendar.scss +70 -2
- package/components/matcha-cards.scss +28 -2
- package/components/matcha-checkbox.scss +191 -490
- package/components/matcha-chip.scss +297 -212
- package/components/matcha-command-palette.scss +291 -63
- package/components/matcha-crop.scss +407 -172
- package/components/matcha-date.scss +81 -81
- package/components/matcha-divider.scss +86 -31
- package/components/matcha-drawer.scss +201 -50
- package/components/matcha-drop-image.scss +14 -0
- package/components/matcha-drop-list.scss +42 -1
- package/components/matcha-empty-state.scss +195 -83
- package/components/matcha-flag.scss +93 -52
- package/components/matcha-footer.scss +68 -164
- package/components/matcha-form-field.scss +52 -0
- package/components/matcha-form-section.scss +101 -101
- package/components/matcha-header.scss +135 -325
- package/components/matcha-highlight.scss +65 -197
- package/components/matcha-hint-text.scss +21 -0
- package/components/matcha-horizontal-tree.scss +317 -317
- package/components/matcha-icon.scss +17 -25
- package/components/matcha-list.scss +5 -5
- package/components/matcha-menu.scss +13 -0
- package/components/matcha-modal.scss +58 -84
- package/components/matcha-nav.scss +361 -230
- package/components/matcha-notification.scss +413 -197
- package/components/matcha-option.scss +79 -23
- package/components/matcha-paginator.scss +689 -235
- package/components/matcha-panel.scss +42 -26
- package/components/matcha-profile-card.scss +50 -50
- package/components/matcha-progress-bar.scss +257 -153
- package/components/matcha-radio.scss +244 -452
- package/components/matcha-scrollbox-shadow.scss +122 -122
- package/components/matcha-select.scss +3 -3
- package/components/matcha-skeleton.scss +18 -0
- package/components/matcha-slide-toggle.scss +47 -2
- package/components/matcha-slider.scss +172 -75
- package/components/matcha-snack-bar.scss +114 -121
- package/components/matcha-spinner.scss +76 -57
- package/components/matcha-status-pill.scss +82 -0
- package/components/matcha-stepper.scss +377 -177
- package/components/matcha-table.scss +569 -785
- package/components/matcha-tabs.scss +624 -469
- package/components/matcha-text-editor.scss +98 -144
- package/components/matcha-toolbar.scss +359 -206
- package/components/matcha-tooltip.scss +156 -62
- package/components/matcha-tree-view.scss +189 -0
- package/components/matcha-uploader.scss +240 -62
- package/fonts/manrope/manrope-latin-ext.woff2 +0 -0
- package/fonts/manrope/manrope-latin.woff2 +0 -0
- package/layout/matcha-page-layout.scss +776 -0
- package/main.scss +232 -261
- package/package.json +1 -1
- package/tokens/_animations-tokens.scss +37 -37
- package/tokens/_breakpoints-tokens.scss +35 -26
- package/tokens/_color-tokens.scss +1152 -1152
- package/tokens/_css-custom-properties.scss +650 -568
- package/tokens/_spacing-tokens.scss +94 -94
- package/vendors/angular-editor.scss +56 -56
- package/vendors/angular-material-fixes.scss +297 -297
- package/vendors/charts.scss +92 -92
- package/vendors/ng5-slider.scss +56 -56
- package/vendors/ngx-material-timepicker.scss +50 -50
- package/fonts/CircularStd-Black.eot +0 -0
- package/fonts/CircularStd-Black.svg +0 -3426
- package/fonts/CircularStd-Black.ttf +0 -0
- package/fonts/CircularStd-Black.woff +0 -0
- package/fonts/CircularStd-Black.woff2 +0 -0
- package/fonts/CircularStd-Bold.eot +0 -0
- package/fonts/CircularStd-Bold.otf +0 -0
- package/fonts/CircularStd-Bold.svg +0 -13532
- package/fonts/CircularStd-Bold.ttf +0 -0
- package/fonts/CircularStd-Bold.woff +0 -0
- package/fonts/CircularStd-Bold.woff2 +0 -0
- package/fonts/CircularStd-Medium.eot +0 -0
- package/fonts/CircularStd-Medium.otf +0 -0
- package/fonts/CircularStd-Medium.svg +0 -13511
- package/fonts/CircularStd-Medium.ttf +0 -0
- package/fonts/CircularStd-Medium.woff +0 -0
- package/fonts/CircularStd-Medium.woff2 +0 -0
- package/fonts/CircularStd-Regular.eot +0 -0
- package/fonts/CircularStd-Regular.otf +0 -0
- package/fonts/CircularStd-Regular.svg +0 -2378
- package/fonts/CircularStd-Regular.ttf +0 -0
- package/fonts/CircularStd-Regular.woff +0 -0
- package/fonts/CircularStd-Regular.woff2 +0 -0
|
@@ -1,297 +1,297 @@
|
|
|
1
|
-
@mixin vendor-angular-material-fixes($theme) {
|
|
2
|
-
$primary: map-get($theme, primary);
|
|
3
|
-
$accent: map-get($theme, accent);
|
|
4
|
-
$warn: map-get($theme, warn);
|
|
5
|
-
$background: map-get($theme, background);
|
|
6
|
-
$foreground: map-get($theme, foreground);
|
|
7
|
-
|
|
8
|
-
// -------------------------------------------------------------------------------------------------------------------
|
|
9
|
-
// @ ANGULAR MATERIAL - To attempt to fix some of the issues with the Angular Material components we have to override
|
|
10
|
-
// -------------------------------------------------------------------------------------------------------------------
|
|
11
|
-
--mdc-typography-button-letter-spacing: 0;
|
|
12
|
-
.mat-mdc-unelevated-button,
|
|
13
|
-
.mat-mdc-raised-button,
|
|
14
|
-
.mat-mdc-fab,
|
|
15
|
-
.mat-mdc-mini-fab {
|
|
16
|
-
--mdc-filled-button-container-shape: 8px;
|
|
17
|
-
&:not([disabled="true"]) {
|
|
18
|
-
&.mat-primary {
|
|
19
|
-
color: map-get($primary, "default-contrast");
|
|
20
|
-
}
|
|
21
|
-
&.mat-accent {
|
|
22
|
-
color: map-get($accent, "default-contrast");
|
|
23
|
-
}
|
|
24
|
-
&.mat-warn {
|
|
25
|
-
color: map-get($warn, "default-contrast");
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
.mat-mdc-outlined-button {
|
|
30
|
-
--mdc-outlined-button-container-shape: 8px;
|
|
31
|
-
--mdc-outlined-button-outline-color: currentColor;
|
|
32
|
-
--mdc-outlined-button-outline-width: 0;
|
|
33
|
-
box-shadow: 0px 0px 0px 2px currentColor inset;
|
|
34
|
-
}
|
|
35
|
-
.mat-mdc-raised-button {
|
|
36
|
-
--mdc-protected-button-container-height: 36px;
|
|
37
|
-
--mdc-protected-button-container-shape: 8px;
|
|
38
|
-
--mdc-protected-button-container-elevation: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
|
|
39
|
-
0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
40
|
-
}
|
|
41
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading,
|
|
42
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch,
|
|
43
|
-
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
44
|
-
--mdc-outlined-text-field-outline-width: 2px;
|
|
45
|
-
}
|
|
46
|
-
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline .mdc-notched-outline__leading,
|
|
47
|
-
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline .mdc-notched-outline__notch,
|
|
48
|
-
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
49
|
-
--mdc-outlined-text-field-outline-width: 2px;
|
|
50
|
-
}
|
|
51
|
-
.mdc-notched-outline__trailing {
|
|
52
|
-
border-left: none;
|
|
53
|
-
border-right: 2px solid;
|
|
54
|
-
}
|
|
55
|
-
.mdc-notched-outline__leading {
|
|
56
|
-
border-left: 2px solid;
|
|
57
|
-
border-right: none;
|
|
58
|
-
width: 12px;
|
|
59
|
-
}
|
|
60
|
-
.mdc-notched-outline__notch {
|
|
61
|
-
border-left: 2px solid transparent;
|
|
62
|
-
}
|
|
63
|
-
.mdc-notched-outline__leading,
|
|
64
|
-
.mdc-notched-outline__notch,
|
|
65
|
-
.mdc-notched-outline__trailing {
|
|
66
|
-
border-top: 2px solid;
|
|
67
|
-
border-bottom: 2px solid;
|
|
68
|
-
}
|
|
69
|
-
.mdc-text-field--outlined {
|
|
70
|
-
--mdc-outlined-text-field-container-shape: 8px;
|
|
71
|
-
}
|
|
72
|
-
.mat-mdc-text-field-wrapper.mdc-text-field--outlined
|
|
73
|
-
.mdc-notched-outline--upgraded
|
|
74
|
-
.mdc-floating-label--float-above {
|
|
75
|
-
--mat-mdc-form-field-label-transform: translateY(-29.75px)
|
|
76
|
-
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
/* reduce the input height fom 56px to 48px */
|
|
80
|
-
.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
81
|
-
top: 22px;
|
|
82
|
-
}
|
|
83
|
-
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
84
|
-
padding-top: 12px;
|
|
85
|
-
padding-bottom: 12px;
|
|
86
|
-
}
|
|
87
|
-
.mat-mdc-form-field-infix {
|
|
88
|
-
min-height: 48px;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
/* align icons inside of buttons */
|
|
92
|
-
.mat-mdc-icon-button.mat-mdc-button-base {
|
|
93
|
-
padding: 0;
|
|
94
|
-
}
|
|
95
|
-
.mat-mdc-icon-button.mat-mdc-button-base {
|
|
96
|
-
display: flex;
|
|
97
|
-
align-content: center;
|
|
98
|
-
justify-content: center;
|
|
99
|
-
flex-wrap: wrap;
|
|
100
|
-
}
|
|
101
|
-
.mat-stepper-vertical,
|
|
102
|
-
.mat-stepper-horizontal {
|
|
103
|
-
--mat-stepper-container-color: map-get($background, surface);
|
|
104
|
-
}
|
|
105
|
-
.mat-stepper-horizontal {
|
|
106
|
-
&.bullet-stepper-header-labeled {
|
|
107
|
-
.mat-horizontal-stepper-header-container {
|
|
108
|
-
justify-content: end;
|
|
109
|
-
margin-bottom: 0;
|
|
110
|
-
margin-top: 0;
|
|
111
|
-
margin-right: 0;
|
|
112
|
-
padding-right: 24px;
|
|
113
|
-
height: 0;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
&.bullet-stepper-header-labeled,
|
|
118
|
-
&.bullet-stepper-header {
|
|
119
|
-
position: relative;
|
|
120
|
-
|
|
121
|
-
.mat-horizontal-stepper-header-container {
|
|
122
|
-
.mat-stepper-horizontal-line {
|
|
123
|
-
display: none;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.mat-step-header-ripple {
|
|
127
|
-
display: none;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.mat-horizontal-stepper-header {
|
|
131
|
-
height: initial;
|
|
132
|
-
overflow: initial;
|
|
133
|
-
|
|
134
|
-
&.mat-step-header {
|
|
135
|
-
padding: 0;
|
|
136
|
-
border-radius: 0;
|
|
137
|
-
flex-direction: column;
|
|
138
|
-
position: inherit;
|
|
139
|
-
width: 40px;
|
|
140
|
-
|
|
141
|
-
&.cdk-keyboard-focused,
|
|
142
|
-
&.cdk-program-focused,
|
|
143
|
-
&:hover {
|
|
144
|
-
background-color: transparent;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.mat-step-icon {
|
|
148
|
-
margin: -32px 0 0 8px;
|
|
149
|
-
border-radius: 8px;
|
|
150
|
-
height: 8px;
|
|
151
|
-
width: 32px;
|
|
152
|
-
flex-shrink: 0;
|
|
153
|
-
position: absolute;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.mat-step-label {
|
|
158
|
-
position: absolute;
|
|
159
|
-
display: none;
|
|
160
|
-
right: 0;
|
|
161
|
-
margin-top: -52px;
|
|
162
|
-
margin-right: 24px;
|
|
163
|
-
font-family: var(--matcha-font-family, 'Manrope', sans-serif);
|
|
164
|
-
font-weight: var(--matcha-weight-bold, 700);
|
|
165
|
-
color: map-get($foreground, label);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.mat-step-label.mat-step-label-active {
|
|
169
|
-
display: none;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.mat-step-label.mat-step-label-active.mat-step-label-selected {
|
|
173
|
-
display: flex;
|
|
174
|
-
justify-content: flex-end;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.mat-step-icon-state-edit {
|
|
178
|
-
margin: 0;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.mat-step-icon-state-edit.mat-step-icon {
|
|
182
|
-
background-color: map-get($accent, default);
|
|
183
|
-
|
|
184
|
-
.mat-icon {
|
|
185
|
-
display: none;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.mat-step-icon-state-number {
|
|
190
|
-
// background-color: blue;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.mat-step-icon-state-number.mat-step-icon {
|
|
194
|
-
background-color: map-get($background, disabled);
|
|
195
|
-
|
|
196
|
-
.mat-step-icon-content {
|
|
197
|
-
display: none;
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.mat-step-icon-state-number.mat-step-icon.mat-step-icon-selected {
|
|
202
|
-
background-color: map-get($accent, default);
|
|
203
|
-
order: 1;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.mat-horizontal-content-container {
|
|
209
|
-
padding: 0;
|
|
210
|
-
|
|
211
|
-
.mat-dialog-content {
|
|
212
|
-
max-height: calc(100vh - 268px);
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
&.hide-stepper-header {
|
|
218
|
-
.mat-horizontal-stepper-header-container {
|
|
219
|
-
display: none !important;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.mat-horizontal-content-container {
|
|
223
|
-
overflow: hidden;
|
|
224
|
-
padding: 0;
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
&.page-layout-stepper {
|
|
229
|
-
.mat-horizontal-stepper-header-container {
|
|
230
|
-
padding-right: 24px;
|
|
231
|
-
|
|
232
|
-
.mat-horizontal-stepper-header {
|
|
233
|
-
.mat-step-label {
|
|
234
|
-
margin-top: -60px;
|
|
235
|
-
margin-right: 24px;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
// Fixer wrappers
|
|
243
|
-
form {
|
|
244
|
-
//Form Field
|
|
245
|
-
.mat-form-field-appearance-outline,
|
|
246
|
-
.mat-form-field-appearance-fill {
|
|
247
|
-
.mat-form-field-subscript-wrapper {
|
|
248
|
-
padding: 0;
|
|
249
|
-
position: relative;
|
|
250
|
-
box-sizing: border-box;
|
|
251
|
-
width: 100%;
|
|
252
|
-
overflow: hidden;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.mat-form-field-wrapper,
|
|
256
|
-
.mat-form-field-hint-wrapper {
|
|
257
|
-
margin: 0 0 -24px 0;
|
|
258
|
-
padding-bottom: 16px;
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
//Expansion Panel
|
|
263
|
-
.mat-expansion-panel.mat-expansion-panel-folder-navigation {
|
|
264
|
-
.mat-expansion-panel-header {
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
.mat-expansion-panel-content {
|
|
268
|
-
.mat-expansion-panel-body {
|
|
269
|
-
max-height: 256px;
|
|
270
|
-
overflow-y: auto;
|
|
271
|
-
padding: 0;
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
@media screen and (min-width:
|
|
278
|
-
// .mat-stepper-horizontal {
|
|
279
|
-
// &.bullet-stepper-header-labeled {
|
|
280
|
-
// .mat-horizontal-stepper-header-container {
|
|
281
|
-
// padding-right: 72px;
|
|
282
|
-
// .mat-horizontal-stepper-header {
|
|
283
|
-
// .mat-step-label {
|
|
284
|
-
// margin-right: 72px;
|
|
285
|
-
// }
|
|
286
|
-
// }
|
|
287
|
-
// }
|
|
288
|
-
// }
|
|
289
|
-
// }
|
|
290
|
-
}
|
|
291
|
-
@media screen and (min-width: 1024px) {
|
|
292
|
-
}
|
|
293
|
-
@media screen and (min-width:
|
|
294
|
-
}
|
|
295
|
-
@media screen and (min-width:
|
|
296
|
-
}
|
|
297
|
-
}
|
|
1
|
+
@mixin vendor-angular-material-fixes($theme) {
|
|
2
|
+
$primary: map-get($theme, primary);
|
|
3
|
+
$accent: map-get($theme, accent);
|
|
4
|
+
$warn: map-get($theme, warn);
|
|
5
|
+
$background: map-get($theme, background);
|
|
6
|
+
$foreground: map-get($theme, foreground);
|
|
7
|
+
|
|
8
|
+
// -------------------------------------------------------------------------------------------------------------------
|
|
9
|
+
// @ ANGULAR MATERIAL - To attempt to fix some of the issues with the Angular Material components we have to override
|
|
10
|
+
// -------------------------------------------------------------------------------------------------------------------
|
|
11
|
+
--mdc-typography-button-letter-spacing: 0;
|
|
12
|
+
.mat-mdc-unelevated-button,
|
|
13
|
+
.mat-mdc-raised-button,
|
|
14
|
+
.mat-mdc-fab,
|
|
15
|
+
.mat-mdc-mini-fab {
|
|
16
|
+
--mdc-filled-button-container-shape: 8px;
|
|
17
|
+
&:not([disabled="true"]) {
|
|
18
|
+
&.mat-primary {
|
|
19
|
+
color: map-get($primary, "default-contrast");
|
|
20
|
+
}
|
|
21
|
+
&.mat-accent {
|
|
22
|
+
color: map-get($accent, "default-contrast");
|
|
23
|
+
}
|
|
24
|
+
&.mat-warn {
|
|
25
|
+
color: map-get($warn, "default-contrast");
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
.mat-mdc-outlined-button {
|
|
30
|
+
--mdc-outlined-button-container-shape: 8px;
|
|
31
|
+
--mdc-outlined-button-outline-color: currentColor;
|
|
32
|
+
--mdc-outlined-button-outline-width: 0;
|
|
33
|
+
box-shadow: 0px 0px 0px 2px currentColor inset;
|
|
34
|
+
}
|
|
35
|
+
.mat-mdc-raised-button {
|
|
36
|
+
--mdc-protected-button-container-height: 36px;
|
|
37
|
+
--mdc-protected-button-container-shape: 8px;
|
|
38
|
+
--mdc-protected-button-container-elevation: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
|
|
39
|
+
0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
40
|
+
}
|
|
41
|
+
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading,
|
|
42
|
+
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch,
|
|
43
|
+
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
44
|
+
--mdc-outlined-text-field-outline-width: 2px;
|
|
45
|
+
}
|
|
46
|
+
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline .mdc-notched-outline__leading,
|
|
47
|
+
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline .mdc-notched-outline__notch,
|
|
48
|
+
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline .mdc-notched-outline__trailing {
|
|
49
|
+
--mdc-outlined-text-field-outline-width: 2px;
|
|
50
|
+
}
|
|
51
|
+
.mdc-notched-outline__trailing {
|
|
52
|
+
border-left: none;
|
|
53
|
+
border-right: 2px solid;
|
|
54
|
+
}
|
|
55
|
+
.mdc-notched-outline__leading {
|
|
56
|
+
border-left: 2px solid;
|
|
57
|
+
border-right: none;
|
|
58
|
+
width: 12px;
|
|
59
|
+
}
|
|
60
|
+
.mdc-notched-outline__notch {
|
|
61
|
+
border-left: 2px solid transparent;
|
|
62
|
+
}
|
|
63
|
+
.mdc-notched-outline__leading,
|
|
64
|
+
.mdc-notched-outline__notch,
|
|
65
|
+
.mdc-notched-outline__trailing {
|
|
66
|
+
border-top: 2px solid;
|
|
67
|
+
border-bottom: 2px solid;
|
|
68
|
+
}
|
|
69
|
+
.mdc-text-field--outlined {
|
|
70
|
+
--mdc-outlined-text-field-container-shape: 8px;
|
|
71
|
+
}
|
|
72
|
+
.mat-mdc-text-field-wrapper.mdc-text-field--outlined
|
|
73
|
+
.mdc-notched-outline--upgraded
|
|
74
|
+
.mdc-floating-label--float-above {
|
|
75
|
+
--mat-mdc-form-field-label-transform: translateY(-29.75px)
|
|
76
|
+
scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/* reduce the input height fom 56px to 48px */
|
|
80
|
+
.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
|
|
81
|
+
top: 22px;
|
|
82
|
+
}
|
|
83
|
+
.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
|
|
84
|
+
padding-top: 12px;
|
|
85
|
+
padding-bottom: 12px;
|
|
86
|
+
}
|
|
87
|
+
.mat-mdc-form-field-infix {
|
|
88
|
+
min-height: 48px;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* align icons inside of buttons */
|
|
92
|
+
.mat-mdc-icon-button.mat-mdc-button-base {
|
|
93
|
+
padding: 0;
|
|
94
|
+
}
|
|
95
|
+
.mat-mdc-icon-button.mat-mdc-button-base {
|
|
96
|
+
display: flex;
|
|
97
|
+
align-content: center;
|
|
98
|
+
justify-content: center;
|
|
99
|
+
flex-wrap: wrap;
|
|
100
|
+
}
|
|
101
|
+
.mat-stepper-vertical,
|
|
102
|
+
.mat-stepper-horizontal {
|
|
103
|
+
--mat-stepper-container-color: map-get($background, surface);
|
|
104
|
+
}
|
|
105
|
+
.mat-stepper-horizontal {
|
|
106
|
+
&.bullet-stepper-header-labeled {
|
|
107
|
+
.mat-horizontal-stepper-header-container {
|
|
108
|
+
justify-content: end;
|
|
109
|
+
margin-bottom: 0;
|
|
110
|
+
margin-top: 0;
|
|
111
|
+
margin-right: 0;
|
|
112
|
+
padding-right: 24px;
|
|
113
|
+
height: 0;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&.bullet-stepper-header-labeled,
|
|
118
|
+
&.bullet-stepper-header {
|
|
119
|
+
position: relative;
|
|
120
|
+
|
|
121
|
+
.mat-horizontal-stepper-header-container {
|
|
122
|
+
.mat-stepper-horizontal-line {
|
|
123
|
+
display: none;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.mat-step-header-ripple {
|
|
127
|
+
display: none;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.mat-horizontal-stepper-header {
|
|
131
|
+
height: initial;
|
|
132
|
+
overflow: initial;
|
|
133
|
+
|
|
134
|
+
&.mat-step-header {
|
|
135
|
+
padding: 0;
|
|
136
|
+
border-radius: 0;
|
|
137
|
+
flex-direction: column;
|
|
138
|
+
position: inherit;
|
|
139
|
+
width: 40px;
|
|
140
|
+
|
|
141
|
+
&.cdk-keyboard-focused,
|
|
142
|
+
&.cdk-program-focused,
|
|
143
|
+
&:hover {
|
|
144
|
+
background-color: transparent;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.mat-step-icon {
|
|
148
|
+
margin: -32px 0 0 8px;
|
|
149
|
+
border-radius: 8px;
|
|
150
|
+
height: 8px;
|
|
151
|
+
width: 32px;
|
|
152
|
+
flex-shrink: 0;
|
|
153
|
+
position: absolute;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.mat-step-label {
|
|
158
|
+
position: absolute;
|
|
159
|
+
display: none;
|
|
160
|
+
right: 0;
|
|
161
|
+
margin-top: -52px;
|
|
162
|
+
margin-right: 24px;
|
|
163
|
+
font-family: var(--matcha-font-family, 'Manrope', sans-serif);
|
|
164
|
+
font-weight: var(--matcha-weight-bold, 700);
|
|
165
|
+
color: map-get($foreground, label);
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.mat-step-label.mat-step-label-active {
|
|
169
|
+
display: none;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.mat-step-label.mat-step-label-active.mat-step-label-selected {
|
|
173
|
+
display: flex;
|
|
174
|
+
justify-content: flex-end;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.mat-step-icon-state-edit {
|
|
178
|
+
margin: 0;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.mat-step-icon-state-edit.mat-step-icon {
|
|
182
|
+
background-color: map-get($accent, default);
|
|
183
|
+
|
|
184
|
+
.mat-icon {
|
|
185
|
+
display: none;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.mat-step-icon-state-number {
|
|
190
|
+
// background-color: blue;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.mat-step-icon-state-number.mat-step-icon {
|
|
194
|
+
background-color: map-get($background, disabled);
|
|
195
|
+
|
|
196
|
+
.mat-step-icon-content {
|
|
197
|
+
display: none;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.mat-step-icon-state-number.mat-step-icon.mat-step-icon-selected {
|
|
202
|
+
background-color: map-get($accent, default);
|
|
203
|
+
order: 1;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.mat-horizontal-content-container {
|
|
209
|
+
padding: 0;
|
|
210
|
+
|
|
211
|
+
.mat-dialog-content {
|
|
212
|
+
max-height: calc(100vh - 268px);
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
&.hide-stepper-header {
|
|
218
|
+
.mat-horizontal-stepper-header-container {
|
|
219
|
+
display: none !important;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.mat-horizontal-content-container {
|
|
223
|
+
overflow: hidden;
|
|
224
|
+
padding: 0;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
&.page-layout-stepper {
|
|
229
|
+
.mat-horizontal-stepper-header-container {
|
|
230
|
+
padding-right: 24px;
|
|
231
|
+
|
|
232
|
+
.mat-horizontal-stepper-header {
|
|
233
|
+
.mat-step-label {
|
|
234
|
+
margin-top: -60px;
|
|
235
|
+
margin-right: 24px;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
// Fixer wrappers
|
|
243
|
+
form {
|
|
244
|
+
//Form Field
|
|
245
|
+
.mat-form-field-appearance-outline,
|
|
246
|
+
.mat-form-field-appearance-fill {
|
|
247
|
+
.mat-form-field-subscript-wrapper {
|
|
248
|
+
padding: 0;
|
|
249
|
+
position: relative;
|
|
250
|
+
box-sizing: border-box;
|
|
251
|
+
width: 100%;
|
|
252
|
+
overflow: hidden;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.mat-form-field-wrapper,
|
|
256
|
+
.mat-form-field-hint-wrapper {
|
|
257
|
+
margin: 0 0 -24px 0;
|
|
258
|
+
padding-bottom: 16px;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
//Expansion Panel
|
|
263
|
+
.mat-expansion-panel.mat-expansion-panel-folder-navigation {
|
|
264
|
+
.mat-expansion-panel-header {
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.mat-expansion-panel-content {
|
|
268
|
+
.mat-expansion-panel-body {
|
|
269
|
+
max-height: 256px;
|
|
270
|
+
overflow-y: auto;
|
|
271
|
+
padding: 0;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
@media screen and (min-width: 640px) {
|
|
278
|
+
// .mat-stepper-horizontal {
|
|
279
|
+
// &.bullet-stepper-header-labeled {
|
|
280
|
+
// .mat-horizontal-stepper-header-container {
|
|
281
|
+
// padding-right: 72px;
|
|
282
|
+
// .mat-horizontal-stepper-header {
|
|
283
|
+
// .mat-step-label {
|
|
284
|
+
// margin-right: 72px;
|
|
285
|
+
// }
|
|
286
|
+
// }
|
|
287
|
+
// }
|
|
288
|
+
// }
|
|
289
|
+
// }
|
|
290
|
+
}
|
|
291
|
+
@media screen and (min-width: 1024px) {
|
|
292
|
+
}
|
|
293
|
+
@media screen and (min-width: 1280px) {
|
|
294
|
+
}
|
|
295
|
+
@media screen and (min-width: 1536px) {
|
|
296
|
+
}
|
|
297
|
+
}
|