Files
HopFrame/HopFrame.Web/Pages/Administration/UsersPage.razor.css
2024-07-23 19:15:01 +02:00

18 lines
203 B
CSS

.title {
display: flex;
flex-direction: row;
justify-content: space-between;
}
th, h3 {
user-select: none;
}
.reload, .sorter {
cursor: pointer;
}
.bold {
font-weight: bold;
}