[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

@@ -1,5 +1,6 @@
<div
class="l-fixed-position-text l-static-text"
ng-style="{ background: ngModel.fill(), 'border-color': ngModel.stroke(), color: ngModel.color() }">
ng-style="{ background: ngModel.fill(), 'border-color': ngModel.stroke(), color: ngModel.color() }"
>
{{ngModel.element.text}}
</div>