ninemoon-ui 0.1.4 → 0.1.6
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/index.css +1 -24
- package/package.json +1 -1
- package/dist/index.umd.js +0 -5193
package/dist/index.css
CHANGED
|
@@ -62,12 +62,7 @@
|
|
|
62
62
|
80%, 90% {
|
|
63
63
|
stroke: #ffa700;
|
|
64
64
|
}
|
|
65
|
-
}
|
|
66
|
-
@tailwind components; */
|
|
67
|
-
/* @tailwind utilities;
|
|
68
|
-
|
|
69
|
-
@layer utilities {
|
|
70
|
-
.form-tick:checked {
|
|
65
|
+
}.form-tick:checked {
|
|
71
66
|
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
|
|
72
67
|
border-color: transparent;
|
|
73
68
|
background-size: 100% 100%;
|
|
@@ -83,21 +78,3 @@
|
|
|
83
78
|
.fade-leave-to {
|
|
84
79
|
opacity: 0;
|
|
85
80
|
}
|
|
86
|
-
} */
|
|
87
|
-
|
|
88
|
-
.form-tick:checked {
|
|
89
|
-
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
|
|
90
|
-
border-color: transparent;
|
|
91
|
-
background-size: 100% 100%;
|
|
92
|
-
background-position: 50%;
|
|
93
|
-
background-repeat: no-repeat;
|
|
94
|
-
}
|
|
95
|
-
.fade-enter-active,
|
|
96
|
-
.fade-leave-active {
|
|
97
|
-
transition: opacity 0.2s ease;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.fade-enter-from,
|
|
101
|
-
.fade-leave-to {
|
|
102
|
-
opacity: 0;
|
|
103
|
-
}
|