adiciona tabela com sort para os registros
This commit is contained in:
@@ -27,3 +27,26 @@ body {
|
||||
.btn-list form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.table-sort {
|
||||
align-items: center;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
font: inherit;
|
||||
gap: 0.25rem;
|
||||
padding: 0;
|
||||
text-transform: inherit;
|
||||
}
|
||||
|
||||
.table-sort:hover,
|
||||
.table-sort:focus {
|
||||
color: var(--tblr-primary);
|
||||
}
|
||||
|
||||
.sort-indicator {
|
||||
display: inline-block;
|
||||
min-width: 1ch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user