Commit 6d6ecbd4 by Patrick O'Carroll

fixed sidemenu icon issue created by earlier pr

parent 166778b3
.gicon { .gicon {
line-height: 1; line-height: 1;
display: inline-block; display: inline-block;
//width: 1.1057142857em; width: 1.1057142857em;
//height: 1.1057142857em; height: 1.1057142857em;
height: 22px;
width: 22px;
text-align: center; text-align: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
......
...@@ -123,6 +123,8 @@ ...@@ -123,6 +123,8 @@
position: relative; position: relative;
opacity: 0.7; opacity: 0.7;
font-size: 130%; font-size: 130%;
height: 22px;
width: 22px;
} }
.fa { .fa {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment