@appartmint/mint 2.6.16 → 2.6.17
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
|
@@ -2032,6 +2032,9 @@ textarea {
|
|
|
2032
2032
|
background-color: var(--mint-brand-2);
|
|
2033
2033
|
filter: grayscale(0);
|
|
2034
2034
|
}
|
|
2035
|
+
.mint-check [type=checkbox]:checked + span i {
|
|
2036
|
+
opacity: 1;
|
|
2037
|
+
}
|
|
2035
2038
|
.mint-check [type=checkbox] + span {
|
|
2036
2039
|
display: flex;
|
|
2037
2040
|
align-items: center;
|
|
@@ -2047,6 +2050,11 @@ textarea {
|
|
|
2047
2050
|
filter: grayscale(1);
|
|
2048
2051
|
transition: filter 300ms, background-color 300ms, left 300ms;
|
|
2049
2052
|
}
|
|
2053
|
+
.mint-check [type=checkbox] + span i {
|
|
2054
|
+
color: var(--mint-back);
|
|
2055
|
+
opacity: 0;
|
|
2056
|
+
transition: opacity 300ms;
|
|
2057
|
+
}
|
|
2050
2058
|
.mint-check + span {
|
|
2051
2059
|
width: 1.5rem;
|
|
2052
2060
|
text-align: center;
|