@gloww/gloww 20.0.0-beta.4 → 20.0.0-beta.7
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.
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
@use '@angular/material' as mat;
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@mixin gloww-lib-theme($theme) {
|
|
7
|
-
@include code-editor-component-theme($theme);
|
|
8
|
-
@include menu-list-item-component-theme($theme);
|
|
9
|
-
@include auto-complete-component-theme($theme);
|
|
10
|
-
html,
|
|
11
|
-
body {
|
|
12
|
-
height: 100%;
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use '@angular/material' as mat;
|
|
3
|
+
@use 'Components/menu-list-item/menu-list-item.component' as menu-list-item;
|
|
4
|
+
@use 'Components/code-editor/code-editor.component' as code-editor;
|
|
5
|
+
@use 'Components/auto-complete/auto-complete.component' as auto-complete;
|
|
6
|
+
@mixin gloww-lib-theme($theme) {
|
|
7
|
+
@include code-editor.code-editor-component-theme($theme);
|
|
8
|
+
@include menu-list-item.menu-list-item-component-theme($theme);
|
|
9
|
+
@include auto-complete.auto-complete-component-theme($theme);
|
|
10
|
+
html,
|
|
11
|
+
body {
|
|
12
|
+
height: 100%;
|
|
13
13
|
}
|
|
14
14
|
body {
|
|
15
15
|
margin: 0;
|
|
@@ -42,4 +42,4 @@
|
|
|
42
42
|
padding-right: 10px !important;
|
|
43
43
|
padding-left: 10px !important;
|
|
44
44
|
}
|
|
45
|
-
}
|
|
45
|
+
}
|