Ajusta portal e desktop para máquina vinculada

This commit is contained in:
Esdras Renan 2025-10-13 19:20:16 -03:00
parent 0cac7aa23a
commit ba0dcddefb
4 changed files with 62 additions and 9 deletions

View file

@ -21,7 +21,7 @@ body {
}
.btn {
@apply inline-flex items-center justify-center rounded-lg border px-3 py-2 text-sm font-semibold transition;
@apply inline-flex items-center justify-center rounded-md border px-3 py-2 text-sm font-semibold transition;
}
.btn-primary {
@ -49,7 +49,7 @@ body {
}
.tab-btn {
@apply rounded-lg border border-transparent bg-transparent px-3 py-1.5 text-sm font-medium text-slate-700 hover:bg-slate-100;
@apply rounded-md border border-transparent bg-transparent px-3 py-1.5 text-sm font-medium text-slate-700 hover:bg-slate-100;
}
.tab-btn.active {