Ajusta portal e desktop para máquina vinculada
This commit is contained in:
parent
0cac7aa23a
commit
ba0dcddefb
4 changed files with 62 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue