@appartmint/mint 0.11.8 → 0.11.10

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 App/Art Mint
3
+ Copyright (c) 2023-2024 App Art Mint LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/css/mint.css CHANGED
@@ -28,7 +28,7 @@
28
28
  display: inline-block;
29
29
  border-radius: 1rem;
30
30
  color: var(--mint-fore);
31
- background: var(--mint-brand-5);
31
+ background: var(--mint-brand-2);
32
32
  border: 0.125rem solid var(--mint-brand-3);
33
33
  text-align: center;
34
34
  }
@@ -36,7 +36,7 @@
36
36
  .mint-btn,
37
37
  .mint-btn-group,
38
38
  .mint-pill {
39
- width: auto;
39
+ width: fit-content;
40
40
  }
41
41
  }
42
42
  .mint-btn:hover,
@@ -86,13 +86,13 @@
86
86
  .mint-btn-group.mint-reverse:hover,
87
87
  .mint-pill.mint-reverse:hover {
88
88
  color: var(--mint-fore);
89
- background: var(--mint-brand-5);
89
+ background: var(--mint-brand-2);
90
90
  }
91
91
  .mint-btn.mint-reverse:focus,
92
92
  .mint-btn-group.mint-reverse:focus,
93
93
  .mint-pill.mint-reverse:focus {
94
94
  color: var(--mint-fore);
95
- background: var(--mint-brand-5);
95
+ background: var(--mint-brand-2);
96
96
  }
97
97
  .mint-btn.mint-reverse:active, .mint-btn.mint-reverse.mint-active,
98
98
  .mint-btn-group.mint-reverse:active,
@@ -100,7 +100,7 @@
100
100
  .mint-pill.mint-reverse:active,
101
101
  .mint-pill.mint-reverse.mint-active {
102
102
  color: var(--mint-fore);
103
- background: var(--mint-brand-5);
103
+ background: var(--mint-brand-2);
104
104
  }
105
105
  .mint-btn.mint-alt,
106
106
  .mint-btn-group.mint-alt,
@@ -1463,6 +1463,14 @@ section.mint-bigger {
1463
1463
  margin-right: auto;
1464
1464
  }
1465
1465
 
1466
+ .mint-left {
1467
+ float: left;
1468
+ }
1469
+
1470
+ .mint-right {
1471
+ float: right;
1472
+ }
1473
+
1466
1474
  html, body {
1467
1475
  font-family: sans-serif, -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";
1468
1476
  font-size: 1rem;
@@ -1474,7 +1482,7 @@ html, body {
1474
1482
  }
1475
1483
 
1476
1484
  p {
1477
- line-height: 1.75;
1485
+ line-height: 1.25;
1478
1486
  }
1479
1487
 
1480
1488
  h1,