(add mostly static published concert orders template)

This commit is contained in:
Adam Wathan
2017-07-13 14:10:20 -04:00
parent 4a26fd064e
commit 5f3c07b10d
4 changed files with 73 additions and 1 deletions

View File

@@ -11,3 +11,8 @@
.border-r { border-right: @border-1 solid @border-color; }
.border-rounded { border-radius: @border-radius; }
@media (min-width: @screen-md) {
.border-md-r { border-right: @border-1 solid @border-color; }
}