Unlogged layout fixes. Logo same size in all pages. Back link as button.
This commit is contained in:
parent
2f157fe48a
commit
25cd9675d8
7 changed files with 40 additions and 37 deletions
|
|
@ -101,7 +101,7 @@
|
|||
ng-class="{'dni':$root.hideNavigation}"
|
||||
></div>
|
||||
|
||||
<section ng-class="{'main':$root.iden && !$root.starting, 'pin-main':$root.hideNavigation}" ng-view></section>
|
||||
<section ng-class="{'main':$root.iden && !$root.starting && !$root.hideNavigation}" ng-view></section>
|
||||
|
||||
<a class="exit-off-canvas"></a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue