12 lines
281 B
SCSS
12 lines
281 B
SCSS
|
|
.table-condensed > tbody > tr > td,
|
|
.table-condensed > tbody > tr > th,
|
|
.table-condensed > tfoot > tr > td,
|
|
.table-condensed > tfoot > tr > th,
|
|
.table-condensed > thead > tr > td,
|
|
.table-condensed > thead > tr > th {
|
|
padding: 5px;
|
|
/*text-align: center;*/
|
|
cursor: pointer;
|
|
}
|