Merge pull request #174 from whiteout-io/dev/WO-717

Desktop mode: align folder icons text in nav
This commit is contained in:
Tankred Hase 2014-11-12 20:43:16 +01:00
commit 97ec23c973
1 changed files with 4 additions and 2 deletions

View File

@ -49,8 +49,9 @@
fill: $color-white;
width: 20px;
height: 1em;
vertical-align: baseline;
vertical-align: middle;
margin-right: 5px;
margin-top: -0.25em;
}
}
.btn-icon-very-light {
@ -96,8 +97,9 @@
fill: $color-white;
width: 20px;
height: 1em;
vertical-align: baseline;
vertical-align: middle;
margin-right: 5px;
margin-top: -0.25em;
}
}