39 lines
925 B
Sass
39 lines
925 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
|
|
.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-number
|
|
margin-top: -45px
|
|
.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
|