Beginning work on the right-hand side menu styling.

This commit is contained in:
Maxim Khlobystov 2015-05-15 11:02:51 -07:00
parent e4989a43a6
commit a1bf92d6c7

View File

@ -287,6 +287,12 @@ body {
&:hover { &:hover {
background-color: extract(@lightGrey, 1); background-color: extract(@lightGrey, 1);
} }
i, span {
float: left;
}
span {
margin-left: 20px;
}
} }
@media @mobile-portrait-with-keyboard, @mobile-portrait { @media @mobile-portrait-with-keyboard, @mobile-portrait {
height: 110px; height: 110px;