This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oscarleiva
/
energylink
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fixed styling of gicon's in dropdown menus
Torkel Ödegaard
6 years ago
parent
5524dacc9d
commit
176315cf40
1 changed files
with
3 additions
and
1 deletions
Unified View
Show Diff Stats
3
1
public/sass/components/_dropdown.scss
+ 3
- 1
public/sass/components/_dropdown.scss
View File
@@ -93,7 +93,9 @@
}
}
.gicon {
.gicon {
- opacity: 0.9;
+ opacity: 0.7;
+ width: 14px;
+ height: 14px;
}
}
}
}
}
}