mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
a0f31132e3
WTD-847 Significant markup and CSS for color palette support;
6 lines
162 B
HTML
6 lines
162 B
HTML
<div
|
|
ng-style="{ 'background-image': 'url(' + ngModel.element.url + ')', border: '1px solid ' + ngModel.stroke() }"
|
|
class="l-fixed-position-image"
|
|
>
|
|
</div>
|