mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
Fixed icons on team page
This commit is contained in:
@@ -94,7 +94,7 @@ a.link-button{
|
||||
nav{
|
||||
border: none;
|
||||
text-align: right;
|
||||
|
||||
|
||||
a:hover{
|
||||
color: $black;
|
||||
background: darken($primary-color, 20%);
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
<mat-card class="chart-card team-chart">
|
||||
<div class="pull-right">
|
||||
<button mat-button class="mat-icon-button" (click)="updateChart()"><mat-icon>autorenew</mat-icon></button>
|
||||
<button mat-button class="mat-icon-button"><mat-icon>open_in_new</mat-icon></button>
|
||||
<button mat-button class="mat-icon-button"><mat-icon>code</mat-icon></button>
|
||||
<button mat-button class="mat-icon-button" (click)="updateChart()">
|
||||
<mat-icon class="material-icons">autorenew</mat-icon>
|
||||
</button>
|
||||
<button mat-button class="mat-icon-button">
|
||||
<mat-icon class="material-icons">open_in_new</mat-icon>
|
||||
</button>
|
||||
<button mat-button class="mat-icon-button">
|
||||
<mat-icon class="material-icons">code</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<mat-card-header>
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
<mat-card class="chart-card team-chart">
|
||||
<div class="pull-right">
|
||||
<button mat-button class="mat-icon-button" (click)="updateChart()"><mat-icon>autorenew</mat-icon></button>
|
||||
<button mat-button class="mat-icon-button"><mat-icon>open_in_new</mat-icon></button>
|
||||
<button mat-button class="mat-icon-button"><mat-icon>code</mat-icon></button>
|
||||
<button mat-button class="mat-icon-button" (click)="updateChart()">
|
||||
<mat-icon class="material-icons">autorenew</mat-icon>
|
||||
</button>
|
||||
<button mat-button class="mat-icon-button">
|
||||
<mat-icon class="material-icons">open_in_new</mat-icon>
|
||||
</button>
|
||||
<button mat-button class="mat-icon-button">
|
||||
<mat-icon class="material-icons">code</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
<mat-card-header>
|
||||
<mat-card-title><h3>Time Chart</h3></mat-card-title>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<div>
|
||||
|
||||
<navbar [teams]="teams">
|
||||
<div project-name>{{title}}</div>
|
||||
<div team-name>{{teamName}}</div>
|
||||
@@ -6,13 +7,12 @@
|
||||
|
||||
<div class="page-container row">
|
||||
|
||||
|
||||
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
|
||||
<overview-chart></overview-chart>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-sm-8 col-lg-4">
|
||||
<time-chart></time-chart>
|
||||
<!--<time-chart></time-chart>-->
|
||||
</div>
|
||||
|
||||
<div class="col-xs-12 col-lg-4">
|
||||
|
||||
Reference in New Issue
Block a user