Basic fullcalendar integration
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
td.boolean
|
||||
+table-fit
|
||||
.boolean-true
|
||||
@extend .fa, .fa-check
|
||||
&.needs_help
|
||||
.boolean-true
|
||||
@extend .fa
|
||||
@@ -8,6 +10,8 @@ td.boolean
|
||||
.boolean-true
|
||||
@extend .fa
|
||||
@extend .fa-money
|
||||
td.colorbox
|
||||
+table-fit
|
||||
.list-orders-container
|
||||
.currency
|
||||
float: right
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
//= require qtip
|
||||
//= require_directory ../base1-shared
|
||||
//= require pickdate
|
||||
//= require fullcalendar
|
||||
@import bourbon
|
||||
@import ./qconstants
|
||||
@import ./foundation_and_overrides
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
.colorbox-container
|
||||
line-height: 1px
|
||||
display: inline-block
|
||||
span
|
||||
display: inline-block
|
||||
.form-field
|
||||
.current-color
|
||||
.colorbox-container
|
||||
padding: 4px
|
||||
border: 2px solid #777
|
||||
margin-right: 16px
|
||||
span
|
||||
width: 32px
|
||||
height: 32px
|
||||
.colorbox-container
|
||||
margin-right: 8px
|
||||
span
|
||||
width: 32px
|
||||
height: 32px
|
||||
td .colorbox-container span
|
||||
width: 16px
|
||||
height: 16px
|
||||
@@ -0,0 +1,11 @@
|
||||
ul.select-employees
|
||||
list-style: none
|
||||
li
|
||||
padding-bottom: 7px
|
||||
border-bottom: 1px solid #ccc
|
||||
margin-bottom: 7px
|
||||
+clearfix
|
||||
.employee-selector
|
||||
float: right
|
||||
span
|
||||
@extend .fa, .fa-2x, .fa-user-plus
|
||||
Reference in New Issue
Block a user