@appartmint/mint 3.0.2 → 3.0.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.
package/dist/css/mint.css
CHANGED
|
@@ -8,12 +8,11 @@
|
|
|
8
8
|
color: var(--mint-fore);
|
|
9
9
|
resize: none;
|
|
10
10
|
}
|
|
11
|
-
.mint-edit-info-
|
|
11
|
+
.mint-edit-info .mint-btns {
|
|
12
12
|
display: flex;
|
|
13
13
|
align-items: center;
|
|
14
14
|
justify-content: flex-end;
|
|
15
15
|
gap: 0.5rem;
|
|
16
|
-
margin-bottom: 1rem;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
.mint-label {
|
|
@@ -2236,10 +2235,6 @@ textarea {
|
|
|
2236
2235
|
.mint-check [type=checkbox] + span i:first-child {
|
|
2237
2236
|
opacity: 0;
|
|
2238
2237
|
}
|
|
2239
|
-
.mint-check + span {
|
|
2240
|
-
width: 1.5rem;
|
|
2241
|
-
text-align: center;
|
|
2242
|
-
}
|
|
2243
2238
|
|
|
2244
2239
|
.mint-dropdown {
|
|
2245
2240
|
display: flex;
|