mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:35:48 +08:00
29 lines
458 B
SCSS
29 lines
458 B
SCSS
.admin-report-table {
|
|
.table {
|
|
font-size: $font-down-1;
|
|
}
|
|
|
|
.table .admin-report-table-header {
|
|
font-weight: 500;
|
|
border-right: 1px solid $primary-low;
|
|
padding: auto;
|
|
|
|
.title {
|
|
writing-mode: vertical-rl;
|
|
text-orientation: mixed;
|
|
text-align: right;
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.sort-btn {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.table tbody tr td {
|
|
&.user .username {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|