aboutsummaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP/src/main/webapp/app/policyApp/policy-models/Editor/templates/spinner.html
blob: 5485996ef5d2f1bf47d475bf558531ca8b572a09 (plain)
1
2
3
4
5
<div class="spinner-wrapper col-xs-12">
    <svg class="spinner-container" style="width:65px;height:65px" viewBox="0 0 44 44">
        <circle class="path" cx="22" cy="22" r="20" fill="none" stroke-width="4"></circle>
    </svg>
</div>