@sd-angular/core 1.2.36 → 1.2.37
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/assets/scss/sd-core.scss
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
@import "./core/scrollbar.scss";
|
|
8
8
|
@import "./core/typography.scss";
|
|
9
9
|
@import "./core/text.scss";
|
|
10
|
+
@import "./core/print.scss";
|
|
10
11
|
@import "./core/override-material-ui.scss";
|
|
11
12
|
@import "./themes/default.scss";
|
|
12
13
|
|
|
@@ -33,19 +34,3 @@
|
|
|
33
34
|
.ql-snow .ql-tooltip {
|
|
34
35
|
z-index: 1;
|
|
35
36
|
}
|
|
36
|
-
|
|
37
|
-
@media print {
|
|
38
|
-
.sd-print,
|
|
39
|
-
.cdk-overlay-container {
|
|
40
|
-
display: none;
|
|
41
|
-
}
|
|
42
|
-
#sdPrintSection {
|
|
43
|
-
font: 12pt "Times New Roman", Times, serif
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
@media not print {
|
|
48
|
-
#sdPrintSection {
|
|
49
|
-
display: none;
|
|
50
|
-
}
|
|
51
|
-
}
|
package/package.json
CHANGED
|
index 58599c9..4e61564 100644
|
|
|
Binary file
|