mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
17 lines
155 B
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;
|
|
}
|
|
}
|