@alfresco/adf-core 8.4.0-19060916420 → 8.4.0-19063861366
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/fesm2022/adf-core.mjs +110 -110
- package/fesm2022/adf-core.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-breadcrumbs.mjs +2 -2
- package/fesm2022/alfresco-adf-core-breadcrumbs.mjs.map +1 -1
- package/fesm2022/alfresco-adf-core-feature-flags.mjs +2 -2
- package/fesm2022/alfresco-adf-core-feature-flags.mjs.map +1 -1
- package/lib/about/about-package/package-list.component.scss +0 -10
- package/lib/about/about-server-settings/about-server-settings.component.scss +0 -2
- package/lib/about/about.component.scss +0 -4
- package/lib/avatar/avatar.component.scss +7 -9
- package/lib/card-view/components/card-view/card-view.component.scss +2 -26
- package/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss +1 -11
- package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +0 -1
- package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +2 -7
- package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.scss +0 -3
- package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +1 -28
- package/lib/clipboard/clipboard.theme.scss +3 -3
- package/lib/comments/comment-list/comment-list.component.scss +5 -7
- package/lib/comments/comments.component.scss +2 -31
- package/lib/datatable/components/columns-selector/columns-selector.component.scss +6 -13
- package/lib/datatable/components/datatable/datatable.component.scss +29 -42
- package/lib/dialogs/dialog/dialog.component.scss +2 -2
- package/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.scss +11 -8
- package/lib/directives/tooltip-card/tooltip-card.component.scss +3 -9
- package/lib/dynamic-chip-list/dynamic-chip-list.component.scss +0 -4
- package/lib/form/components/form-renderer.component.scss +3 -30
- package/lib/form/components/inplace-form-input/inplace-form-input.component.scss +0 -19
- package/lib/form/components/widgets/amount/amount.widget.scss +0 -6
- package/lib/form/components/widgets/date-time/date-time.widget.scss +1 -1
- package/lib/form/components/widgets/display-text/display-text.widget.scss +0 -3
- package/lib/form/components/widgets/form.theme.scss +6 -42
- package/lib/form/components/widgets/header/header.widget.scss +2 -4
- package/lib/form/components/widgets/hyperlink/hyperlink.widget.scss +1 -1
- package/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +1 -1
- package/lib/header/header.component.scss +12 -12
- package/lib/header/navbar/navbar-item.component.scss +3 -11
- package/lib/identity-user-info/identity-user-info.component.scss +4 -4
- package/lib/info-drawer/info-drawer-layout.component.scss +1 -5
- package/lib/info-drawer/info-drawer.component.scss +1 -21
- package/lib/layout/components/header/header.component.scss +3 -3
- package/lib/layout/components/layout-container/layout-container.component.scss +1 -3
- package/lib/layout/components/sidebar-action/sidebar-action-menu.component.scss +2 -8
- package/lib/layout/components/sidenav-layout/sidenav-layout.component.scss +0 -1
- package/lib/login/components/login/login.component.scss +12 -70
- package/lib/notifications/components/notification-history.component.scss +3 -17
- package/lib/pagination/pagination.component.scss +0 -6
- package/lib/search-text/search-text-input.component.scss +1 -6
- package/lib/styles/_globals.scss +3 -32
- package/lib/styles/_mixins.scss +1 -1
- package/lib/templates/empty-content/empty-content.component.scss +4 -6
- package/lib/templates/error-content/error-content.component.scss +2 -3
- package/lib/toolbar/toolbar.component.scss +0 -3
- package/lib/viewer/components/img-viewer/img-viewer.component.scss +2 -14
- package/lib/viewer/components/pdf-viewer/pdf-viewer.component.scss +8 -9
- package/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.scss +0 -4
- package/lib/viewer/components/pdf-viewer-thumbnails/pdf-viewer-thumbnails.component.scss +3 -3
- package/lib/viewer/components/txt-viewer/txt-viewer.component.scss +1 -1
- package/lib/viewer/components/unknown-format/unknown-format.component.scss +0 -1
- package/lib/viewer/components/viewer-render/viewer-render.component.scss +2 -2
- package/lib/viewer/components/viewer.component.scss +11 -23
- package/package.json +3 -3
- package/lib/button/button.component.scss +0 -13
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&-userinfo-pic {
|
|
23
|
-
background: var(--
|
|
23
|
+
background: var(--mat-sys-primary);
|
|
24
24
|
display: inline-block;
|
|
25
25
|
width: 40px;
|
|
26
26
|
height: 40px;
|
|
27
27
|
border-radius: 100px;
|
|
28
28
|
text-align: center;
|
|
29
29
|
font-weight: bolder;
|
|
30
|
-
font-size: var(--
|
|
30
|
+
font-size: var(--mat-sys-title-large-size);
|
|
31
31
|
text-transform: uppercase;
|
|
32
32
|
vertical-align: middle;
|
|
33
33
|
line-height: 40px;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
&-userinfo-profile-picture {
|
|
78
|
-
background: var(--
|
|
78
|
+
background: var(--mat-sys-primary);
|
|
79
79
|
background-size: cover;
|
|
80
80
|
border-radius: 50%;
|
|
81
81
|
height: 80px;
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
@media only screen and (device-width >=
|
|
94
|
+
@media only screen and (device-width >=480px) {
|
|
95
95
|
.adf-identity-userinfo-menu.adf-userinfo-menu {
|
|
96
96
|
max-height: 450px;
|
|
97
97
|
min-width: 450px;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@use '../styles/mixins' as mixins;
|
|
2
2
|
@use '../styles/mat-selectors' as ms;
|
|
3
3
|
|
|
4
|
-
$adf-info-drawer-layout-title-font-size: var(--
|
|
4
|
+
$adf-info-drawer-layout-title-font-size: var(--mat-sys-title-medium-size) !default;
|
|
5
5
|
$adf-info-drawer-icon-size: 48px !default;
|
|
6
6
|
$adf-info-drawer-icon-size-half: 24px !default;
|
|
7
7
|
|
|
@@ -15,7 +15,6 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
|
|
15
15
|
|
|
16
16
|
overflow: auto;
|
|
17
17
|
width: 100%;
|
|
18
|
-
background-color: var(--theme-card-background-color);
|
|
19
18
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
|
|
20
19
|
|
|
21
20
|
& #{ms.$mat-tab-label-text} {
|
|
@@ -51,14 +50,12 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
|
|
51
50
|
letter-spacing: 0.15px;
|
|
52
51
|
text-align: left;
|
|
53
52
|
align-items: center;
|
|
54
|
-
color: var(--adf-theme-foreground-text-color-054);
|
|
55
53
|
overflow: hidden;
|
|
56
54
|
|
|
57
55
|
& > div {
|
|
58
56
|
overflow: hidden;
|
|
59
57
|
white-space: nowrap;
|
|
60
58
|
text-overflow: ellipsis;
|
|
61
|
-
color: var(--adf-metadata-property-panel-title-color);
|
|
62
59
|
}
|
|
63
60
|
}
|
|
64
61
|
}
|
|
@@ -80,7 +77,6 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
|
|
80
77
|
.adf-manage-versions-no-permission {
|
|
81
78
|
margin: 0;
|
|
82
79
|
padding: $adf-info-drawer-icon-size-half;
|
|
83
|
-
color: var(--adf-theme-foreground-text-color-054);
|
|
84
80
|
text-align: center;
|
|
85
81
|
display: flex;
|
|
86
82
|
flex-direction: column;
|
|
@@ -65,13 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
67
67
|
.adf-info-drawer-tabs {
|
|
68
|
-
#{ms.$mat-tab-label-container} {
|
|
69
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
|
70
|
-
}
|
|
71
|
-
|
|
72
68
|
div[role='tab'].adf-info-drawer-tab {
|
|
73
|
-
color: var(--theme-accent-color);
|
|
74
|
-
background-color: var(--adf-theme-background-card-color);
|
|
75
69
|
border-bottom: unset;
|
|
76
70
|
opacity: 1;
|
|
77
71
|
|
|
@@ -84,26 +78,12 @@
|
|
|
84
78
|
}
|
|
85
79
|
|
|
86
80
|
&--active {
|
|
87
|
-
color: var(--
|
|
88
|
-
background-color: var(--adf-theme-background-card-color);
|
|
81
|
+
color: var(--mat-sys-primary);
|
|
89
82
|
border-bottom: 1px solid unset;
|
|
90
83
|
|
|
91
84
|
&:focus {
|
|
92
|
-
color: var(--adf-theme-foreground-text-color);
|
|
93
85
|
border-bottom: unset;
|
|
94
86
|
}
|
|
95
87
|
}
|
|
96
|
-
|
|
97
|
-
&:hover:not([class*='--disabled'], [class*='--active']) {
|
|
98
|
-
color: var(--theme-accent-color);
|
|
99
|
-
background-color: var(--adf-theme-background-card-color);
|
|
100
|
-
border-bottom: unset;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
&--disabled {
|
|
104
|
-
color: var(--adf-info-drawer-tab-disabled-color);
|
|
105
|
-
background-color: var(--adf-info-drawer-tab-disabled-background);
|
|
106
|
-
border-bottom: var(--adf-info-drawer-tab-disabled-bottom-line);
|
|
107
|
-
}
|
|
108
88
|
}
|
|
109
89
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@use '../../../styles/flex' as flex;
|
|
2
2
|
|
|
3
3
|
adf-layout-header .adf-toolbar-container-row {
|
|
4
|
-
color: var(--
|
|
4
|
+
color: var(--mat-sys-on-primary);
|
|
5
5
|
position: relative;
|
|
6
6
|
padding: 0 24px;
|
|
7
7
|
|
|
@@ -36,14 +36,14 @@ adf-layout-header .adf-toolbar-container-row {
|
|
|
36
36
|
margin: 0 5px;
|
|
37
37
|
|
|
38
38
|
& > div {
|
|
39
|
-
background-color: var(--
|
|
39
|
+
background-color: var(--mat-sys-surface);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
.adf-header-delimiter {
|
|
44
44
|
height: 24px;
|
|
45
45
|
width: 2px;
|
|
46
|
-
background-color: var(--
|
|
46
|
+
background-color: var(--mat-sys-on-primary);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.adf-userinfo-container {
|
|
@@ -8,9 +8,7 @@ adf-layout-container {
|
|
|
8
8
|
|
|
9
9
|
.adf-layout-container-sidenav {
|
|
10
10
|
overflow: hidden;
|
|
11
|
-
border-right: 1px solid var(--
|
|
12
|
-
background-color: var(--theme-background-color);
|
|
13
|
-
color: var(--adf-theme-foreground-text-color);
|
|
11
|
+
border-right: 1px solid var(--mat-sys-outline-variant);
|
|
14
12
|
}
|
|
15
13
|
}
|
|
16
14
|
|
|
@@ -8,10 +8,7 @@
|
|
|
8
8
|
box-shadow: none;
|
|
9
9
|
height: 37.5px;
|
|
10
10
|
font-weight: bold;
|
|
11
|
-
background-color: var(--theme-primary-color);
|
|
12
|
-
color: var(--theme-primary-color-default-contrast);
|
|
13
11
|
border-radius: 4px;
|
|
14
|
-
|
|
15
12
|
}
|
|
16
13
|
|
|
17
14
|
&-text {
|
|
@@ -23,11 +20,11 @@
|
|
|
23
20
|
|
|
24
21
|
&-sidebar-action-menu-icon {
|
|
25
22
|
margin: 18px 0 0 20px;
|
|
26
|
-
color: var(--
|
|
23
|
+
color: var(--mat-sys-on-surface);
|
|
27
24
|
cursor: pointer;
|
|
28
25
|
|
|
29
26
|
&:hover {
|
|
30
|
-
color: var(--
|
|
27
|
+
color: var(--mat-sys-primary);
|
|
31
28
|
}
|
|
32
29
|
}
|
|
33
30
|
|
|
@@ -36,14 +33,11 @@
|
|
|
36
33
|
letter-spacing: -0.4px;
|
|
37
34
|
|
|
38
35
|
button {
|
|
39
|
-
font-size: var(--theme-body-1-font-size);
|
|
40
|
-
color: var(--adf-theme-foreground-text-color-087);
|
|
41
36
|
text-align: left;
|
|
42
37
|
line-height: 1.5;
|
|
43
38
|
letter-spacing: -0.4px;
|
|
44
39
|
|
|
45
40
|
&:hover {
|
|
46
|
-
color: var(--theme-primary-color);
|
|
47
41
|
opacity: inherit;
|
|
48
42
|
}
|
|
49
43
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
@use '../../../styles/mixins' as mixins;
|
|
2
|
-
@use '../../../styles/mat-selectors' as ms;
|
|
3
2
|
|
|
4
3
|
.adf-login {
|
|
5
4
|
@include mixins.flex-column;
|
|
@@ -56,15 +55,14 @@
|
|
|
56
55
|
|
|
57
56
|
.adf-login-card-wide {
|
|
58
57
|
border-radius: 8px;
|
|
59
|
-
|
|
60
|
-
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
58
|
+
box-shadow: var(--mat-sys-level2);
|
|
61
59
|
width: 450px;
|
|
62
60
|
min-width: 320px;
|
|
63
61
|
padding: 21px 64px 34px;
|
|
64
62
|
box-sizing: border-box;
|
|
65
63
|
}
|
|
66
64
|
|
|
67
|
-
@media screen and (width <=
|
|
65
|
+
@media screen and (width <=482px) {
|
|
68
66
|
.adf-login-card-wide {
|
|
69
67
|
width: calc(100% - 32px);
|
|
70
68
|
}
|
|
@@ -78,10 +76,10 @@
|
|
|
78
76
|
display: flex;
|
|
79
77
|
flex-direction: row;
|
|
80
78
|
justify-content: flex-start;
|
|
81
|
-
color: var(--
|
|
79
|
+
color: var(--mat-sys-error);
|
|
82
80
|
padding: 0;
|
|
83
81
|
margin-bottom: 4px;
|
|
84
|
-
font-size: var(--
|
|
82
|
+
font-size: var(--mat-sys-body-small-size);
|
|
85
83
|
}
|
|
86
84
|
|
|
87
85
|
.adf-error-message .adf-error-icon {
|
|
@@ -111,26 +109,6 @@
|
|
|
111
109
|
.adf-login-button {
|
|
112
110
|
width: 100%;
|
|
113
111
|
height: 36px;
|
|
114
|
-
line-height: normal;
|
|
115
|
-
box-shadow: none;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.adf-login-button-label {
|
|
119
|
-
color: var(--theme-accent-color-default-contrast);
|
|
120
|
-
font-weight: bolder;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.adf-login-button.adf-isChecking {
|
|
124
|
-
background-color: #e0f7fa;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.adf-login-button.adf-isChecking .adf-login-button-label {
|
|
128
|
-
color: var(--theme-primary-color);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.adf-login-button.adf-isWelcome {
|
|
132
|
-
background-color: var(--theme-primary-color);
|
|
133
|
-
color: var(--theme-primary-color-default-contrast);
|
|
134
112
|
}
|
|
135
113
|
|
|
136
114
|
.adf-login-button.adf-isWelcome .adf-welcome-icon {
|
|
@@ -163,32 +141,20 @@
|
|
|
163
141
|
|
|
164
142
|
.adf-is-active {
|
|
165
143
|
background-color: transparent;
|
|
166
|
-
font-size: var(--
|
|
144
|
+
font-size: var(--mat-sys-body-small-size);
|
|
167
145
|
font-weight: normal;
|
|
168
146
|
line-height: 1.33;
|
|
169
|
-
color: var(--
|
|
147
|
+
color: var(--mat-sys-error);
|
|
170
148
|
}
|
|
171
149
|
|
|
172
150
|
.adf-copyright {
|
|
173
151
|
min-width: 320px;
|
|
174
152
|
text-align: center;
|
|
175
153
|
padding: 16px 0;
|
|
176
|
-
font-size: var(--
|
|
154
|
+
font-size: var(--mat-sys-body-small-size);
|
|
177
155
|
opacity: 0.54;
|
|
178
156
|
}
|
|
179
157
|
|
|
180
|
-
.adf-login-input:is(input) {
|
|
181
|
-
font-size: var(--theme-subheading-2-font-size);
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.adf-login-form-field .adf-login-password-icon.adf-login-form-password-icon {
|
|
185
|
-
color: var(--adf-theme-foreground-text-color);
|
|
186
|
-
font-size: var(--theme-subheading-2-font-size);
|
|
187
|
-
top: 9px;
|
|
188
|
-
position: relative;
|
|
189
|
-
left: 7px;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
158
|
.adf-login-controls:has(div) {
|
|
193
159
|
padding: 0 0 26px;
|
|
194
160
|
overflow: visible;
|
|
@@ -202,43 +168,19 @@
|
|
|
202
168
|
.adf-login__field {
|
|
203
169
|
display: block;
|
|
204
170
|
padding-bottom: 16px;
|
|
205
|
-
font-size: var(--theme-subheading-2-font-size);
|
|
206
|
-
|
|
207
|
-
#{ms.$mat-form-field-infix} {
|
|
208
|
-
min-height: 0;
|
|
209
|
-
padding-bottom: 3px;
|
|
210
|
-
padding-top: 20px;
|
|
211
|
-
|
|
212
|
-
.adf-login-form-input-label {
|
|
213
|
-
font-size: var(--theme-subheading-2-font-size);
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
#{ms.$mat-floating-label-required} {
|
|
217
|
-
&::after {
|
|
218
|
-
font-size: var(--theme-subheading-2-font-size);
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
& input:-webkit-autofill {
|
|
224
|
-
/* stylelint-disable */
|
|
225
|
-
-webkit-box-shadow: 0 0 0 1000px var(--adf-theme-background-dialog-color) inset;
|
|
226
|
-
-webkit-text-fill-color: var(--adf-theme-foreground-text-color);
|
|
227
|
-
/* stylelint-enable */
|
|
228
|
-
}
|
|
229
171
|
}
|
|
230
172
|
}
|
|
231
173
|
|
|
232
174
|
.adf-login-validation {
|
|
233
175
|
background-color: transparent;
|
|
234
|
-
color: var(--
|
|
235
|
-
font-size: var(--
|
|
176
|
+
color: var(--mat-sys-error);
|
|
177
|
+
font-size: var(--mat-sys-body-small-size);
|
|
236
178
|
}
|
|
237
179
|
|
|
238
180
|
.adf-login-error {
|
|
239
|
-
color: var(--
|
|
181
|
+
color: var(--mat-sys-error);
|
|
240
182
|
position: absolute;
|
|
241
|
-
font-size: var(--
|
|
183
|
+
font-size: var(--mat-sys-body-small-size);
|
|
242
184
|
margin-top: -12px;
|
|
243
185
|
display: block;
|
|
244
186
|
}
|
|
@@ -256,7 +198,7 @@
|
|
|
256
198
|
}
|
|
257
199
|
|
|
258
200
|
.adf-login-remember-me:has(.adf-login-remember-me-label) {
|
|
259
|
-
color: var(--
|
|
201
|
+
color: var(--mat-sys-on-surface);
|
|
260
202
|
}
|
|
261
203
|
|
|
262
204
|
.adf-login-action-container {
|
|
@@ -20,7 +20,6 @@ $notification-item-height: 72px;
|
|
|
20
20
|
font-size: 24px;
|
|
21
21
|
height: 24px;
|
|
22
22
|
width: 24px;
|
|
23
|
-
color: var(--theme-text-color);
|
|
24
23
|
}
|
|
25
24
|
}
|
|
26
25
|
|
|
@@ -80,31 +79,19 @@ $notification-item-height: 72px;
|
|
|
80
79
|
p {
|
|
81
80
|
line-height: normal;
|
|
82
81
|
margin: 0;
|
|
83
|
-
color: var(--theme-sidenav-user-menu-color);
|
|
84
82
|
}
|
|
85
83
|
}
|
|
86
84
|
}
|
|
87
85
|
}
|
|
88
86
|
}
|
|
89
87
|
|
|
90
|
-
.adf-notification-history-menu-item:focus {
|
|
91
|
-
outline: none;
|
|
92
|
-
background: var(--adf-theme-background-hover-color);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.adf-notification-history-menu-item:hover {
|
|
96
|
-
background-color: var(--adf-theme-background-hover-color);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
88
|
.adf-notification-history-menu-message:is(p) {
|
|
100
89
|
white-space: nowrap;
|
|
101
90
|
overflow: hidden;
|
|
102
91
|
text-overflow: ellipsis;
|
|
103
|
-
font-size: var(--theme-body-1-font-size);
|
|
104
92
|
}
|
|
105
93
|
|
|
106
94
|
.adf-notification-history-item-list .adf-notification-history-menu-no-message-text {
|
|
107
|
-
color: var(--theme-sidenav-user-menu-color);
|
|
108
95
|
margin: 0;
|
|
109
96
|
padding: 12px 16px;
|
|
110
97
|
opacity: inherit;
|
|
@@ -117,7 +104,7 @@ $notification-item-height: 72px;
|
|
|
117
104
|
}
|
|
118
105
|
|
|
119
106
|
.adf-notification-history-menu-date.adf-notification-history-menu-text:is(p) {
|
|
120
|
-
font-size: var(--
|
|
107
|
+
font-size: var(--mat-sys-body-small-size);
|
|
121
108
|
text-indent: 3px;
|
|
122
109
|
}
|
|
123
110
|
|
|
@@ -128,17 +115,16 @@ $notification-item-height: 72px;
|
|
|
128
115
|
|
|
129
116
|
&-notification-initiator-pic {
|
|
130
117
|
min-width: 40px;
|
|
131
|
-
background: var(--
|
|
118
|
+
background: var(--mat-sys-secondary);
|
|
132
119
|
display: inline-block;
|
|
133
120
|
height: 40px;
|
|
134
121
|
border-radius: 100px;
|
|
135
122
|
text-align: center;
|
|
136
123
|
font-weight: bolder;
|
|
137
|
-
font-size: var(--
|
|
124
|
+
font-size: var(--mat-sys-title-large-size);
|
|
138
125
|
text-transform: uppercase;
|
|
139
126
|
vertical-align: middle;
|
|
140
127
|
line-height: 40px;
|
|
141
|
-
color: var(--adf-theme-mat-grey-color-a200);
|
|
142
128
|
}
|
|
143
129
|
|
|
144
130
|
&-notification-history-load-more {
|
|
@@ -9,7 +9,6 @@ $adf-pagination-line-height: 20px;
|
|
|
9
9
|
border-top: $adf-pagination-border;
|
|
10
10
|
height: $adf-pagination-height;
|
|
11
11
|
line-height: $adf-pagination-line-height;
|
|
12
|
-
color: var(--adf-theme-foreground-text-color);
|
|
13
12
|
|
|
14
13
|
&__block {
|
|
15
14
|
display: flex;
|
|
@@ -56,11 +55,6 @@ $adf-pagination-line-height: 20px;
|
|
|
56
55
|
&__current-page {
|
|
57
56
|
margin-right: 5px;
|
|
58
57
|
|
|
59
|
-
&,
|
|
60
|
-
& + button {
|
|
61
|
-
color: var(--adf-theme-foreground-text-color);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
58
|
& + button {
|
|
65
59
|
margin-left: -10px;
|
|
66
60
|
}
|
|
@@ -18,14 +18,9 @@
|
|
|
18
18
|
&-search-fixed-text {
|
|
19
19
|
line-height: normal;
|
|
20
20
|
}
|
|
21
|
-
|
|
22
|
-
&-clear-search-button {
|
|
23
|
-
font-size: var(--theme-button-font-size);
|
|
24
|
-
cursor: pointer;
|
|
25
|
-
}
|
|
26
21
|
}
|
|
27
22
|
|
|
28
23
|
.adf-highlight {
|
|
29
|
-
color: var(--
|
|
24
|
+
color: var(--mat-sys-primary);
|
|
30
25
|
}
|
|
31
26
|
}
|
package/lib/styles/_globals.scss
CHANGED
|
@@ -6,30 +6,7 @@
|
|
|
6
6
|
& #{ms.$mat-expansion-panel-header}.cdk-program-focused,
|
|
7
7
|
&:not(#{ms.$mat-expanded}) #{ms.$mat-expansion-panel-header}:hover {
|
|
8
8
|
&:not([aria-disabled='true']) {
|
|
9
|
-
background-color: var(--
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
#{ms.$mat-calendar} {
|
|
15
|
-
#{ms.$mat-calendar-header} {
|
|
16
|
-
button {
|
|
17
|
-
color: var(--adf-theme-foreground-text-color-087);
|
|
18
|
-
|
|
19
|
-
&:disabled {
|
|
20
|
-
color: var(--adf-theme-foreground-text-color-054);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
#{ms.$mat-calendar-content} {
|
|
26
|
-
#{ms.$mat-calendar-table-header} th {
|
|
27
|
-
color: var(--adf-theme-foreground-text-color-054);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
#{ms.$mat-calendar-body-disabled} > div {
|
|
31
|
-
/* stylelint-disable-next-line declaration-no-important */
|
|
32
|
-
color: var(--adf-theme-foreground-text-color-054) !important;
|
|
9
|
+
background-color: var(--mat-sys-surface-container);
|
|
33
10
|
}
|
|
34
11
|
}
|
|
35
12
|
}
|
|
@@ -51,11 +28,11 @@
|
|
|
51
28
|
|
|
52
29
|
#{ms.$mat-datetimepicker-calendar-content} {
|
|
53
30
|
#{ms.$mat-datetimepicker-calendar-table-header} th {
|
|
54
|
-
color: var(--
|
|
31
|
+
color: var(--mat-sys-on-surface);
|
|
55
32
|
}
|
|
56
33
|
|
|
57
34
|
#{ms.$mat-datetimepicker-calendar-body-disabled} > div {
|
|
58
|
-
color: var(--
|
|
35
|
+
color: var(--mat-sys-on-surface);
|
|
59
36
|
}
|
|
60
37
|
}
|
|
61
38
|
}
|
|
@@ -70,12 +47,6 @@
|
|
|
70
47
|
}
|
|
71
48
|
}
|
|
72
49
|
|
|
73
|
-
#{ms.$mat-input-element} {
|
|
74
|
-
&:focus::placeholder {
|
|
75
|
-
color: var(--theme-primary-color);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
50
|
#{ms.$mat-datetimepicker-dialog} {
|
|
80
51
|
#{ms.$mat-dialog-container} {
|
|
81
52
|
#{ms.$mat-dialog-surface} {
|
package/lib/styles/_mixins.scss
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
.adf-empty-content {
|
|
2
|
-
color: var(--adf-theme-foreground-text-color-054);
|
|
3
2
|
display: flex;
|
|
4
3
|
flex-direction: column;
|
|
5
4
|
align-items: center;
|
|
@@ -8,13 +7,13 @@
|
|
|
8
7
|
width: 100%;
|
|
9
8
|
|
|
10
9
|
&__icon > *:first-child {
|
|
11
|
-
font-size: var(--
|
|
12
|
-
height: var(--
|
|
13
|
-
width: var(--
|
|
10
|
+
font-size: var(--mat-sys-display-medium-size);
|
|
11
|
+
height: var(--mat-sys-display-medium-size);
|
|
12
|
+
width: var(--mat-sys-display-medium-size);
|
|
14
13
|
}
|
|
15
14
|
|
|
16
15
|
&__title {
|
|
17
|
-
font-size: var(--
|
|
16
|
+
font-size: var(--mat-sys-title-large-size);
|
|
18
17
|
font-weight: 600;
|
|
19
18
|
line-height: 0;
|
|
20
19
|
white-space: normal;
|
|
@@ -24,7 +23,6 @@
|
|
|
24
23
|
|
|
25
24
|
&__subtitle,
|
|
26
25
|
&__text {
|
|
27
|
-
font-size: var(--theme-body-1-font-size);
|
|
28
26
|
font-weight: 300;
|
|
29
27
|
line-height: inherit;
|
|
30
28
|
white-space: normal;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
@use '../../styles/flex' as flex;
|
|
2
2
|
|
|
3
3
|
.adf-error-content {
|
|
4
|
-
color: var(--adf-theme-foreground-text-color-054);
|
|
5
4
|
display: flex;
|
|
6
5
|
flex-direction: column;
|
|
7
6
|
align-items: center;
|
|
@@ -49,11 +48,11 @@
|
|
|
49
48
|
}
|
|
50
49
|
|
|
51
50
|
&-title {
|
|
52
|
-
font-size: var(--
|
|
51
|
+
font-size: var(--mat-sys-headline-small-size);
|
|
53
52
|
}
|
|
54
53
|
|
|
55
54
|
&-description {
|
|
56
|
-
font-size: var(--
|
|
55
|
+
font-size: var(--mat-sys-title-small-size);
|
|
57
56
|
}
|
|
58
57
|
}
|
|
59
58
|
}
|
|
@@ -10,10 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.adf-toolbar-container.adf-toolbar-container-row {
|
|
13
|
-
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
14
|
-
color: var(--adf-theme-foreground-text-color-054);
|
|
15
13
|
height: 64px;
|
|
16
|
-
font-size: var(--theme-body-1-font-size);
|
|
17
14
|
white-space: normal;
|
|
18
15
|
padding: 0 16px;
|
|
19
16
|
}
|
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
@use '../../../styles/mat-selectors' as ms;
|
|
2
|
-
|
|
3
1
|
.adf-image-viewer {
|
|
4
2
|
width: 100%;
|
|
5
3
|
|
|
6
4
|
.adf-image-container {
|
|
7
5
|
&:focus {
|
|
8
6
|
outline-offset: -1px;
|
|
9
|
-
outline: 1px solid var(--
|
|
7
|
+
outline: 1px solid var(--mat-sys-primary);
|
|
10
8
|
}
|
|
11
9
|
|
|
12
10
|
display: flex;
|
|
@@ -33,15 +31,6 @@
|
|
|
33
31
|
left: 50%;
|
|
34
32
|
transform: translateX(-50%);
|
|
35
33
|
|
|
36
|
-
.adf-toolbar #{ms.$mat-toolbar} {
|
|
37
|
-
max-height: 48px;
|
|
38
|
-
background-color: var(--adf-theme-background-card-color);
|
|
39
|
-
border-width: 0;
|
|
40
|
-
border-radius: 2px;
|
|
41
|
-
/* stylelint-disable-next-line */
|
|
42
|
-
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
34
|
.adf-main-toolbar {
|
|
46
35
|
display: inline-block;
|
|
47
36
|
}
|
|
@@ -55,8 +44,7 @@
|
|
|
55
44
|
cursor: default;
|
|
56
45
|
width: 79px;
|
|
57
46
|
height: 24px;
|
|
58
|
-
|
|
59
|
-
border: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
47
|
+
border: 1px solid var(--mat-sys-outline);
|
|
60
48
|
text-align: center;
|
|
61
49
|
line-height: 24px;
|
|
62
50
|
margin-left: 4px;
|