phpvms/resources/sass/now-ui/now-ui-kit/_tables.scss
2018-04-03 19:21:42 -05:00

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;
}