@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.
@@ -0,0 +1,15 @@
1
+ @media print {
2
+ .sd-print,
3
+ .cdk-overlay-container {
4
+ display: none;
5
+ }
6
+ #sdPrintSection {
7
+ font: 12pt "Times New Roman", Times, serif
8
+ }
9
+ }
10
+
11
+ @media not print {
12
+ #sdPrintSection {
13
+ display: none;
14
+ }
15
+ }
@@ -5,6 +5,13 @@
5
5
  height: 7px;
6
6
  }
7
7
 
8
+ /* scrollbar hover*/
9
+ /* Tăng kích thước khi hover để user dễ thao tác */
10
+ ::-webkit-scrollbar:hover {
11
+ width: 10px;
12
+ height: 10px;
13
+ }
14
+
8
15
  /* Track */
9
16
  ::-webkit-scrollbar-track {
10
17
  background: #F1F1F1;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sd-angular/core",
3
- "version": "1.2.36",
3
+ "version": "1.2.37",
4
4
  "homepage": "https://www.facebook.com/DarkP3ter",
5
5
  "author": {
6
6
  "name": "darkpeter",
index 58599c9..4e61564 100644
Binary file