brf/client/public/components/results_page.module.scss

17 lines
190 B
SCSS

.table {
td:nth-child(3),
td:nth-child(3) ~ td {
text-align: right;
}
tr:hover {
background: #eee;
}
td,
th {
border: 1px solid #ccc;
padding: 3px 5px;
}
}