@platformatic/ui-components 0.6.3 → 0.6.5
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/package.json
CHANGED
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.checkbox--white {
|
|
14
|
-
@apply border-
|
|
14
|
+
@apply border-white bg-rich-black
|
|
15
15
|
}
|
|
16
16
|
.checkbox--white:checked {
|
|
17
|
-
@apply bg-
|
|
17
|
+
@apply bg-rich-black text-white;
|
|
18
18
|
}
|
|
19
|
-
|
|
20
19
|
.checkbox--main-dark-blue:checked:after,
|
|
21
20
|
.checkbox--white:checked:after {
|
|
22
|
-
@apply absolute
|
|
23
|
-
|
|
24
|
-
|
|
21
|
+
@apply absolute h-full w-full;
|
|
22
|
+
top: 1px;
|
|
23
|
+
left: 1.5px;
|
|
24
|
+
content: url('data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%229%22%20viewBox%3D%220%200%2013%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%204L5%208L12%201%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.disabled {
|