diff options
author | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-11-20 22:26:31 +0700 |
---|---|---|
committer | Thuan Pham Quoc <thuanpq.io@gmail.com> | 2017-11-20 22:26:31 +0700 |
commit | eec3c301bc7b0f29d7a7fcfcf59d330ceb604985 (patch) | |
tree | 57000da1012bfdd24363b6449dd77dfddcefe6de /client/components/cards/cardTime.styl | |
parent | dfd0b2194746208c85b16fd485e7ca6f0cc34b57 (diff) | |
download | wekan-eec3c301bc7b0f29d7a7fcfcf59d330ceb604985.tar.gz wekan-eec3c301bc7b0f29d7a7fcfcf59d330ceb604985.tar.bz2 wekan-eec3c301bc7b0f29d7a7fcfcf59d330ceb604985.zip |
Add card spent time to log time what can be overtime or not (will support filtering in future)
Diffstat (limited to 'client/components/cards/cardTime.styl')
-rw-r--r-- | client/components/cards/cardTime.styl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/client/components/cards/cardTime.styl b/client/components/cards/cardTime.styl new file mode 100644 index 00000000..3c4b43ae --- /dev/null +++ b/client/components/cards/cardTime.styl @@ -0,0 +1,17 @@ +.card-time + display: block + border-radius: 4px + padding: 1px 3px + color: #fff + + background-color: #dbdbdb + &:hover, &.is-active + background-color: #b3b3b3 + + time + &::before + font: normal normal normal 14px/1 FontAwesome + font-size: inherit + -webkit-font-smoothing: antialiased + content: "\f017" // clock symbol + margin-right: 0.3em |