monkey-style-guide 21.2.0 → 21.2.4

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.
Files changed (30) hide show
  1. package/README.md +24 -24
  2. package/assets/scss/autocomplete/_index.scss +6 -6
  3. package/assets/scss/autocomplete/_styles.scss +149 -149
  4. package/assets/scss/directives/_badge.scss +48 -48
  5. package/assets/scss/directives/_index.scss +8 -8
  6. package/assets/scss/directives/_popover.scss +102 -102
  7. package/assets/scss/directives/_styles.scss +99 -99
  8. package/assets/scss/input/_index.scss +6 -6
  9. package/assets/scss/input/_styles.scss +67 -67
  10. package/assets/scss/partials/_breakpoints.scss +145 -145
  11. package/assets/scss/partials/_grid-system.scss +5069 -5069
  12. package/assets/scss/partials/_helper-classes.scss +373 -373
  13. package/assets/scss/partials/_icons.scss +38 -38
  14. package/assets/scss/partials/_index.scss +14 -14
  15. package/assets/scss/partials/_popover.scss +3 -3
  16. package/assets/scss/partials/_scrollbars.scss +29 -29
  17. package/assets/scss/partials/_skeleton-loading.scss +95 -95
  18. package/assets/scss/partials/_style-reset.scss +191 -191
  19. package/assets/scss/partials/_variables.scss +95 -95
  20. package/assets/scss/table/_index.scss +6 -6
  21. package/assets/scss/table/_styles.scss +11 -11
  22. package/assets/scss/theme.scss +14 -14
  23. package/assets/scss/typography/_index.scss +6 -6
  24. package/assets/scss/typography/_styles.scss +43 -43
  25. package/fesm2022/monkey-style-guide.mjs +2064 -1989
  26. package/fesm2022/monkey-style-guide.mjs.map +1 -1
  27. package/monkey-style-guide-21.2.4.tgz +0 -0
  28. package/package.json +1 -1
  29. package/types/monkey-style-guide.d.ts +21 -10
  30. package/monkey-style-guide-21.2.0.tgz +0 -0
@@ -1,43 +1,43 @@
1
- * {
2
- font-family: var(--mecx-font-name), arial, sans-serif;
3
- -webkit-font-smoothing: auto;
4
- -moz-osx-font-smoothing: auto;
5
-
6
- a {
7
- text-decoration: none !important;
8
- }
9
- }
10
-
11
- .mecx-link {
12
- display: inline-flex;
13
- align-items: center;
14
- gap: 4px;
15
- color: var(--mecx-color-gray-900) !important;
16
-
17
- &:hover {
18
- color: var(--mecx-color-theme-main) !important;
19
- }
20
-
21
- &:active {
22
- transform: scale(0.96);
23
- }
24
-
25
- span {
26
- text-decoration: underline !important;
27
- }
28
-
29
- i {
30
- display: flex;
31
- align-items: center;
32
- }
33
-
34
- &.disabled {
35
- pointer-events: none;
36
-
37
- span {
38
- color: var(--mecx-color-gray-400);
39
- font-weight: 400;
40
- cursor: not-allowed;
41
- }
42
- }
43
- }
1
+ * {
2
+ font-family: var(--mecx-font-name), arial, sans-serif;
3
+ -webkit-font-smoothing: auto;
4
+ -moz-osx-font-smoothing: auto;
5
+
6
+ a {
7
+ text-decoration: none !important;
8
+ }
9
+ }
10
+
11
+ .mecx-link {
12
+ display: inline-flex;
13
+ align-items: center;
14
+ gap: 4px;
15
+ color: var(--mecx-color-gray-900) !important;
16
+
17
+ &:hover {
18
+ color: var(--mecx-color-theme-main) !important;
19
+ }
20
+
21
+ &:active {
22
+ transform: scale(0.96);
23
+ }
24
+
25
+ span {
26
+ text-decoration: underline !important;
27
+ }
28
+
29
+ i {
30
+ display: flex;
31
+ align-items: center;
32
+ }
33
+
34
+ &.disabled {
35
+ pointer-events: none;
36
+
37
+ span {
38
+ color: var(--mecx-color-gray-400);
39
+ font-weight: 400;
40
+ cursor: not-allowed;
41
+ }
42
+ }
43
+ }