70 lines
1.1 KiB
Stylus
70 lines
1.1 KiB
Stylus
#salesMain
|
|
margin: 10px 20px
|
|
height: 100%
|
|
text-align: left
|
|
|
|
.comboList .deactivated
|
|
color: red
|
|
background: #ffdbd9
|
|
|
|
.editor
|
|
height: 100%
|
|
overflow-y: auto
|
|
|
|
.insertSale
|
|
width: 100%
|
|
position: relative
|
|
.paginationContainer
|
|
position: absolute
|
|
right: 0
|
|
bottom: -20px
|
|
.pagination
|
|
white-space: nowrap
|
|
.form-group, label
|
|
text-align: left
|
|
|
|
.formGroupHeading
|
|
font-size: 1.6em
|
|
font-family: "Arial Black", "Arial Bold", Gadget, sans-serif
|
|
font-style: normal
|
|
font-variant: normal
|
|
font-weight: 500
|
|
.grid
|
|
width: 100%
|
|
margin-bottom: 20px
|
|
border: 0
|
|
font-size: 12.5px
|
|
label
|
|
font-size: 10px
|
|
font-weight: 800
|
|
table
|
|
table-layout: fixed
|
|
min-width: 100%
|
|
.saleRemove
|
|
color: red
|
|
margin-left: 8px
|
|
.saleEdit
|
|
color: darkblue
|
|
margin-right: 8px
|
|
.editorApply
|
|
color: green
|
|
.editorCancel
|
|
color: red
|
|
thead
|
|
> tr
|
|
> th.amount
|
|
width: 90px
|
|
> th.product
|
|
width: auto
|
|
min-width: 140px
|
|
> th.price
|
|
width: 140px
|
|
> th.measure
|
|
width: 90px
|
|
> th.date
|
|
width: 140px
|
|
> th.venue
|
|
width: 160px
|
|
> th.actions
|
|
width: 90px
|