phpvms/resources/sass/now-ui/now-ui-kit/_tables.scss

12 lines
281 B
SCSS
Raw Normal View History

2018-04-04 08:21:42 +08:00
.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;
}