@annalib/anna-core 37.0.24 → 37.1.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/README.md +28 -28
- package/fesm2022/annalib-anna-core.mjs +50 -133
- package/fesm2022/annalib-anna-core.mjs.map +1 -1
- package/lib/anna-core-shared-lib/models/anna-non-editable-gt-models.d.ts +5 -8
- package/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.d.ts +3 -17
- package/package.json +1 -1
- package/src/lib/anna-common-scss/_animate.scss +27 -27
- package/src/lib/anna-common-scss/_application-spacing.scss +8 -8
- package/src/lib/anna-common-scss/_bootstrap-tooltip.scss +29 -29
- package/src/lib/anna-common-scss/_button.scss +18 -18
- package/src/lib/anna-common-scss/_colors.scss +107 -107
- package/src/lib/anna-common-scss/_common-order-listing-table.scss +190 -190
- package/src/lib/anna-common-scss/_custom-anna-datepicker.scss +14 -14
- package/src/lib/anna-common-scss/_customDropdown.scss +126 -126
- package/src/lib/anna-common-scss/_dashboard-partials.scss +107 -107
- package/src/lib/anna-common-scss/_date-picker-form.scss +87 -87
- package/src/lib/anna-common-scss/_drag-and-drop.scss +22 -22
- package/src/lib/anna-common-scss/_easy-filter.scss +139 -139
- package/src/lib/anna-common-scss/_edit-filter-popup.scss +80 -80
- package/src/lib/anna-common-scss/_email-button.scss +89 -89
- package/src/lib/anna-common-scss/_filters.scss +728 -728
- package/src/lib/anna-common-scss/_font.scss +9 -9
- package/src/lib/anna-common-scss/_fonts.scss +86 -86
- package/src/lib/anna-common-scss/_generic-modal.scss +63 -63
- package/src/lib/anna-common-scss/_generic-table-common.scss +220 -220
- package/src/lib/anna-common-scss/_generic-tooltip-html.scss +69 -69
- package/src/lib/anna-common-scss/_gt-table.scss +586 -586
- package/src/lib/anna-common-scss/_icons.scss +3 -3
- package/src/lib/anna-common-scss/_legend.scss +11 -11
- package/src/lib/anna-common-scss/_mat-button-toggle.scss +68 -68
- package/src/lib/anna-common-scss/_mat-menu.scss +17 -17
- package/src/lib/anna-common-scss/_mixins.scss +187 -187
- package/src/lib/anna-common-scss/_modal.scss +37 -37
- package/src/lib/anna-common-scss/_popup-filter-toggle-button.scss +37 -37
- package/src/lib/anna-common-scss/_scrollbar.scss +14 -14
- package/src/lib/anna-common-scss/_show-hide-total-row.scss +27 -27
- package/src/lib/anna-common-scss/_sort.scss +30 -30
- package/src/lib/anna-common-scss/_toggle.scss +86 -86
- package/src/lib/anna-common-scss/style.scss +7 -7
- package/src/lib/anna-common-scss/third-party-lib/_angular-material-mat-radio.scss +26 -26
- package/src/lib/anna-common-scss/third-party-lib/_anna-mat-button-toggle-group-size-lg.scss +39 -39
- package/src/lib/anna-common-scss/third-party-lib/_mat-autocomplete.scss +31 -31
- package/src/lib/anna-common-scss/user-module-common-scss/_user-module.scss +65 -65
- package/src/lib/anna-common-scss/user-module-common-scss/_user-tag-status.scss +111 -111
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
@use "@annalib/anna-core/src/lib/anna-common-scss/fonts" as *;
|
|
2
|
-
|
|
3
|
-
.mdi-info-outline {
|
|
4
|
-
font-size: var(--primary-filter-tooltip-icon-fs);
|
|
5
|
-
color: #268bff;
|
|
6
|
-
cursor: pointer;
|
|
7
|
-
margin-right: 0.8125rem;
|
|
8
|
-
position: relative;
|
|
9
|
-
top: 2px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
label {
|
|
13
|
-
@include fonts(Roboto, var(--demo-normalization-label-fs), normal, normal, normal, 1, 0.2px);
|
|
14
|
-
color: #333;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
::ng-deep .toggle-info {
|
|
18
|
-
color: #4a4a4a;
|
|
19
|
-
margin-bottom: 0;
|
|
20
|
-
@include fonts(Roboto, var(--page-message-content-fs), normal, normal, normal, normal, 0.26px);
|
|
21
|
-
text-align: left;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
::ng-deep .toggle-tooltip .tooltip-inner {
|
|
25
|
-
width: 19.75rem;
|
|
26
|
-
max-width: 19.75rem;
|
|
27
|
-
background: white;
|
|
28
|
-
border-radius: 2px;
|
|
29
|
-
box-shadow:
|
|
30
|
-
0 6px 10px 0 rgba(0, 0, 0, 0.3),
|
|
31
|
-
0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
|
32
|
-
font-size: var(--page-message-content-fs);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
::ng-deep .toggle-tooltip.bs-tooltip-bottom .arrow::before {
|
|
36
|
-
border-bottom-color: white;
|
|
37
|
-
}
|
|
1
|
+
@use "@annalib/anna-core/src/lib/anna-common-scss/fonts" as *;
|
|
2
|
+
|
|
3
|
+
.mdi-info-outline {
|
|
4
|
+
font-size: var(--primary-filter-tooltip-icon-fs);
|
|
5
|
+
color: #268bff;
|
|
6
|
+
cursor: pointer;
|
|
7
|
+
margin-right: 0.8125rem;
|
|
8
|
+
position: relative;
|
|
9
|
+
top: 2px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
label {
|
|
13
|
+
@include fonts(Roboto, var(--demo-normalization-label-fs), normal, normal, normal, 1, 0.2px);
|
|
14
|
+
color: #333;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
::ng-deep .toggle-info {
|
|
18
|
+
color: #4a4a4a;
|
|
19
|
+
margin-bottom: 0;
|
|
20
|
+
@include fonts(Roboto, var(--page-message-content-fs), normal, normal, normal, normal, 0.26px);
|
|
21
|
+
text-align: left;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
::ng-deep .toggle-tooltip .tooltip-inner {
|
|
25
|
+
width: 19.75rem;
|
|
26
|
+
max-width: 19.75rem;
|
|
27
|
+
background: white;
|
|
28
|
+
border-radius: 2px;
|
|
29
|
+
box-shadow:
|
|
30
|
+
0 6px 10px 0 rgba(0, 0, 0, 0.3),
|
|
31
|
+
0 2px 2px 0 rgba(0, 0, 0, 0.2);
|
|
32
|
+
font-size: var(--page-message-content-fs);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
::ng-deep .toggle-tooltip.bs-tooltip-bottom .arrow::before {
|
|
36
|
+
border-bottom-color: white;
|
|
37
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
*::-webkit-scrollbar {
|
|
2
|
-
width: 4px;
|
|
3
|
-
height: 4px;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
*::-webkit-scrollbar-thumb {
|
|
7
|
-
border-radius: 4px;
|
|
8
|
-
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
9
|
-
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
*::-webkit-scrollbar-track {
|
|
13
|
-
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
14
|
-
}
|
|
1
|
+
*::-webkit-scrollbar {
|
|
2
|
+
width: 4px;
|
|
3
|
+
height: 4px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
*::-webkit-scrollbar-thumb {
|
|
7
|
+
border-radius: 4px;
|
|
8
|
+
background-color: rgba(0, 0, 0, 0.4) !important;
|
|
9
|
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
*::-webkit-scrollbar-track {
|
|
13
|
+
border: 1px solid rgba(0, 0, 0, 0.1) !important;
|
|
14
|
+
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
::ng-deep .show-or-hide-toggle-tooltip .tooltip-inner {
|
|
2
|
-
max-width: 229px;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.show-or-hide-toggle-btn.shift-toggle-top-on-total-row-click {
|
|
6
|
-
transform: translate(calc(var(--app-left-space-show-hide-total-row-icon) - 12px), 32px);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.show-or-hide-toggle-btn {
|
|
10
|
-
width: 16px;
|
|
11
|
-
height: 16px;
|
|
12
|
-
padding: 0;
|
|
13
|
-
margin: 0;
|
|
14
|
-
border-radius: 50%;
|
|
15
|
-
position: absolute;
|
|
16
|
-
transform: translate(calc(var(--app-left-space-show-hide-total-row-icon) - 12px), 52px);
|
|
17
|
-
z-index: 999;
|
|
18
|
-
background-color: #d9d9d9;
|
|
19
|
-
& i.mdi.mdi-menu-swap {
|
|
20
|
-
font-size: 16px;
|
|
21
|
-
display: flex;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
#generic-table-conatiner.table-with-show-hide-total-row-toggle .total-row td:nth-of-type(2) {
|
|
26
|
-
padding-left: 16px !important;
|
|
27
|
-
}
|
|
1
|
+
::ng-deep .show-or-hide-toggle-tooltip .tooltip-inner {
|
|
2
|
+
max-width: 229px;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.show-or-hide-toggle-btn.shift-toggle-top-on-total-row-click {
|
|
6
|
+
transform: translate(calc(var(--app-left-space-show-hide-total-row-icon) - 12px), 32px);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.show-or-hide-toggle-btn {
|
|
10
|
+
width: 16px;
|
|
11
|
+
height: 16px;
|
|
12
|
+
padding: 0;
|
|
13
|
+
margin: 0;
|
|
14
|
+
border-radius: 50%;
|
|
15
|
+
position: absolute;
|
|
16
|
+
transform: translate(calc(var(--app-left-space-show-hide-total-row-icon) - 12px), 52px);
|
|
17
|
+
z-index: 999;
|
|
18
|
+
background-color: #d9d9d9;
|
|
19
|
+
& i.mdi.mdi-menu-swap {
|
|
20
|
+
font-size: 16px;
|
|
21
|
+
display: flex;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
#generic-table-conatiner.table-with-show-hide-total-row-toggle .total-row td:nth-of-type(2) {
|
|
26
|
+
padding-left: 16px !important;
|
|
27
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
@use "./fonts" as *;
|
|
2
|
-
|
|
3
|
-
.sort-btn {
|
|
4
|
-
background: white;
|
|
5
|
-
border: none;
|
|
6
|
-
border-right: 1px solid #1b88ff;
|
|
7
|
-
text-decoration: underline;
|
|
8
|
-
@include fonts(Roboto, var(--sort-label-fs), normal, normal, normal, 1.07, normal);
|
|
9
|
-
color: #1b88ff;
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
flex: 1;
|
|
12
|
-
text-align: center;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.sort-btn:last-of-type {
|
|
16
|
-
border-right: none;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.sort-btn.active {
|
|
20
|
-
color: #202b47;
|
|
21
|
-
text-decoration: none;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
p.sort-container {
|
|
25
|
-
margin-top: 8px;
|
|
26
|
-
padding-bottom: 8px;
|
|
27
|
-
border-bottom: 1px solid #e6e6e6;
|
|
28
|
-
margin-bottom: 0;
|
|
29
|
-
display: flex;
|
|
30
|
-
}
|
|
1
|
+
@use "./fonts" as *;
|
|
2
|
+
|
|
3
|
+
.sort-btn {
|
|
4
|
+
background: white;
|
|
5
|
+
border: none;
|
|
6
|
+
border-right: 1px solid #1b88ff;
|
|
7
|
+
text-decoration: underline;
|
|
8
|
+
@include fonts(Roboto, var(--sort-label-fs), normal, normal, normal, 1.07, normal);
|
|
9
|
+
color: #1b88ff;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
flex: 1;
|
|
12
|
+
text-align: center;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.sort-btn:last-of-type {
|
|
16
|
+
border-right: none;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.sort-btn.active {
|
|
20
|
+
color: #202b47;
|
|
21
|
+
text-decoration: none;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
p.sort-container {
|
|
25
|
+
margin-top: 8px;
|
|
26
|
+
padding-bottom: 8px;
|
|
27
|
+
border-bottom: 1px solid #e6e6e6;
|
|
28
|
+
margin-bottom: 0;
|
|
29
|
+
display: flex;
|
|
30
|
+
}
|
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
.switchBtn {
|
|
2
|
-
position: relative;
|
|
3
|
-
display: inline-block;
|
|
4
|
-
width: 50px;
|
|
5
|
-
height: 20px;
|
|
6
|
-
font-size: 12px;
|
|
7
|
-
top: 3px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.switchBtn input {
|
|
11
|
-
display: none;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.slide {
|
|
15
|
-
position: absolute;
|
|
16
|
-
cursor: pointer;
|
|
17
|
-
top: 0;
|
|
18
|
-
left: 0;
|
|
19
|
-
right: 0;
|
|
20
|
-
bottom: 0;
|
|
21
|
-
background-color: #ffffff;
|
|
22
|
-
-webkit-transition: 0.4s;
|
|
23
|
-
transition: 0.4s;
|
|
24
|
-
padding: 4px 4px 4px 22px;
|
|
25
|
-
line-height: 1;
|
|
26
|
-
border: solid 1px rgba(0, 0, 0, 0.1);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.slide:before {
|
|
30
|
-
position: absolute;
|
|
31
|
-
content: "";
|
|
32
|
-
width: 18px;
|
|
33
|
-
height: 18px;
|
|
34
|
-
background-color: #ffffff;
|
|
35
|
-
box-shadow:
|
|
36
|
-
0 3px 3px 0 rgba(0, 0, 0, 0.05),
|
|
37
|
-
0 2px 2px 0 rgba(0, 0, 0, 0.1),
|
|
38
|
-
0 3px 1px 0 rgba(0, 0, 0, 0.05);
|
|
39
|
-
border: solid 0.5px rgba(0, 0, 0, 0.1);
|
|
40
|
-
left: 0px;
|
|
41
|
-
bottom: 0px;
|
|
42
|
-
background-color: white;
|
|
43
|
-
-webkit-transition: 0.4s;
|
|
44
|
-
transition: 0.4s;
|
|
45
|
-
color: #999999;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
input:checked + .slide {
|
|
49
|
-
background-color: #44db5e;
|
|
50
|
-
padding-left: 7px;
|
|
51
|
-
color: #fff;
|
|
52
|
-
line-height: 1;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
input:focus + .slide {
|
|
56
|
-
box-shadow: 0 0 1px #01aeed;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
input:checked + .slide:before {
|
|
60
|
-
-webkit-transform: translateX(20px);
|
|
61
|
-
-ms-transform: translateX(20px);
|
|
62
|
-
transform: translateX(20px);
|
|
63
|
-
left: 10px;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.slide.round {
|
|
67
|
-
border-radius: 15.5px;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.slide.round:before {
|
|
71
|
-
border-radius: 50%;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.has-error {
|
|
75
|
-
transition: all linear 0.5s;
|
|
76
|
-
color: red !important;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.data-label {
|
|
80
|
-
font-size: 11px;
|
|
81
|
-
color: #666666;
|
|
82
|
-
letter-spacing: 0.2px;
|
|
83
|
-
text-overflow: ellipsis;
|
|
84
|
-
overflow: hidden;
|
|
85
|
-
white-space: nowrap;
|
|
86
|
-
}
|
|
1
|
+
.switchBtn {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: inline-block;
|
|
4
|
+
width: 50px;
|
|
5
|
+
height: 20px;
|
|
6
|
+
font-size: 12px;
|
|
7
|
+
top: 3px;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.switchBtn input {
|
|
11
|
+
display: none;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.slide {
|
|
15
|
+
position: absolute;
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
top: 0;
|
|
18
|
+
left: 0;
|
|
19
|
+
right: 0;
|
|
20
|
+
bottom: 0;
|
|
21
|
+
background-color: #ffffff;
|
|
22
|
+
-webkit-transition: 0.4s;
|
|
23
|
+
transition: 0.4s;
|
|
24
|
+
padding: 4px 4px 4px 22px;
|
|
25
|
+
line-height: 1;
|
|
26
|
+
border: solid 1px rgba(0, 0, 0, 0.1);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.slide:before {
|
|
30
|
+
position: absolute;
|
|
31
|
+
content: "";
|
|
32
|
+
width: 18px;
|
|
33
|
+
height: 18px;
|
|
34
|
+
background-color: #ffffff;
|
|
35
|
+
box-shadow:
|
|
36
|
+
0 3px 3px 0 rgba(0, 0, 0, 0.05),
|
|
37
|
+
0 2px 2px 0 rgba(0, 0, 0, 0.1),
|
|
38
|
+
0 3px 1px 0 rgba(0, 0, 0, 0.05);
|
|
39
|
+
border: solid 0.5px rgba(0, 0, 0, 0.1);
|
|
40
|
+
left: 0px;
|
|
41
|
+
bottom: 0px;
|
|
42
|
+
background-color: white;
|
|
43
|
+
-webkit-transition: 0.4s;
|
|
44
|
+
transition: 0.4s;
|
|
45
|
+
color: #999999;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
input:checked + .slide {
|
|
49
|
+
background-color: #44db5e;
|
|
50
|
+
padding-left: 7px;
|
|
51
|
+
color: #fff;
|
|
52
|
+
line-height: 1;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
input:focus + .slide {
|
|
56
|
+
box-shadow: 0 0 1px #01aeed;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
input:checked + .slide:before {
|
|
60
|
+
-webkit-transform: translateX(20px);
|
|
61
|
+
-ms-transform: translateX(20px);
|
|
62
|
+
transform: translateX(20px);
|
|
63
|
+
left: 10px;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
.slide.round {
|
|
67
|
+
border-radius: 15.5px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.slide.round:before {
|
|
71
|
+
border-radius: 50%;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.has-error {
|
|
75
|
+
transition: all linear 0.5s;
|
|
76
|
+
color: red !important;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.data-label {
|
|
80
|
+
font-size: 11px;
|
|
81
|
+
color: #666666;
|
|
82
|
+
letter-spacing: 0.2px;
|
|
83
|
+
text-overflow: ellipsis;
|
|
84
|
+
overflow: hidden;
|
|
85
|
+
white-space: nowrap;
|
|
86
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
@use "./colors" as *;
|
|
2
|
-
@use "./filters" as *;
|
|
3
|
-
@use "./fonts" as *;
|
|
4
|
-
@use "./sort" as *;
|
|
5
|
-
@use "./application-spacing" as *;
|
|
6
|
-
@use "./customDropdown" as *;
|
|
7
|
-
@use "./icons" as *;
|
|
1
|
+
@use "./colors" as *;
|
|
2
|
+
@use "./filters" as *;
|
|
3
|
+
@use "./fonts" as *;
|
|
4
|
+
@use "./sort" as *;
|
|
5
|
+
@use "./application-spacing" as *;
|
|
6
|
+
@use "./customDropdown" as *;
|
|
7
|
+
@use "./icons" as *;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
@mixin anna-mat-radio() {
|
|
2
|
-
.mdc-radio__background {
|
|
3
|
-
width: var(--mat-radio-size);
|
|
4
|
-
height: var(--mat-radio-size);
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.mdc-radio__inner-circle {
|
|
8
|
-
border-width: calc(var(--mat-radio-size) / 2);
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.mdc-form-field > label {
|
|
12
|
-
margin: 0 0 0 4px;
|
|
13
|
-
padding: 0;
|
|
14
|
-
top: -2px;
|
|
15
|
-
position: relative;
|
|
16
|
-
font-size: var(--radio-button-label-fs);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.mdc-radio--disabled + label {
|
|
20
|
-
color: var(--primary-text-color-dark) !important;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
&.mat-mdc-radio-button .mdc-form-field .mdc-radio {
|
|
24
|
-
padding: 0;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
1
|
+
@mixin anna-mat-radio() {
|
|
2
|
+
.mdc-radio__background {
|
|
3
|
+
width: var(--mat-radio-size);
|
|
4
|
+
height: var(--mat-radio-size);
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.mdc-radio__inner-circle {
|
|
8
|
+
border-width: calc(var(--mat-radio-size) / 2);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.mdc-form-field > label {
|
|
12
|
+
margin: 0 0 0 4px;
|
|
13
|
+
padding: 0;
|
|
14
|
+
top: -2px;
|
|
15
|
+
position: relative;
|
|
16
|
+
font-size: var(--radio-button-label-fs);
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.mdc-radio--disabled + label {
|
|
20
|
+
color: var(--primary-text-color-dark) !important;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&.mat-mdc-radio-button .mdc-form-field .mdc-radio {
|
|
24
|
+
padding: 0;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
// :host ::ng-deep mat-button-toggle-group.anna-button-toggle {
|
|
2
|
-
// height: 24px;
|
|
3
|
-
|
|
4
|
-
// .mat-button-toggle-appearance-standard {
|
|
5
|
-
// border: none !important;
|
|
6
|
-
// }
|
|
7
|
-
|
|
8
|
-
// .mat-button-toggle-checked [aria-pressed*="true"],
|
|
9
|
-
// .mat-button-toggle-checked [disabled*="true"],
|
|
10
|
-
// .mat-button-toggle-1-button [disabled*="true"] {
|
|
11
|
-
// background-color: #1b88ff;
|
|
12
|
-
// color: #fff;
|
|
13
|
-
// opacity: 1;
|
|
14
|
-
// }
|
|
15
|
-
|
|
16
|
-
// mat-button-toggle button .mat-button-toggle-checkbox-wrapper {
|
|
17
|
-
// display: none;
|
|
18
|
-
// }
|
|
19
|
-
|
|
20
|
-
// button {
|
|
21
|
-
// color: white;
|
|
22
|
-
// background-color: var(--primary-blue-color);
|
|
23
|
-
// width: 110px;
|
|
24
|
-
// text-align: initial;
|
|
25
|
-
// display: flex !important;
|
|
26
|
-
// justify-content: center !important;
|
|
27
|
-
// }
|
|
28
|
-
|
|
29
|
-
// .mat-button-toggle-label-content {
|
|
30
|
-
// line-height: 23px;
|
|
31
|
-
// letter-spacing: 0 !important;
|
|
32
|
-
// }
|
|
33
|
-
|
|
34
|
-
// span {
|
|
35
|
-
// width: fit-content !important;
|
|
36
|
-
// font-weight: 400;
|
|
37
|
-
// font-size: var(--page-link-fs);
|
|
38
|
-
// }
|
|
39
|
-
// }
|
|
1
|
+
// :host ::ng-deep mat-button-toggle-group.anna-button-toggle {
|
|
2
|
+
// height: 24px;
|
|
3
|
+
|
|
4
|
+
// .mat-button-toggle-appearance-standard {
|
|
5
|
+
// border: none !important;
|
|
6
|
+
// }
|
|
7
|
+
|
|
8
|
+
// .mat-button-toggle-checked [aria-pressed*="true"],
|
|
9
|
+
// .mat-button-toggle-checked [disabled*="true"],
|
|
10
|
+
// .mat-button-toggle-1-button [disabled*="true"] {
|
|
11
|
+
// background-color: #1b88ff;
|
|
12
|
+
// color: #fff;
|
|
13
|
+
// opacity: 1;
|
|
14
|
+
// }
|
|
15
|
+
|
|
16
|
+
// mat-button-toggle button .mat-button-toggle-checkbox-wrapper {
|
|
17
|
+
// display: none;
|
|
18
|
+
// }
|
|
19
|
+
|
|
20
|
+
// button {
|
|
21
|
+
// color: white;
|
|
22
|
+
// background-color: var(--primary-blue-color);
|
|
23
|
+
// width: 110px;
|
|
24
|
+
// text-align: initial;
|
|
25
|
+
// display: flex !important;
|
|
26
|
+
// justify-content: center !important;
|
|
27
|
+
// }
|
|
28
|
+
|
|
29
|
+
// .mat-button-toggle-label-content {
|
|
30
|
+
// line-height: 23px;
|
|
31
|
+
// letter-spacing: 0 !important;
|
|
32
|
+
// }
|
|
33
|
+
|
|
34
|
+
// span {
|
|
35
|
+
// width: fit-content !important;
|
|
36
|
+
// font-weight: 400;
|
|
37
|
+
// font-size: var(--page-link-fs);
|
|
38
|
+
// }
|
|
39
|
+
// }
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
@mixin anna-mat-autocomplete() {
|
|
2
|
-
background-color: white;
|
|
3
|
-
padding: 0 !important;
|
|
4
|
-
box-shadow:
|
|
5
|
-
0 2px 4px -1px #0003,
|
|
6
|
-
0 4px 5px #00000024,
|
|
7
|
-
0 1px 10px #0000001f;
|
|
8
|
-
|
|
9
|
-
& .mat-mdc-option {
|
|
10
|
-
min-height: 30px;
|
|
11
|
-
height: 30px;
|
|
12
|
-
&:hover {
|
|
13
|
-
background-color: var(--dropdown-hover-color) !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
& .mdc-list-item__primary-text {
|
|
17
|
-
display: inline-block;
|
|
18
|
-
text-overflow: ellipsis;
|
|
19
|
-
overflow: hidden;
|
|
20
|
-
white-space: pre;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
& .mat-pseudo-checkbox {
|
|
24
|
-
display: none;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
& .mat-option {
|
|
29
|
-
background-color: var(--dropdown-hover-color) !important;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
1
|
+
@mixin anna-mat-autocomplete() {
|
|
2
|
+
background-color: white;
|
|
3
|
+
padding: 0 !important;
|
|
4
|
+
box-shadow:
|
|
5
|
+
0 2px 4px -1px #0003,
|
|
6
|
+
0 4px 5px #00000024,
|
|
7
|
+
0 1px 10px #0000001f;
|
|
8
|
+
|
|
9
|
+
& .mat-mdc-option {
|
|
10
|
+
min-height: 30px;
|
|
11
|
+
height: 30px;
|
|
12
|
+
&:hover {
|
|
13
|
+
background-color: var(--dropdown-hover-color) !important;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
& .mdc-list-item__primary-text {
|
|
17
|
+
display: inline-block;
|
|
18
|
+
text-overflow: ellipsis;
|
|
19
|
+
overflow: hidden;
|
|
20
|
+
white-space: pre;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
& .mat-pseudo-checkbox {
|
|
24
|
+
display: none;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
& .mat-option {
|
|
29
|
+
background-color: var(--dropdown-hover-color) !important;
|
|
30
|
+
}
|
|
31
|
+
}
|