-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2919 from cloudfoundry-incubator/logo-update
Use new Stratos logo on splash/login and about page
- Loading branch information
Showing
5 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/frontend/app/features/dashboard/side-nav/side-nav.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/frontend/app/shared/components/stratos-title/stratos-title.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="stratos-title"> | ||
<img class="stratos-title__logo" src="/assets/logo.png" /> | ||
<img class="stratos-title__logo" src="/assets/stratos-logo.png" /> | ||
<h1 class="mat-h1 stratos-title__header">Stratos</h1> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
width: 240px; | ||
} | ||
&__header { | ||
display: none; | ||
font-size: 28px; | ||
font-weight: 500; | ||
letter-spacing: 2px; | ||
|
11 changes: 2 additions & 9 deletions
11
src/frontend/app/shared/components/stratos-title/stratos-title.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'app-stratos-title', | ||
templateUrl: './stratos-title.component.html', | ||
styleUrls: ['./stratos-title.component.scss'] | ||
}) | ||
export class StratosTitleComponent implements OnInit { | ||
|
||
constructor() { } | ||
|
||
ngOnInit() { | ||
} | ||
|
||
} | ||
export class StratosTitleComponent { } |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.