Files
ticketbeast/resources/assets/less/tables.less
2017-08-16 13:18:34 -04:00

21 lines
269 B
Plaintext

.table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
td, th {
.text-left;
padding: @spacer-2;
white-space: nowrap;
}
th {
.wt-medium;
.border-b-2;
}
td {
.border-t;
}
}