(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

@@ -10,6 +10,8 @@
.border-l { border-left: @border-1 solid @border-color; }
.border-r { border-right: @border-1 solid @border-color; }
.border-b-2 { border-bottom: 2px solid @border-color; }
.border-rounded { border-radius: @border-radius; }