diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 09:50:41 +0200 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-08-28 09:52:20 +0200 |
commit | 84f49fa7a11065f6ca21057d532011e2f4d51300 (patch) | |
tree | 5b89f799cf4ecd06fa30161128f33685e3d8c1a1 /client/components/main/header.styl | |
parent | 691c3aff684e945add6a4c1a119094e77fa32e6c (diff) | |
download | wekan-84f49fa7a11065f6ca21057d532011e2f4d51300.tar.gz wekan-84f49fa7a11065f6ca21057d532011e2f4d51300.tar.bz2 wekan-84f49fa7a11065f6ca21057d532011e2f4d51300.zip |
Call me Wekan
Thank you @neynah for the Wekan icons
Closes #247
Diffstat (limited to 'client/components/main/header.styl')
-rw-r--r-- | client/components/main/header.styl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/components/main/header.styl b/client/components/main/header.styl index e31f0992..d4edd82f 100644 --- a/client/components/main/header.styl +++ b/client/components/main/header.styl @@ -75,6 +75,16 @@ float: left border-radius: 3px + .wekan-logo + display: block + margin: 3px auto 0 + width: 97px + opacity: 0.6 + transition: opacity 0.15s + + &:hover + opacity: 0.9 + .board-header-btns display: block margin-top: 3px |