329 lines
6.3 KiB
Sass
329 lines
6.3 KiB
Sass
body
|
|
position: absolute // allow columns/errors to fill the whole page
|
|
top: 0
|
|
left: 0
|
|
right: 0
|
|
bottom: 0
|
|
|
|
&[data-context="task"]
|
|
overflow: hidden // columns scroll independently
|
|
nav.sidebar .navbar-item.tasks
|
|
+sidebar-button-active
|
|
|
|
&[data-context="shot"]
|
|
overflow: hidden // columns scroll independently
|
|
nav.sidebar .navbar-item.shots
|
|
+sidebar-button-active
|
|
|
|
&[data-context="asset"]
|
|
overflow: hidden // columns scroll independently
|
|
nav.sidebar .navbar-item.assets
|
|
+sidebar-button-active
|
|
|
|
&[data-context="dashboard"]
|
|
nav.sidebar .navbar-item.attract
|
|
+sidebar-button-active
|
|
#col_main
|
|
background-color: $color-background-light
|
|
.col_header
|
|
box-shadow: none
|
|
|
|
nav.sidebar
|
|
a.navbar-item
|
|
&.tasks, &.shots, &.assets
|
|
text-transform: initial
|
|
font-size: .85em
|
|
|
|
.input-group
|
|
width: 100%
|
|
display: flex
|
|
align-items: center
|
|
|
|
label
|
|
padding-right: 10px
|
|
min-width: 80px
|
|
white-space: nowrap
|
|
|
|
&.select_multiple
|
|
margin-bottom: 10px
|
|
|
|
.input-group
|
|
input, textarea, select
|
|
margin-top: 10px
|
|
margin-bottom: 10px
|
|
width: 100%
|
|
|
|
option
|
|
@include status-color-property(color, '', 'dark')
|
|
|
|
button
|
|
&#item-save
|
|
+button($color-success, 3px)
|
|
|
|
|
|
/* Attract specific table tweaks */
|
|
.item-list
|
|
overflow-x: auto
|
|
.table
|
|
background-color: white
|
|
.table-row:hover
|
|
background-color: $color-background-light
|
|
|
|
.table-cell
|
|
&.item-status
|
|
width: 5px
|
|
min-width: 5px
|
|
height: 100%
|
|
border-bottom: none
|
|
.table-head
|
|
&.is-fixed
|
|
position: fixed
|
|
top: 42px
|
|
z-index: 1
|
|
background-color: white
|
|
|
|
.table-cell
|
|
text-align: center
|
|
|
|
&.highlight .collapser
|
|
color: $color-primary-dark
|
|
|
|
&.item-thumbnail
|
|
width: $items-list-thumbnail-width
|
|
|
|
&.task-type
|
|
text-transform: capitalize
|
|
|
|
span.collapser
|
|
cursor: pointer
|
|
width: 100%
|
|
display: inline-block
|
|
padding: 2px
|
|
|
|
&:hover
|
|
span.collapser
|
|
color: $color-primary
|
|
|
|
.table-body
|
|
.table-row
|
|
@include status-color-property(background-color, ' .item-status', '')
|
|
|
|
.table-cell
|
|
text-align: center
|
|
|
|
&.active
|
|
background-color: $color-background
|
|
|
|
&.highlight
|
|
background-color: rgba(white, .5)
|
|
|
|
&.task-type a:before
|
|
transform: translate(-50%, -50%) scale(1.2)
|
|
|
|
&.item-name
|
|
text-align: left
|
|
position: relative
|
|
height: 100%
|
|
a
|
|
display: flex
|
|
padding: 5px 10px
|
|
color: $color-text-dark-primary
|
|
|
|
span
|
|
margin: auto 0
|
|
line-height: 1.1em
|
|
|
|
&.item-thumbnail
|
|
border-left: none
|
|
border-bottom: none
|
|
img
|
|
transition: opacity 150ms ease-in-out
|
|
|
|
&.task-type
|
|
position: relative
|
|
height: 100%
|
|
white-space: nowrap
|
|
|
|
a
|
|
display: inline-block /* Each task next to each other */
|
|
vertical-align: middle
|
|
height: 100%
|
|
min-height: 100%
|
|
padding: 15px
|
|
transition: all 150ms ease-in-out
|
|
position: relative
|
|
|
|
@include status-color-property(background-color, ':before', '')
|
|
|
|
&:focus
|
|
outline: none
|
|
|
|
&:before
|
|
transform: translate(-50%, -50%) scale(1.5)
|
|
|
|
&:before
|
|
display: block
|
|
content: ''
|
|
position: absolute
|
|
width: 16px
|
|
height: 16px
|
|
border-radius: 50%
|
|
border: 0px solid transparent
|
|
+position-center-translate
|
|
transition: background-color 250ms ease-in-out, border 150ms ease-in-out, box-shadow 500ms ease-in-out
|
|
|
|
span
|
|
display: block
|
|
+position-center-translate
|
|
z-index: 1
|
|
font:
|
|
weight: bold
|
|
size: .8em
|
|
text:
|
|
align: center
|
|
transform: capitalize
|
|
color: white
|
|
|
|
&.active
|
|
opacity: 1
|
|
&:before
|
|
transform: translate(-50%, -50%) scale(1.3)
|
|
border: 2px solid white
|
|
box-shadow: 0 0 0 1px rgba($color-primary, .2), 1px 1px 0 rgba(black, .2)
|
|
&:hover
|
|
border-color: $color-primary-light
|
|
&.flash-on
|
|
background: transparent !important
|
|
&:before
|
|
box-shadow: 0 0 25px 5px white
|
|
|
|
&.processing
|
|
background-image: none
|
|
pointer-events: none
|
|
cursor: not-allowed
|
|
|
|
&:before
|
|
+stripes-animate
|
|
+stripes(transparent, rgba($color-background-active, .6), -45deg, 15px)
|
|
animation-duration: 4s
|
|
|
|
&.active
|
|
background-image: none
|
|
|
|
&.newborn
|
|
pointer-events: none
|
|
|
|
&:hover
|
|
&:before
|
|
opacity: .8
|
|
transform: translate(-50%, -50%) scale(1.2)
|
|
&.active:before
|
|
transform: translate(-50%, -50%) scale(1.3)
|
|
|
|
button.task-add
|
|
display: flex
|
|
width: auto
|
|
border-radius: initial
|
|
opacity: 0
|
|
vertical-align: middle
|
|
padding: 5px
|
|
justify-content: center
|
|
|
|
color: $color-primary
|
|
border: none
|
|
background: none
|
|
|
|
&:hover, &:focus
|
|
opacity: 1
|
|
|
|
.item-list-header
|
|
a
|
|
color: $color-text-dark
|
|
+text-overflow-ellipsis
|
|
a.item-project
|
|
color: $color-text-dark-secondary
|
|
margin-right: 10px
|
|
|
|
span.item-extra
|
|
white-space: nowrap
|
|
padding-right: 10px
|
|
|
|
/* Debug styles, such as status color legend on help */
|
|
.debug-info
|
|
padding-top: 10px
|
|
display: flex
|
|
flex-direction: column
|
|
|
|
.debug-info-toggle
|
|
width: 100%
|
|
color: $color-text-dark-hint
|
|
font-size: .9em
|
|
text-align: right
|
|
|
|
.status-debug-item
|
|
width: 100%
|
|
|
|
.status-debug-item-statuses
|
|
display: flex
|
|
align-items: center
|
|
justify-content: center
|
|
color: $color-text
|
|
text-shadow: 1px 1px 0 rgba(white, .3)
|
|
|
|
.light, .regular, .dark
|
|
flex: 1
|
|
min-height: 25px
|
|
display: flex
|
|
align-items: center
|
|
justify-content: center
|
|
|
|
.light
|
|
@include status-color-property(background-color, '', 'light')
|
|
.regular
|
|
flex: 3
|
|
@include status-color-property(background-color, '', '')
|
|
.dark
|
|
@include status-color-property(background-color, '', 'dark')
|
|
|
|
|
|
.attract-box
|
|
.item-id
|
|
padding: 8px
|
|
margin-left: 10px
|
|
width: 40px
|
|
border: thin solid transparent
|
|
background-color: white
|
|
color: $color-text-dark-secondary
|
|
box-shadow: none
|
|
border-color: $color-text-dark-hint
|
|
|
|
&:hover
|
|
color: $color-text-dark-primary
|
|
border-color: $color-text-dark-primary
|
|
|
|
|
|
#item-details
|
|
overflow-x: hidden
|
|
|
|
.item-details-empty
|
|
display: flex
|
|
align-items: center
|
|
justify-content: center
|
|
width: 100%
|
|
height: 100%
|
|
color: rgba($color-text-dark-hint, .5)
|
|
cursor: default
|
|
padding: 15px 10px
|
|
font:
|
|
size: 2em
|
|
weight: 100
|
|
|
|
#item-view-feed
|
|
padding: 10px
|
|
color: $color-text-dark-primary
|
|
pre
|
|
margin: 15px auto
|
|
|
|
#comments-container
|
|
margin-top: 0
|