diff options
Diffstat (limited to 'client/components/boards/boardList.styl')
-rw-r--r-- | client/components/boards/boardList.styl | 38 |
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 + |