summaryrefslogtreecommitdiffstats
path: root/client/components/boards/boardsList.styl
diff options
context:
space:
mode:
authorThuan Pham Quoc <thuanpq.io@gmail.com>2017-11-20 23:24:27 +0700
committerThuan Pham Quoc <thuanpq.io@gmail.com>2017-11-20 23:24:27 +0700
commit6dba4ccd4d0c8d7443e7d9c39ddafed2b8f1b6ca (patch)
tree670e4808cd4fe1563a01f5f6821ae2f6e8e97a20 /client/components/boards/boardsList.styl
parentd38071457ce1ae722d025216fb2bf6ba958697ac (diff)
downloadwekan-6dba4ccd4d0c8d7443e7d9c39ddafed2b8f1b6ca.tar.gz
wekan-6dba4ccd4d0c8d7443e7d9c39ddafed2b8f1b6ca.tar.bz2
wekan-6dba4ccd4d0c8d7443e7d9c39ddafed2b8f1b6ca.zip
Added red-green circle to board lists item for indicating board which has overtime logs or normal spent time log
Diffstat (limited to 'client/components/boards/boardsList.styl')
-rw-r--r--client/components/boards/boardsList.styl17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl
index 4b5245f9..0702b3af 100644
--- a/client/components/boards/boardsList.styl
+++ b/client/components/boards/boardsList.styl
@@ -73,6 +73,23 @@ $spaceBetweenTiles = 16px
transition-duration: .15s
transition-property: color, font-size, background
+ .fa-circle
+ bottom: 0;
+ font-size: 10px;
+ height: 10px;
+ line-height: 10px;
+ padding: 9px 9px;
+ position: absolute;
+ right: 0;
+ transition-duration: .15s
+ transition-property: color, font-size, background
+
+ .has-overtime-card-active
+ color: #eb4646 !important
+
+ .no-overtime-card-active
+ color: #3cb500 !important
+
.is-star-active
color: white