[Bug fix] Removed temp dev styling and fixed width issues with telemtry elements in Fixed Position view

This commit is contained in:
Charles Hacskaylo
2015-02-26 10:33:42 -08:00
committed by Victor Woeltjen
parent 448b535de0
commit 7c7f1c3dbc
2 changed files with 24 additions and 24 deletions

View File

@@ -73,13 +73,14 @@
left: $p;
}
&.l-value {
// @include test(blue);
right: $p;
left: auto;
text-align: right;
&.telem-only {
@include test();
// @include test(red);
left: $p;
width: 100%;
width: auto;
}
}
}