Project

General

Profile

« Previous | Next » 

Revision 57697

[Monitor Dashboard]: 1. Change inputs to materials. 2. Add fonts. 3. Add uikit.js on index 4. Add reorder functionality on indicators. 5. Fix height of header to 70px

View differences:

app.component.html
1 1
<!--disable_transitions -->
2 2
<div class="sidebar_main_swipe" [class.sidebar_main_active]="open && hasSidebar">
3 3
  <div id="header_main"[class.header_full]="!hasSidebar">
4
    <nav class="uk-light">
4
    <div class="uk-light">
5 5
      <a *ngIf="hasSidebar" id="sidebar_main_toggle" (click)="toggleOpen()" class="sSwitch sSwitch_left">
6 6
        <span class="sSwitchIcon"></span>
7 7
      </a>
8
    </nav>
8
    </div>
9 9
  </div>
10 10
  <router-outlet></router-outlet>
11 11
</div>

Also available in: Unified diff