(add order template mockup)

This commit is contained in:
Adam Wathan
2017-02-08 15:22:01 -05:00
parent 09e1d5a11d
commit 825a3da157
10 changed files with 219 additions and 2 deletions

View File

@@ -1,9 +1,11 @@
@bg-light: @color-white;
@bg-soft: @color-gray-lightest;
@bg-muted: @color-gray-lighter;
@bg-gray: @color-gray-dark;
@bg-dark: @color-black;
.bg-light { background-color: @bg-light; }
.bg-soft { background-color: @bg-soft; }
.bg-muted { background-color: @bg-muted; }
.bg-gray { background-color: @bg-gray; }
.bg-dark { background-color: @bg-dark; }