18 lines
203 B
CSS
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;
|
|
}
|