Project

General

Profile

« Previous | Next » 

Revision 58065

Initial commit for the new layout provided by the UX team

View differences:

topmenu-landing.component.ts
8 8
@Component({
9 9
  selector: 'top-menu-landing',
10 10
  templateUrl: './topmenu-landing.component.html',
11
  styleUrls: ['./topmenu-landing.component.css'],
12
  encapsulation: ViewEncapsulation.None
11
  styleUrls: ['../../../assets/css/landingpage/theme.css','../../../assets/css/landingpage/custom.css','../../../assets/css/landingpage/custom-provide.css','./topmenu-landing.component.css'],
12
  // encapsulation: ViewEncapsulation.None
13 13
})
14 14

  
15 15
export class TopmenuLandingComponent implements OnInit {

Also available in: Unified diff