@onemrvapublic/design-system-theme 20.11.1-develop.2 → 20.11.1
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/index.scss +0 -6
- package/package.json +1 -1
package/index.scss
CHANGED
|
@@ -97,12 +97,6 @@
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
// The overlay for datepicker needs to be able to go above the
|
|
101
|
-
// top navbar of Wave
|
|
102
|
-
.cdk-overlay-container {
|
|
103
|
-
z-index: 1500;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
100
|
@include fonts.theme();
|
|
107
101
|
@include layout.override();
|
|
108
102
|
@include utilities.utilities();
|