aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/tabs.scss
diff options
context:
space:
mode:
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 3e5904d2c..9b13df1f0 100644
--- a/src/styles/tabs.scss
+++ b/src/styles/tabs.scss
@@ -47,9 +47,16 @@
47 } 47 }
48 } 48 }
49 49
50 &:hover {
51 .tab-item__icon {
52 transform: scale(1.1);
53 }
54 }
55
50 .tab-item__icon { 56 .tab-item__icon {
51 width: 30px; 57 width: 30px;
52 height: auto; 58 height: auto;
59 transition: transform 0.25s;
53 } 60 }
54 61
55 .tab-item__message-count { 62 .tab-item__message-count {