@alfresco/adf-core 8.4.0-19063861366 → 8.4.0-19066638615
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/bundles/assets/adf-core/i18n/en.json +13 -2
- package/fesm2022/adf-core.mjs +408 -210
- 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 +10 -0
- package/lib/about/about-server-settings/about-server-settings.component.scss +2 -0
- package/lib/about/about.component.scss +4 -0
- package/lib/avatar/avatar.component.scss +9 -7
- package/lib/button/button.component.scss +13 -0
- package/lib/card-view/components/card-view/card-view.component.scss +26 -2
- package/lib/card-view/components/card-view-arrayitem/card-view-arrayitem.component.scss +11 -1
- package/lib/card-view/components/card-view-dateitem/card-view-dateitem.component.scss +1 -0
- package/lib/card-view/components/card-view-selectitem/card-view-selectitem.component.scss +7 -2
- package/lib/card-view/components/card-view-selectitem/select-filter-input/select-filter-input.component.scss +3 -0
- package/lib/card-view/components/card-view-textitem/card-view-textitem.component.scss +28 -1
- package/lib/clipboard/clipboard.theme.scss +3 -3
- package/lib/comments/comment-list/comment-list.component.scss +7 -5
- package/lib/comments/comments.component.scss +31 -2
- package/lib/datatable/components/columns-selector/columns-selector.component.scss +13 -6
- package/lib/datatable/components/datatable/datatable.component.scss +42 -29
- package/lib/dialogs/dialog/dialog.component.scss +2 -2
- package/lib/dialogs/unsaved-changes-dialog/unsaved-changes-dialog.component.scss +8 -11
- package/lib/directives/tooltip-card/tooltip-card.component.scss +9 -3
- package/lib/dynamic-chip-list/dynamic-chip-list.component.scss +4 -0
- package/lib/form/components/form-renderer.component.d.ts +7 -5
- package/lib/form/components/form-renderer.component.scss +54 -3
- package/lib/form/components/inplace-form-input/inplace-form-input.component.scss +19 -0
- package/lib/form/components/widgets/amount/amount.widget.scss +6 -0
- package/lib/form/components/widgets/core/container-column.model.d.ts +2 -0
- package/lib/form/components/widgets/core/container-row.model.d.ts +26 -0
- package/lib/form/components/widgets/core/form-field-types.d.ts +2 -0
- package/lib/form/components/widgets/core/form-field.model.d.ts +25 -2
- package/lib/form/components/widgets/date-time/date-time.widget.scss +1 -1
- package/lib/form/components/widgets/display-text/display-text.widget.scss +3 -0
- package/lib/form/components/widgets/form.theme.scss +42 -6
- package/lib/form/components/widgets/header/header.widget.scss +4 -2
- package/lib/form/components/widgets/hyperlink/hyperlink.widget.scss +1 -1
- package/lib/form/components/widgets/index.d.ts +1 -0
- package/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +1 -1
- package/lib/form/components/widgets/repeat/repeat.widget.d.ts +10 -0
- package/lib/form/components/widgets/repeat/repeat.widget.scss +25 -0
- package/lib/header/header.component.scss +12 -12
- package/lib/header/navbar/navbar-item.component.scss +11 -3
- package/lib/identity-user-info/identity-user-info.component.scss +4 -4
- package/lib/info-drawer/info-drawer-layout.component.scss +5 -1
- package/lib/info-drawer/info-drawer.component.scss +21 -1
- package/lib/layout/components/header/header.component.scss +3 -3
- package/lib/layout/components/layout-container/layout-container.component.scss +3 -1
- package/lib/layout/components/sidebar-action/sidebar-action-menu.component.scss +8 -2
- package/lib/layout/components/sidenav-layout/sidenav-layout.component.scss +1 -0
- package/lib/login/components/login/login.component.scss +70 -12
- package/lib/notifications/components/notification-history.component.scss +17 -3
- package/lib/pagination/pagination.component.scss +6 -0
- package/lib/search-text/search-text-input.component.scss +6 -1
- package/lib/styles/_globals.scss +32 -3
- package/lib/styles/_mixins.scss +1 -1
- package/lib/templates/empty-content/empty-content.component.scss +6 -4
- package/lib/templates/error-content/error-content.component.scss +3 -2
- package/lib/toolbar/toolbar.component.scss +3 -0
- package/lib/viewer/components/img-viewer/img-viewer.component.scss +14 -2
- package/lib/viewer/components/pdf-viewer/pdf-viewer.component.scss +9 -8
- package/lib/viewer/components/pdf-viewer-password-dialog/pdf-viewer-password-dialog.scss +4 -0
- 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 +1 -0
- package/lib/viewer/components/viewer-render/viewer-render.component.scss +2 -2
- package/lib/viewer/components/viewer.component.scss +23 -11
- package/package.json +3 -3
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
.adf-display-text-widget {
|
|
2
2
|
white-space: pre-wrap;
|
|
3
|
+
font-size: var(--adf-readonly-text-font-size, var(--adf-form-label-font-size, var(--theme-body-1-font-size)));
|
|
4
|
+
font-weight: var(--adf-readonly-text-font-weight, var(--adf-form-label-font-weight, var(--theme-font-weight)));
|
|
5
|
+
color: var(--adf-readonly-text-color, var(--adf-form-label-color, var(--theme-text-color)));
|
|
3
6
|
line-height: normal;
|
|
4
7
|
word-break: break-word;
|
|
5
8
|
position: relative;
|
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
/* stylelint-disable declaration-no-important */
|
|
3
3
|
@use '../../../styles/mat-selectors' as ms;
|
|
4
4
|
|
|
5
|
+
ul > li > form-field > .adf-focus {
|
|
6
|
+
.adf-label {
|
|
7
|
+
color: var(--theme-primary-color);
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
5
11
|
.adf {
|
|
6
12
|
&-error-container {
|
|
7
13
|
height: 20px;
|
|
@@ -11,25 +17,55 @@
|
|
|
11
17
|
&-error-text {
|
|
12
18
|
padding: 1px;
|
|
13
19
|
height: 16px;
|
|
14
|
-
font-size: var(--
|
|
20
|
+
font-size: var(--theme-caption-font-size);
|
|
15
21
|
line-height: 1.33;
|
|
16
|
-
color: var(--
|
|
22
|
+
color: var(--theme-warn-color);
|
|
17
23
|
}
|
|
18
24
|
|
|
19
25
|
&-error-icon {
|
|
20
|
-
font-size: var(--
|
|
21
|
-
color: var(--
|
|
26
|
+
font-size: var(--theme-adf-icon-1-font-size);
|
|
27
|
+
color: var(--theme-warn-color);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&-label {
|
|
31
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
22
32
|
}
|
|
23
33
|
|
|
24
34
|
&-asterisk {
|
|
25
35
|
padding-left: 2px;
|
|
26
|
-
color: var(--
|
|
36
|
+
color: var(--theme-warn-color);
|
|
27
37
|
}
|
|
28
38
|
|
|
29
39
|
&-invalid {
|
|
40
|
+
#{ms.$mat-checkbox} {
|
|
41
|
+
padding-bottom: 12px;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
#{ms.$mat-line-ripple} {
|
|
45
|
+
background-color: var(--theme-warn-color) !important;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
#{ms.$mat-select} {
|
|
49
|
+
&-arrow {
|
|
50
|
+
color: var(--adf-theme-foreground-secondary-text-color) !important;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
30
54
|
.adf-file {
|
|
31
|
-
border-color: var(--
|
|
55
|
+
border-color: var(--theme-warn-color);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
#{ms.$mat-form-field-prefix} {
|
|
59
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
32
60
|
}
|
|
61
|
+
|
|
62
|
+
.adf-input {
|
|
63
|
+
border-color: var(--theme-warn-color);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&-left-label {
|
|
68
|
+
color: var(--adf-theme-foreground-secondary-text-color);
|
|
33
69
|
}
|
|
34
70
|
}
|
|
35
71
|
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
.adf-container-widget-header__text {
|
|
2
|
-
border-bottom: 1px solid
|
|
2
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.87);
|
|
3
3
|
padding-bottom: 10px;
|
|
4
4
|
cursor: default;
|
|
5
5
|
user-select: none;
|
|
6
|
-
font-size: var(--
|
|
6
|
+
font-size: var(--adf-header-font-size);
|
|
7
|
+
font-weight: var(--adf-header-font-weight);
|
|
8
|
+
color: var(--adf-header-color);
|
|
7
9
|
line-height: normal;
|
|
8
10
|
|
|
9
11
|
&.adf-collapsible {
|
|
@@ -48,5 +48,6 @@ export * from './base-viewer/base-viewer.widget';
|
|
|
48
48
|
export * from './text/text-mask.component';
|
|
49
49
|
export * from './display-text';
|
|
50
50
|
export * from './header';
|
|
51
|
+
export * from './repeat/repeat.widget';
|
|
51
52
|
export declare const WIDGET_DIRECTIVES: readonly [typeof UnknownWidgetComponent, typeof TextWidgetComponent, typeof NumberWidgetComponent, typeof DecimalWidgetComponent, typeof CheckboxWidgetComponent, typeof MultilineTextWidgetComponentComponent, typeof HyperlinkWidgetComponent, typeof DisplayTextWidgetComponent, typeof DateWidgetComponent, typeof AmountWidgetComponent, typeof ErrorWidgetComponent, typeof DateTimeWidgetComponent, typeof JsonWidgetComponent, typeof BaseViewerWidgetComponent];
|
|
52
53
|
export declare const MASK_DIRECTIVE: readonly [typeof InputMaskDirective];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ContainerModel } from '../core/container.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class RepeatWidgetComponent {
|
|
4
|
+
element: ContainerModel;
|
|
5
|
+
isEditor: boolean;
|
|
6
|
+
addRow(): void;
|
|
7
|
+
getAddedRowsCount(): number;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RepeatWidgetComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RepeatWidgetComponent, "adf-repeat-widget", never, { "element": { "alias": "element"; "required": false; }; "isEditor": { "alias": "isEditor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
10
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.adf-container-widget {
|
|
2
|
+
&-repeat__text {
|
|
3
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.87);
|
|
4
|
+
padding-bottom: 10px;
|
|
5
|
+
cursor: default;
|
|
6
|
+
user-select: none;
|
|
7
|
+
font-size: var(--adf-header-font-size);
|
|
8
|
+
font-weight: var(--adf-header-font-weight);
|
|
9
|
+
color: var(--adf-header-color);
|
|
10
|
+
line-height: normal;
|
|
11
|
+
|
|
12
|
+
&.adf-collapsible {
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
&-row-action {
|
|
18
|
+
margin-left: 10px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&-row-limit {
|
|
22
|
+
color: rgba(0, 0, 0, 0.67);
|
|
23
|
+
font-size: 12px;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
.adf-header {
|
|
2
2
|
display: flex;
|
|
3
3
|
flex-direction: column;
|
|
4
|
-
width: 100
|
|
5
|
-
height: 100
|
|
4
|
+
width: var(--adf-header-width, 100%);
|
|
5
|
+
height: var(--adf-header-height, 100%);
|
|
6
6
|
|
|
7
7
|
.adf-toolbar {
|
|
8
|
-
width: 100
|
|
9
|
-
height: 100
|
|
8
|
+
width: var(--adf-toolbar-width, 100%);
|
|
9
|
+
height: var(--adf-toolbar-height, 100%);
|
|
10
10
|
|
|
11
11
|
.adf-toolbar-title {
|
|
12
|
-
width: 100
|
|
12
|
+
width: var(--adf-toolbar-title-width, 100%);
|
|
13
13
|
align-items: center;
|
|
14
|
-
font-size: var(--
|
|
15
|
-
font-weight: var(--
|
|
16
|
-
color: var(--
|
|
17
|
-
gap: 25px;
|
|
14
|
+
font-size: var(--adf-toolbar-title-font-size, 16px);
|
|
15
|
+
font-weight: var(--adf-toolbar-title-font-weight, 500);
|
|
16
|
+
color: var(--adf-toolbar-title-color, #000);
|
|
17
|
+
gap: var(--adf-toolbar-title-gap, 25px);
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.adf-toolbar-logo {
|
|
21
|
-
height: 36px;
|
|
22
|
-
width:
|
|
21
|
+
height: var(--adf-header-logo-height, 36px);
|
|
22
|
+
width: var(--adf-header-logo-width, --adf-header-logo-height);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.adf-toolbar-actions > * {
|
|
26
26
|
display: flex;
|
|
27
27
|
align-items: center;
|
|
28
|
-
gap: 10px;
|
|
28
|
+
gap: var(--adf-toolbar-actions-gap, 10px);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.adf-toolbar-container.adf-toolbar-container-row {
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
.adf-navbar-item {
|
|
2
2
|
.adf-navbar-item-btn {
|
|
3
|
-
height: 100
|
|
3
|
+
height: var(--adf-navbar-btn-height, 100%);
|
|
4
|
+
background-color: var(--adf-navbar-btn-background-color, inherit);
|
|
5
|
+
font-size: var(--adf-navbar-btn-font-size, 16px);
|
|
6
|
+
font-weight: var(--adf-navbar-btn-font-weight, 500);
|
|
7
|
+
color: var(--adf-navbar-btn-color, #000);
|
|
8
|
+
opacity: var(--adf-navbar-btn-opacity, 0.48);
|
|
4
9
|
box-sizing: border-box;
|
|
10
|
+
border-bottom: 3px solid transparent;
|
|
11
|
+
border-top: 3px solid transparent;
|
|
5
12
|
}
|
|
6
13
|
|
|
7
14
|
.adf-navbar-item-active {
|
|
8
|
-
border-radius: 0;
|
|
9
|
-
opacity: 1;
|
|
15
|
+
border-radius: var(--adf-navbar-selected-btn-border-radius, 0);
|
|
16
|
+
opacity: var(--adf-navbar-selected-btn-opacity, 1);
|
|
17
|
+
border-bottom: var(--adf-navbar-selected-btn-border-bottom, 3px solid black);
|
|
10
18
|
}
|
|
11
19
|
}
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&-userinfo-pic {
|
|
23
|
-
background: var(--
|
|
23
|
+
background: var(--adf-theme-primary-300);
|
|
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(--theme-adf-picture-1-font-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(--adf-theme-primary-300);
|
|
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 >=480px) {
|
|
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(--theme-title-font-size) !default;
|
|
5
5
|
$adf-info-drawer-icon-size: 48px !default;
|
|
6
6
|
$adf-info-drawer-icon-size-half: 24px !default;
|
|
7
7
|
|
|
@@ -15,6 +15,7 @@ $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);
|
|
18
19
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
|
|
19
20
|
|
|
20
21
|
& #{ms.$mat-tab-label-text} {
|
|
@@ -50,12 +51,14 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
|
|
50
51
|
letter-spacing: 0.15px;
|
|
51
52
|
text-align: left;
|
|
52
53
|
align-items: center;
|
|
54
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
53
55
|
overflow: hidden;
|
|
54
56
|
|
|
55
57
|
& > div {
|
|
56
58
|
overflow: hidden;
|
|
57
59
|
white-space: nowrap;
|
|
58
60
|
text-overflow: ellipsis;
|
|
61
|
+
color: var(--adf-metadata-property-panel-title-color);
|
|
59
62
|
}
|
|
60
63
|
}
|
|
61
64
|
}
|
|
@@ -77,6 +80,7 @@ $adf-info-drawer-icon-size-half: 24px !default;
|
|
|
77
80
|
.adf-manage-versions-no-permission {
|
|
78
81
|
margin: 0;
|
|
79
82
|
padding: $adf-info-drawer-icon-size-half;
|
|
83
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
80
84
|
text-align: center;
|
|
81
85
|
display: flex;
|
|
82
86
|
flex-direction: column;
|
|
@@ -65,7 +65,13 @@
|
|
|
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
|
+
|
|
68
72
|
div[role='tab'].adf-info-drawer-tab {
|
|
73
|
+
color: var(--theme-accent-color);
|
|
74
|
+
background-color: var(--adf-theme-background-card-color);
|
|
69
75
|
border-bottom: unset;
|
|
70
76
|
opacity: 1;
|
|
71
77
|
|
|
@@ -78,12 +84,26 @@
|
|
|
78
84
|
}
|
|
79
85
|
|
|
80
86
|
&--active {
|
|
81
|
-
color: var(--
|
|
87
|
+
color: var(--theme-primary-color);
|
|
88
|
+
background-color: var(--adf-theme-background-card-color);
|
|
82
89
|
border-bottom: 1px solid unset;
|
|
83
90
|
|
|
84
91
|
&:focus {
|
|
92
|
+
color: var(--adf-theme-foreground-text-color);
|
|
85
93
|
border-bottom: unset;
|
|
86
94
|
}
|
|
87
95
|
}
|
|
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
|
+
}
|
|
88
108
|
}
|
|
89
109
|
}
|
|
@@ -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(--theme-header-text-color);
|
|
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(--adf-theme-background-card-color);
|
|
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(--theme-primary-color-default-contrast);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.adf-userinfo-container {
|
|
@@ -8,7 +8,9 @@ adf-layout-container {
|
|
|
8
8
|
|
|
9
9
|
.adf-layout-container-sidenav {
|
|
10
10
|
overflow: hidden;
|
|
11
|
-
border-right: 1px solid var(--
|
|
11
|
+
border-right: 1px solid var(--adf-theme-foreground-text-color-007);
|
|
12
|
+
background-color: var(--theme-background-color);
|
|
13
|
+
color: var(--adf-theme-foreground-text-color);
|
|
12
14
|
}
|
|
13
15
|
}
|
|
14
16
|
|
|
@@ -8,7 +8,10 @@
|
|
|
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);
|
|
11
13
|
border-radius: 4px;
|
|
14
|
+
|
|
12
15
|
}
|
|
13
16
|
|
|
14
17
|
&-text {
|
|
@@ -20,11 +23,11 @@
|
|
|
20
23
|
|
|
21
24
|
&-sidebar-action-menu-icon {
|
|
22
25
|
margin: 18px 0 0 20px;
|
|
23
|
-
color: var(--
|
|
26
|
+
color: var(--adf-theme-foreground-text-color-054);
|
|
24
27
|
cursor: pointer;
|
|
25
28
|
|
|
26
29
|
&:hover {
|
|
27
|
-
color: var(--
|
|
30
|
+
color: var(--theme-primary-color);
|
|
28
31
|
}
|
|
29
32
|
}
|
|
30
33
|
|
|
@@ -33,11 +36,14 @@
|
|
|
33
36
|
letter-spacing: -0.4px;
|
|
34
37
|
|
|
35
38
|
button {
|
|
39
|
+
font-size: var(--theme-body-1-font-size);
|
|
40
|
+
color: var(--adf-theme-foreground-text-color-087);
|
|
36
41
|
text-align: left;
|
|
37
42
|
line-height: 1.5;
|
|
38
43
|
letter-spacing: -0.4px;
|
|
39
44
|
|
|
40
45
|
&:hover {
|
|
46
|
+
color: var(--theme-primary-color);
|
|
41
47
|
opacity: inherit;
|
|
42
48
|
}
|
|
43
49
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@use '../../../styles/mixins' as mixins;
|
|
2
|
+
@use '../../../styles/mat-selectors' as ms;
|
|
2
3
|
|
|
3
4
|
.adf-login {
|
|
4
5
|
@include mixins.flex-column;
|
|
@@ -55,14 +56,15 @@
|
|
|
55
56
|
|
|
56
57
|
.adf-login-card-wide {
|
|
57
58
|
border-radius: 8px;
|
|
58
|
-
|
|
59
|
+
background-color: var(--adf-theme-background-dialog-color);
|
|
60
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
59
61
|
width: 450px;
|
|
60
62
|
min-width: 320px;
|
|
61
63
|
padding: 21px 64px 34px;
|
|
62
64
|
box-sizing: border-box;
|
|
63
65
|
}
|
|
64
66
|
|
|
65
|
-
@media screen and (width <=482px) {
|
|
67
|
+
@media screen and (width <= 482px) {
|
|
66
68
|
.adf-login-card-wide {
|
|
67
69
|
width: calc(100% - 32px);
|
|
68
70
|
}
|
|
@@ -76,10 +78,10 @@
|
|
|
76
78
|
display: flex;
|
|
77
79
|
flex-direction: row;
|
|
78
80
|
justify-content: flex-start;
|
|
79
|
-
color: var(--
|
|
81
|
+
color: var(--theme-warn-color);
|
|
80
82
|
padding: 0;
|
|
81
83
|
margin-bottom: 4px;
|
|
82
|
-
font-size: var(--
|
|
84
|
+
font-size: var(--theme-caption-font-size);
|
|
83
85
|
}
|
|
84
86
|
|
|
85
87
|
.adf-error-message .adf-error-icon {
|
|
@@ -109,6 +111,26 @@
|
|
|
109
111
|
.adf-login-button {
|
|
110
112
|
width: 100%;
|
|
111
113
|
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);
|
|
112
134
|
}
|
|
113
135
|
|
|
114
136
|
.adf-login-button.adf-isWelcome .adf-welcome-icon {
|
|
@@ -141,20 +163,32 @@
|
|
|
141
163
|
|
|
142
164
|
.adf-is-active {
|
|
143
165
|
background-color: transparent;
|
|
144
|
-
font-size: var(--
|
|
166
|
+
font-size: var(--theme-caption-font-size);
|
|
145
167
|
font-weight: normal;
|
|
146
168
|
line-height: 1.33;
|
|
147
|
-
color: var(--
|
|
169
|
+
color: var(--theme-warn-color);
|
|
148
170
|
}
|
|
149
171
|
|
|
150
172
|
.adf-copyright {
|
|
151
173
|
min-width: 320px;
|
|
152
174
|
text-align: center;
|
|
153
175
|
padding: 16px 0;
|
|
154
|
-
font-size: var(--
|
|
176
|
+
font-size: var(--theme-caption-font-size);
|
|
155
177
|
opacity: 0.54;
|
|
156
178
|
}
|
|
157
179
|
|
|
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
|
+
|
|
158
192
|
.adf-login-controls:has(div) {
|
|
159
193
|
padding: 0 0 26px;
|
|
160
194
|
overflow: visible;
|
|
@@ -168,19 +202,43 @@
|
|
|
168
202
|
.adf-login__field {
|
|
169
203
|
display: block;
|
|
170
204
|
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
|
+
}
|
|
171
229
|
}
|
|
172
230
|
}
|
|
173
231
|
|
|
174
232
|
.adf-login-validation {
|
|
175
233
|
background-color: transparent;
|
|
176
|
-
color: var(--
|
|
177
|
-
font-size: var(--
|
|
234
|
+
color: var(--theme-warn-color);
|
|
235
|
+
font-size: var(--theme-caption-font-size);
|
|
178
236
|
}
|
|
179
237
|
|
|
180
238
|
.adf-login-error {
|
|
181
|
-
color: var(--
|
|
239
|
+
color: var(--theme-warn-color);
|
|
182
240
|
position: absolute;
|
|
183
|
-
font-size: var(--
|
|
241
|
+
font-size: var(--theme-caption-font-size);
|
|
184
242
|
margin-top: -12px;
|
|
185
243
|
display: block;
|
|
186
244
|
}
|
|
@@ -198,7 +256,7 @@
|
|
|
198
256
|
}
|
|
199
257
|
|
|
200
258
|
.adf-login-remember-me:has(.adf-login-remember-me-label) {
|
|
201
|
-
color: var(--
|
|
259
|
+
color: var(--adf-theme-foreground-text-color);
|
|
202
260
|
}
|
|
203
261
|
|
|
204
262
|
.adf-login-action-container {
|
|
@@ -20,6 +20,7 @@ $notification-item-height: 72px;
|
|
|
20
20
|
font-size: 24px;
|
|
21
21
|
height: 24px;
|
|
22
22
|
width: 24px;
|
|
23
|
+
color: var(--theme-text-color);
|
|
23
24
|
}
|
|
24
25
|
}
|
|
25
26
|
|
|
@@ -79,19 +80,31 @@ $notification-item-height: 72px;
|
|
|
79
80
|
p {
|
|
80
81
|
line-height: normal;
|
|
81
82
|
margin: 0;
|
|
83
|
+
color: var(--theme-sidenav-user-menu-color);
|
|
82
84
|
}
|
|
83
85
|
}
|
|
84
86
|
}
|
|
85
87
|
}
|
|
86
88
|
}
|
|
87
89
|
|
|
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
|
+
|
|
88
99
|
.adf-notification-history-menu-message:is(p) {
|
|
89
100
|
white-space: nowrap;
|
|
90
101
|
overflow: hidden;
|
|
91
102
|
text-overflow: ellipsis;
|
|
103
|
+
font-size: var(--theme-body-1-font-size);
|
|
92
104
|
}
|
|
93
105
|
|
|
94
106
|
.adf-notification-history-item-list .adf-notification-history-menu-no-message-text {
|
|
107
|
+
color: var(--theme-sidenav-user-menu-color);
|
|
95
108
|
margin: 0;
|
|
96
109
|
padding: 12px 16px;
|
|
97
110
|
opacity: inherit;
|
|
@@ -104,7 +117,7 @@ $notification-item-height: 72px;
|
|
|
104
117
|
}
|
|
105
118
|
|
|
106
119
|
.adf-notification-history-menu-date.adf-notification-history-menu-text:is(p) {
|
|
107
|
-
font-size: var(--
|
|
120
|
+
font-size: var(--theme-caption-font-size);
|
|
108
121
|
text-indent: 3px;
|
|
109
122
|
}
|
|
110
123
|
|
|
@@ -115,16 +128,17 @@ $notification-item-height: 72px;
|
|
|
115
128
|
|
|
116
129
|
&-notification-initiator-pic {
|
|
117
130
|
min-width: 40px;
|
|
118
|
-
background: var(--
|
|
131
|
+
background: var(--theme-accent-color);
|
|
119
132
|
display: inline-block;
|
|
120
133
|
height: 40px;
|
|
121
134
|
border-radius: 100px;
|
|
122
135
|
text-align: center;
|
|
123
136
|
font-weight: bolder;
|
|
124
|
-
font-size: var(--
|
|
137
|
+
font-size: var(--theme-adf-picture-1-font-size);
|
|
125
138
|
text-transform: uppercase;
|
|
126
139
|
vertical-align: middle;
|
|
127
140
|
line-height: 40px;
|
|
141
|
+
color: var(--adf-theme-mat-grey-color-a200);
|
|
128
142
|
}
|
|
129
143
|
|
|
130
144
|
&-notification-history-load-more {
|