|
|
|
@ -142,23 +142,20 @@ margin-bottom: 10%;"/>
|
|
|
|
|
<!-- Logo -->
|
|
|
|
|
<a ui-sref="home" ng-click="headerCopyDisplay()" class="logo logo-yedian shine" ng-if="!currentUser.org">
|
|
|
|
|
<!-- mini logo for sidebar mini 50x50 pixels -->
|
|
|
|
|
<span class="logo-mini"><img src="static/images/r_white_logo.svg"
|
|
|
|
|
style="max-height: 35px;margin-left: 15%;"></span>
|
|
|
|
|
<span class="logo-mini"></span>
|
|
|
|
|
<!-- logo for regular state and mobile devices -->
|
|
|
|
|
<span class="logo-lg"><img src="static/images/rp_white_logo.svg"
|
|
|
|
|
style="max-height: 35px;">
|
|
|
|
|
<b>RoyalPay</b>
|
|
|
|
|
|
|
|
|
|
<b>|</b>
|
|
|
|
|
<b>{{roleNow}}</b>
|
|
|
|
|
</span>
|
|
|
|
|
</a>
|
|
|
|
|
<a ui-sref="home" ng-click="headerCopyDisplay()" class="logo logo-yedian shine" ng-if="currentUser.org">
|
|
|
|
|
<!-- mini logo for sidebar mini 50x50 pixels -->
|
|
|
|
|
<span class="logo-mini"><img ng-src="{{currentUser.org.logo}}"
|
|
|
|
|
style="max-height: 35px;margin-bottom: 8px;margin-right: 5px;"></span>
|
|
|
|
|
<span class="logo-mini"></span>
|
|
|
|
|
<!-- logo for regular state and mobile devices -->
|
|
|
|
|
<span class="logo-lg"><img ng-src="{{currentUser.org.logo}}"
|
|
|
|
|
style="max-height: 35px;margin-bottom: 8px;margin-right: 5px;"><b
|
|
|
|
|
ng-bind="currentUser.org.name"></b></span>
|
|
|
|
|
<span class="logo-lg"><b
|
|
|
|
|
ng-bind="currentUser.org.name"></b><b>|</b>
|
|
|
|
|
<b>{{roleNow}}</b></span>
|
|
|
|
|
</a>
|
|
|
|
|
<ul class="navbar-header">
|
|
|
|
|
<li ui-sref-active="active" style="border-bottom-left-radius: 5px;border-top-left-radius: 5px;">
|
|
|
|
|