mirror of
https://github.com/nasa/openmct.git
synced 2025-01-02 11:26:42 +00:00
988f539ee1
Bring in open-source-friendly changes to CSS, fonts, templates, related to WTD-1045.
11 lines
301 B
HTML
11 lines
301 B
HTML
<a class="t-btn l-btn s-btn s-icon-btn s-very-subtle"
|
|
ng-class="{ labeled: structure.text }"
|
|
ng-click="structure.click()">
|
|
<span class="ui-symbol icon">
|
|
{{structure.glyph}}
|
|
</span>
|
|
<span class="title-label" ng-if="structure.text">
|
|
{{structure.text}}
|
|
</span>
|
|
</a>
|