[Frontend] In-progress checkin: color palette SASS

WTD-847
Significant markup and CSS for color palette support;
This commit is contained in:
Charles Hacskaylo
2015-02-25 18:17:11 -08:00
parent bdd070e12f
commit a0f31132e3
12 changed files with 205 additions and 68 deletions

View File

@@ -29,7 +29,11 @@
.l-fixed-position-item {
position: absolute;
border: 1px solid transparent;
@include box-sizing(border-box);
// @include box-sizing(border-box);
&>div {
@include box-sizing(border-box);
@include test(red);
}
&.s-selected {
@include boxShdwLarge();
border-color: $colorKey;
@@ -72,7 +76,8 @@
text-align: right;
&.telem-only {
@include test();
left: 0; width: 100%;
left: $p;
width: 100%;
}
}
}