50 lines
1.1 KiB
Sass
50 lines
1.1 KiB
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
|
|
.section-tables-container
|
|
.section-table
|
|
background-color: #ccc
|
|
height: 44px
|
|
background-repeat: no-repeat
|
|
width: 45px
|
|
//background-image: image-url('icons/section-table.png')
|
|
.table-link
|
|
margin-top: -45px
|
|
.table-number
|
|
position: absolute
|
|
top: 0
|
|
line-height: 44px
|
|
width: 45px
|
|
font-size: 42px
|
|
text-align: center
|
|
.action-button-container
|
|
margin-right: -20px
|
|
&.section-tables-active
|
|
position: relative
|
|
padding: 0
|
|
height: 400px
|
|
background-image: image-url('textures/wood4.jpg')
|
|
.section-table
|
|
position: absolute
|
|
cursor: move
|
|
&.section-tables-inactive
|
|
.section-table
|
|
margin-top: 10px
|
|
margin-bottom: 30px
|
|
float: left
|
|
margin-right: 30px
|
|
.supplier-is-closed
|
|
.alert
|
|
form
|
|
margin: 0
|