mirror of https://github.com/wekan/wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.0 KiB
58 lines
1.0 KiB
@import 'nib'
|
|
|
|
position()
|
|
if arguments[0] == cover
|
|
position: absolute
|
|
left: 0
|
|
right: 0
|
|
top: 0
|
|
bottom: 0
|
|
else
|
|
position: arguments
|
|
|
|
.board-wrapper
|
|
position: cover
|
|
|
|
.board-canvas
|
|
position: cover
|
|
transition: margin .1s
|
|
|
|
&.is-sibling-sidebar-open
|
|
margin-right: 248px
|
|
|
|
.swimlane
|
|
border-bottom: 1px solid #CCC
|
|
display: flex
|
|
flex-direction: row
|
|
margin: 0 0 10px
|
|
padding: 0 40px 5px 0
|
|
overflow-x: auto
|
|
overflow-y: hidden
|
|
|
|
.board-overlay
|
|
position: cover
|
|
top: -100px
|
|
right: -400px
|
|
background: black
|
|
opacity: 0.33
|
|
animation: fadeIn 0.2s
|
|
z-index: 16
|
|
|
|
&.is-dragging-active
|
|
.open-minicard-composer,
|
|
.minicard-wrapper.is-checked
|
|
display: none
|
|
|
|
@media screen and (max-width: 800px)
|
|
.board-wrapper
|
|
|
|
.board-canvas
|
|
|
|
.swimlane
|
|
border-bottom: 1px solid #CCC
|
|
display: flex
|
|
flex-direction: column
|
|
margin: 0
|
|
padding: 0 40px 0px 0
|
|
overflow-x: hidden
|
|
overflow-y: auto
|
|
|