Pickdate and some better general foundation styling
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
$side-spacing: 0px
|
||||
@import constants
|
||||
@import ./foundation_and_overrides
|
||||
@mixin table-fit
|
||||
width: 1px
|
||||
white-space: nowrap
|
||||
html
|
||||
body
|
||||
label
|
||||
@@ -11,9 +14,16 @@ body
|
||||
&.number
|
||||
width: 40px
|
||||
.supplier-is-closed
|
||||
.alert
|
||||
form
|
||||
margin: 0
|
||||
+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
|
||||
@@ -54,3 +64,12 @@ main.main-section
|
||||
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user