[Frontend] Minor sanding

WTD-894
Fix to correct spacing problem in object-header
This commit is contained in:
Charles Hacskaylo
2015-02-25 18:59:36 -08:00
parent 424d60440c
commit 068518b535
4 changed files with 9 additions and 8 deletions

View File

@ -56,6 +56,7 @@
.object-header .type-icon {
color: $colorAlt1;
margin-right: $interiorMargin;
}
.menu .type-icon,

View File

@ -364,10 +364,10 @@ label.checkbox.custom {
.top-bar,
.object-browse-bar {
.object-header {
font-size: 1.2em;
font-size: 1.1em;
span {
display: inline-block;
margin-right: $interiorMargin;
// margin-right: $interiorMargin;
}
}
}