summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardList.styl
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-06-16 23:06:06 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-06-16 23:06:06 +0200
commit80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48 (patch)
treef3733a30cecfc44c51c1d3b853bfdf3cab461785 /client/components/boards/boardList.styl
parent758d350f78d46e1884b14105800f8b6e302299e2 (diff)
downloadwekan-80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48.tar.gz
wekan-80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48.tar.bz2
wekan-80a4bdd417f6d11b828ca9a2f09c0d87ae7efe48.zip
Merge, move, and rename the main stylus file
Also fixes #185
Diffstat (limited to 'client/components/boards/boardList.styl')
-rw-r--r--client/components/boards/boardList.styl38
1 files changed, 38 insertions, 0 deletions
diff --git a/client/components/boards/boardList.styl b/client/components/boards/boardList.styl
index 61095d5b..c4fa41be 100644
--- a/client/components/boards/boardList.styl
+++ b/client/components/boards/boardList.styl
@@ -72,3 +72,41 @@
color: #ffd91a
font-size: 16px
opacity: 1
+
+
+.board-backgrounds-list
+
+ .board-background-select
+ box-sizing: border-box
+ display: block
+ float: left
+ width: 50%
+ padding-top: 12px
+ position: relative
+ z-index: 1
+
+ &:nth-child(-n + 2)
+ padding-top: 0
+
+ &:nth-child(2n)
+ padding-left: 6px
+
+ &:nth-child(2n+1)
+ padding-right: 6px
+
+ .background-box
+ border-radius: 3px
+ background-size: cover
+ display: block
+ height: 74px
+ position: relative
+ width: 100%
+ cursor: pointer
+ display: flex
+ align-items: center
+ justify-content: center
+
+ i.fa-check
+ font-size: 25px
+ color: white
+