summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.styl
diff options
context:
space:
mode:
authorAngelo Gallarello <angelo.gallarell@gmail.com>2019-04-05 10:38:39 +0200
committerAngelo Gallarello <angelo.gallarell@gmail.com>2019-04-05 10:38:39 +0200
commit48216e16537d50a27579c545c93624c0302a5a78 (patch)
treee09f470769c83d44edffc8572619133ad45ff3e7 /client/components/boards/boardsList.styl
parent477d71e0b90d15b54945a1a04cb0a649344075ae (diff)
downloadwekan-48216e16537d50a27579c545c93624c0302a5a78.tar.gz
wekan-48216e16537d50a27579c545c93624c0302a5a78.tar.bz2
wekan-48216e16537d50a27579c545c93624c0302a5a78.zip
Minor fixes
Diffstat (limited to 'client/components/boards/boardsList.styl')
-rw-r--r--client/components/boards/boardsList.styl13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index 80e47685..9f0b204e 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -93,14 +93,27 @@ $spaceBetweenTiles = 16px
.is-star-active
color: white
+ .fa-clone
+ position: absolute;
+ bottom: 0
+ font-size: 14px
+ height: 18px
+ line-height: 18px
+ opacity: 0
+ right: 0
+ padding: 9px 9px
+ transition-duration: .15s
+ transition-property: color, font-size, background
li:hover a
&:hover
.fa-star,
+ .fa-clone,
.fa-star-o
color: white
.fa-star,
+ .fa-clone,
.fa-star-o
color: white
opacity: .75