@ecodev/natural 68.0.1 → 68.0.3
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/package.json
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use '@angular/material' as mat;
|
|
2
|
+
|
|
1
3
|
:host {
|
|
2
4
|
position: fixed !important;
|
|
3
5
|
right: 32px;
|
|
@@ -5,4 +7,11 @@
|
|
|
5
7
|
// Default bottom right
|
|
6
8
|
bottom: 32px;
|
|
7
9
|
z-index: 999; // < than 1000 that is the z-index of overlay contents
|
|
10
|
+
|
|
11
|
+
@include mat.fab-overrides(
|
|
12
|
+
(
|
|
13
|
+
container-color: var(--mat-sys-tertiary-container),
|
|
14
|
+
foreground-color: var(--mat-sys-on-tertiary-container),
|
|
15
|
+
)
|
|
16
|
+
);
|
|
8
17
|
}
|