mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-25 01:14:06 +01:00
Msg center to pageTop.
This commit is contained in:
parent
af30088daf
commit
112d9be673
8 changed files with 332 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
|
||||
import {MsgCenter} from '../msgCenter';
|
||||
|
||||
@Component({
|
||||
selector: 'page-top',
|
||||
styles: [ require('./pageTop.scss') ],
|
||||
template: require('./pageTop.html')
|
||||
template: require('./pageTop.html'),
|
||||
directives: [MsgCenter]
|
||||
})
|
||||
export class PageTop {}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<div class="user-profile clearfix">
|
||||
<div class="dropdown al-user-profile">
|
||||
<a class="profile-toggle-link dropdown-toggle" id="user-profile-dd" data-toggle="dropdown" aria-expanded="false">
|
||||
Dropdown
|
||||
<img src="http://akveo.com/blur-admin/assets/img/app/profile/Nasta.png">
|
||||
</a>
|
||||
<div class="dropdown-menu top-dropdown-menu profile-dropdown" aria-labelledby="user-profile-dd">
|
||||
<li class="dropdown-item"><i class="dropdown-arr"></i></li>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
@import '../sass/conf/conf';
|
||||
@import '../msgCenter/msgCenter';
|
||||
|
||||
.page-top {
|
||||
@include bg-translucent-dark(0.5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue