mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +00:00
a0f31132e3
WTD-847 Significant markup and CSS for color palette support;
6 lines
189 B
HTML
6 lines
189 B
HTML
<div
|
|
class="l-fixed-position-text l-static-text"
|
|
ng-style="{ background: ngModel.fill(), 'border-color': ngModel.stroke(), color: ngModel.color() }"
|
|
>
|
|
{{ngModel.element.text}}
|
|
</div> |