1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/assets/css/_tables.scss

17 lines
155 B
SCSS

.table--condensed {
width: auto;
caption {
text-align: left;
}
tr {
border: 0;
}
th,
td {
padding: 0 $base-spacing 0 0;
}
}