[Frontend] Tweaks in Inspector

open #90
Colors, spacing, properties layout mods;
This commit is contained in:
Charles Hacskaylo
2015-10-30 23:44:15 -07:00
parent 64c6ef6cfd
commit 141a54cbd6
3 changed files with 37 additions and 71 deletions

View File

@@ -222,6 +222,8 @@ $pad: $interiorMargin * $baseRatio;
position: absolute;
height: $d; width: $d;
line-height: $d;
overflow: hidden;
word-break: break-all;
&:before,
&:after {
@@ -235,7 +237,7 @@ $pad: $interiorMargin * $baseRatio;
&:hover {
color: $colorKey;
@include transform(scale(1.2));
//@include transform(scale(1.2));
}
}
}