aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 12:08:35 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 12:08:35 +0100
commitf5a9aa21e2ab958f60c143668f4836bc47e2b539 (patch)
tree7d7cb70dee56e6ca4a927f7789601cc428381659 /src/styles/tabs.scss
parentfeat(Service): Add option to mute service (diff)
downloadferdium-app-f5a9aa21e2ab958f60c143668f4836bc47e2b539.tar.gz
ferdium-app-f5a9aa21e2ab958f60c143668f4836bc47e2b539.tar.zst
ferdium-app-f5a9aa21e2ab958f60c143668f4836bc47e2b539.zip
feat(App): Add option to mute all services in sidebar
Closes #8 #162
Diffstat (limited to 'src/styles/tabs.scss')
-rw-r--r--src/styles/tabs.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/tabs.scss b/src/styles/tabs.scss
index 75568898b..abafdb53c 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -41,9 +41,16 @@
41 } 41 }
42 } 42 }
43 43
44 &:hover {
45 .tab-item__icon {
46 transform: scale(1.1);
47 }
48 }
49
44 .tab-item__icon { 50 .tab-item__icon {
45 width: 30px; 51 width: 30px;
46 height: auto; 52 height: auto;
53 transition: transform 0.25s;
47 } 54 }
48 55
49 .tab-item__message-count { 56 .tab-item__message-count {