Added a lot of functionality; Fixed a large number of bugs; Removed Bootstrap from the mix and replaced it with SimpleGrid and some choice bits from the bootstrap system; Pricing, Sales, and Product management all now function at basic levels.

This commit is contained in:
Wynne Crisman
2017-01-17 22:31:43 -08:00
parent b757595cd6
commit 55337521f6
49 changed files with 16017 additions and 1547 deletions

View File

@@ -33,26 +33,26 @@
font-style: normal
font-variant: normal
font-weight: 500
.grid
flex: auto
align-self: stretch
overflow-y: auto
overflow-x: auto
.tableContainer
width: 100%
height: 100%
margin-top: 20px
margin-bottom: 20px
border: 0
padding-top: 20px
.table > thead > tr > th
border: 0
padding-top: 0
padding-bottom: 6px
.dataTable
font-size: 12.5px
table
table-layout: fixed
.tdLarge
font-size: 1.5em
width: 100%
thead
> tr
> th.username
width: auto
> th.email
width: auto
> th.roles
width: 260px
> th.actions
width: 80px
.userRemove
color: red
.userEdit