12 lines
130 B
SCSS
12 lines
130 B
SCSS
table {
|
|
tr {
|
|
cursor: pointer;
|
|
}
|
|
|
|
tr.separator {
|
|
td {
|
|
font-size: smaller;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|