mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
21 lines
269 B
Plaintext
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;
|
|
}
|
|
}
|