rdt-client/client/src/app/torrent-table/torrent-table.component.scss
2021-01-12 20:42:06 -07:00

12 lines
130 B
SCSS

table {
tr {
cursor: pointer;
}
tr.separator {
td {
font-size: smaller;
font-weight: bold;
}
}
}