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 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 {