aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/welcome.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/welcome.scss')
-rw-r--r--src/styles/welcome.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss
index cfdcc80ad..46299b966 100644
--- a/src/styles/welcome.scss
+++ b/src/styles/welcome.scss
@@ -73,15 +73,8 @@
73 width: 35px; 73 width: 35px;
74 height: 35px; 74 height: 35px;
75 margin: 0 10px 15px; 75 margin: 0 10px 15px;
76 filter: grayscale(1)
77 opacity(0.5);
78 transition: 0.5s filter, 0.5s opacity; 76 transition: 0.5s filter, 0.5s opacity;
79 77
80 &:hover {
81 filter: grayscale(0);
82 opacity: (1);
83 }
84
85 img { 78 img {
86 width: 35px; 79 width: 35px;
87 } 80 }