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:
34
imports/ui/UserManagement.import.styl
vendored
34
imports/ui/UserManagement.import.styl
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user