@acorex/styles 4.1.6 → 4.1.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "4.1.6",
3
+ "version": "4.1.9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/scss/buttons.scss CHANGED
@@ -6,7 +6,7 @@
6
6
  display: inline-flex;
7
7
  flex-direction: row;
8
8
  font-family: inherit;
9
- font-size: 0.875rem;
9
+ font-size: 1rem;
10
10
  vertical-align: baseline;
11
11
 
12
12
  .button {
@@ -76,7 +76,7 @@ ag-grid-angular {
76
76
  text-align: center;
77
77
  display: inline-flex;
78
78
  justify-content: center;
79
- font-size: 12px;
79
+ font-size: 1rem;
80
80
  align-items: center;
81
81
  }
82
82
 
package/scss/forms.scss CHANGED
@@ -486,7 +486,7 @@
486
486
  white-space: nowrap;
487
487
  vertical-align: middle;
488
488
  text-overflow: ellipsis;
489
- font-size: 0.9em;
489
+ font-size: 1rem;
490
490
  max-width: 110px;
491
491
  direction: inherit;
492
492
  text-align: inherit;
package/scss/master.scss CHANGED
@@ -43,7 +43,7 @@
43
43
  height: calc((var(--ax-base-size) * var(--ax-base-ratio)) - 10px) !important;
44
44
  line-height: calc((var(--ax-base-size) * var(--ax-base-ratio)) - 10px) !important;
45
45
  padding: 0 0.3rem;
46
- font-size: 0.75rem;
46
+ font-size: 0.875rem;
47
47
  &.ax-button-icon {
48
48
  padding: 0.3rem;
49
49
  }
@@ -52,7 +52,7 @@
52
52
  height: calc(var(--ax-base-size) * var(--ax-base-ratio)) !important;
53
53
  line-height: calc(var(--ax-base-size) * var(--ax-base-ratio)) !important;
54
54
  padding: 0 1rem;
55
- font-size: 0.875rem;
55
+ font-size: 1rem;
56
56
  font-weight: 500;
57
57
  &.ax-button-icon {
58
58
  padding: 0.7rem;
package/scss/menu.scss CHANGED
@@ -227,7 +227,7 @@
227
227
  .ax.nav-menu li li span,
228
228
  .ax.nav-menu li:hover li span {
229
229
  padding: 5px 10px;
230
- font-size: 12px;
230
+ font-size: 1rem;
231
231
  line-height: normal;
232
232
  }
233
233
 
package/scss/style.scss CHANGED
@@ -33,8 +33,6 @@ body {
33
33
  scroll-behavior: smooth;
34
34
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
35
35
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
36
- font-size: 16px;
37
- line-height: 1.4285em;
38
36
  }
39
37
 
40
38
  .rtl {