@ecodev/natural 70.2.4 → 70.2.5
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 +1 -1
- package/src/lib/_natural.scss +6 -0
package/package.json
CHANGED
package/src/lib/_natural.scss
CHANGED
|
@@ -72,6 +72,12 @@ body {
|
|
|
72
72
|
font-weight: 500;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
+
.nat-fixed-fab {
|
|
76
|
+
position: fixed !important;
|
|
77
|
+
right: 32px;
|
|
78
|
+
bottom: 32px;
|
|
79
|
+
}
|
|
80
|
+
|
|
75
81
|
// Most of our sidenav menus (mainly in admin) use simple nat-gradient-* that applies a contrasted text color
|
|
76
82
|
// that is overridden by material on child element
|
|
77
83
|
// This instruction activate text color inheritance to simplify html and css for active routes.
|