mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-13 03:10:45 +01:00
Merge pull request #21 from steven-zou/fix/issue_1687
fix issue 1687: change fonts and layout of metrics
This commit is contained in:
commit
ae6f51a1da
@ -1,9 +1,11 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||||
|
<div class="row flex-items-xs-between flex-items-xs-top">
|
||||||
<h2 class="header-title">{{'PROJECT.PROJECTS' | translate}}</h2>
|
<h2 class="header-title">{{'PROJECT.PROJECTS' | translate}}</h2>
|
||||||
<div>
|
<div>
|
||||||
<statistics-panel></statistics-panel>
|
<statistics-panel></statistics-panel>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="row flex-items-xs-between">
|
<div class="row flex-items-xs-between">
|
||||||
<div class="option-left">
|
<div class="option-left">
|
||||||
<button *ngIf="projectCreationRestriction" class="btn btn-link" (click)="openModal()"><clr-icon shape="add"></clr-icon> {{'PROJECT.PROJECT' | translate}}</button>
|
<button *ngIf="projectCreationRestriction" class="btn btn-link" (click)="openModal()"><clr-icon shape="add"></clr-icon> {{'PROJECT.PROJECT' | translate}}</button>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
.statistic-data {
|
.statistic-data {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-family: "Metropolis Semibold";
|
font-family: 'Metropolis,"Avenir Next","Helvetica Neue",Arial,sans-serif';
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -18,7 +18,7 @@
|
|||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-family: "Metropolis Regular";
|
font-family: 'Metropolis,"Avenir Next","Helvetica Neue",Arial,sans-serif';
|
||||||
}
|
}
|
||||||
|
|
||||||
.statistic-column-block {
|
.statistic-column-block {
|
||||||
@ -30,7 +30,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: "Metropolis Regular";
|
font-family: 'Metropolis,"Avenir Next","Helvetica Neue",Arial,sans-serif';
|
||||||
}
|
}
|
||||||
|
|
||||||
.statistic-column-title-pro {
|
.statistic-column-title-pro {
|
||||||
|
Loading…
Reference in New Issue
Block a user