(add order table mockup)

This commit is contained in:
Adam Wathan
2017-08-15 15:34:48 -04:00
parent 9923d23bc3
commit 05bde91aa4
4 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,20 @@
.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;
}
}