@platformatic/ui-components 0.1.29 → 0.1.30
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
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@apply flex justify-start text-white uppercase hover:cursor-pointer mb-4 tracking-[.25rem] h-[2rem];
|
|
7
7
|
}
|
|
8
8
|
.tab {
|
|
9
|
-
@apply
|
|
9
|
+
@apply mx-8 min-w-[105px] text-center text-sm first:ml-0 last:mr-0;
|
|
10
10
|
}
|
|
11
11
|
.selected-tab {
|
|
12
12
|
@apply underline text-main-green underline-offset-8 font-bold;
|
package/tailwind.config.cjs
CHANGED