[Frontend] Inspector-related fixes

open #244
Moved older .l-flex class out of layout and
into archetypes, updated definition;
This commit is contained in:
Charles Hacskaylo
2015-11-04 15:20:42 -08:00
parent e09cf91def
commit f4325e2bb3
4 changed files with 81 additions and 88 deletions

View File

@@ -365,16 +365,6 @@
}
}
.l-flex {
@include webkitVal('display', 'flex');
@include webkitProp('flex-flow', 'row nowrap');
.left {
//@include test(red);
@include webkitProp(flex, '1 1 0');
padding-right: $interiorMarginLg;
}
}
// When the tree is hidden, these are the
// classes used for the left menu and the
// right representation.