76 lines
1.3 KiB
Sass
76 lines
1.3 KiB
Sass
$side-spacing: 0px
|
|
@import constants
|
|
@import ./foundation_and_overrides
|
|
@mixin table-fit
|
|
width: 1px
|
|
white-space: nowrap
|
|
html
|
|
body
|
|
label
|
|
&.number
|
|
display: inline
|
|
padding: 4px 10px
|
|
input
|
|
&.number
|
|
width: 40px
|
|
.supplier-is-closed
|
|
+alert($bg: $secondary-color)
|
|
.close
|
|
+alert-close
|
|
.open-supplier-button
|
|
+button($padding: $button-tny)
|
|
margin: 0
|
|
margin-left: 20px
|
|
form
|
|
margin: 0
|
|
display: inline-block
|
|
.location_picker_search
|
|
float: left
|
|
.draggable
|
|
cursor: move !important
|
|
input.dimension
|
|
width: 40px
|
|
.location_picker_map
|
|
width: 600px
|
|
height: 500px
|
|
border: 1px solid black
|
|
padding: 2px
|
|
display: inline-block
|
|
float: left
|
|
clear: left
|
|
img
|
|
max-width: none
|
|
label
|
|
width: auto
|
|
display:inline
|
|
.handle
|
|
cursor: move
|
|
font-size: 0.8em
|
|
color: #777
|
|
form
|
|
&.form-inline
|
|
display: inline-block
|
|
padding: 4px
|
|
.clear
|
|
clear: both
|
|
body
|
|
background-image: $wood
|
|
background-repeat: repeat
|
|
main.main-section
|
|
+panel($bg:rgba(200,200,200,0.8))
|
|
min-height: 100%
|
|
padding: 0
|
|
margin: 0
|
|
|
|
.hide, .hidden
|
|
display: none
|
|
table
|
|
&.table
|
|
// Bootstrap behaviour
|
|
width: 100%
|
|
td.actions, th.actions
|
|
text-align: right
|
|
+table-fit
|
|
th.status-icons, td.status-icons
|
|
+table-fit
|