20 lines
421 B
Sass
20 lines
421 B
Sass
$side-spacing: 5px
|
|
body
|
|
padding-left: $side-spacing
|
|
padding-right: $side-spacing
|
|
//padding-top: 50px
|
|
.navbar-fixed-top
|
|
margin-left: -$side-spacing
|
|
margin-right: -$side-spacing
|
|
margin-bottom: 3px
|
|
.page-header
|
|
margin-top: 4px
|
|
margin-bottom: 6px
|
|
padding-bottom: 0
|
|
.order-product-count
|
|
width: 30px
|
|
text-align: right
|
|
margin-bottom: 0
|
|
.order-count-cell
|
|
white-space: nowrap
|