top nav bar changes reg logo

This commit is contained in:
gandhimathi 2018-08-20 18:29:03 +05:30
parent 3f287c92a2
commit 58097bc38a

View File

@ -5,10 +5,10 @@
<i class="ti-align-justify"></i>
</a>
<a class="navbar-brand" ui-sref="app.dashboard" ng-if="getLoginDash != 'student'">
<img style=" width: 120px;background-color: white;" ng-src="{{app.layout.logo}}" alt="{{app.name}}"/>
<img style=" width: 180px;" ng-src="{{app.layout.logo}}" alt="{{app.name}}"/>
</a>
<a class="navbar-brand" ui-sref="app.studentView" ng-if="getLoginDash == 'student'">
<img style=" width: 120px;background-color: white;" ng-src="{{app.layout.logo}}" alt="{{app.name}}"/>
<img style=" width: 180px;" ng-src="{{app.layout.logo}}" alt="{{app.name}}"/>
</a>
<a class="sidebar-toggler pull-right visible-md visible-lg" ng-click="app.layout.isSidebarClosed = !app.layout.isSidebarClosed">
<i class="ti-align-justify"></i>