Pickdate and some better general foundation styling
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@import foundation_and_overrides
|
||||
|
||||
.active-lists-table
|
||||
width: 100%
|
||||
.mark_list_as_helped
|
||||
+button-icon-only
|
||||
.close_list
|
||||
+button-icon-only
|
||||
|
||||
.active-orders-table
|
||||
width: 100%
|
||||
.mark_order_active
|
||||
+button-icon-only
|
||||
.mark_order_delivered
|
||||
+button-icon-only
|
||||
@@ -24,6 +24,8 @@ header.top-menu
|
||||
float: left
|
||||
@media #{$medium-up}
|
||||
padding-left: 14px
|
||||
a
|
||||
padding-left: 16px
|
||||
&.extra-info
|
||||
float: right
|
||||
.supplier-info-row
|
||||
|
||||
@@ -7,6 +7,7 @@ aside.side-menu
|
||||
top: 0
|
||||
width: 222px
|
||||
height: 100%
|
||||
z-index: 50
|
||||
> ul
|
||||
list-style: none
|
||||
a
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
// Full day active is not special, highlight when not active,
|
||||
// because it indicates the being active of a time range
|
||||
color: #444
|
||||
|
||||
|
||||
#sub-day-container
|
||||
display: inline-block
|
||||
&.hide
|
||||
|
||||
@@ -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