summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardBody.styl
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/boards/boardBody.styl')
-rw-r--r--client/components/boards/boardBody.styl34
1 files changed, 34 insertions, 0 deletions
diff --git a/client/components/boards/boardBody.styl b/client/components/boards/boardBody.styl
new file mode 100644
index 00000000..de4963ab
--- /dev/null
+++ b/client/components/boards/boardBody.styl
@@ -0,0 +1,34 @@
+@import 'nib'
+
+.board-wrapper
+ left: 0
+ top: 0
+ bottom: 0
+ right: 0
+ position: absolute
+ overflow: hidden
+
+ .board-canvas
+ position: absolute
+ left: 0
+ right: 0
+ top: 0
+ bottom: 0
+ transition: margin .1s
+
+ &.next-sidebar
+ margin-right: 248px
+
+.lists
+ align-items: flex-start
+ display: flex
+ flex-direction: row
+ margin-bottom: 10px
+ overflow-x: auto
+ overflow-y: hidden
+ padding-bottom: 10px
+ position: absolute
+ top: 0
+ right: 0
+ bottom: 0
+ left: 0