-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 833: Remove ACN Branding and update to new Material Design
- Loading branch information
Showing
19 changed files
with
68 additions
and
470 deletions.
There are no files selected for viewing
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
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,76 +1,11 @@ | ||
.app-toolbar { | ||
.app-spacer { | ||
flex: 1 1 auto; | ||
} | ||
background: #fff; | ||
img { | ||
height: 32px; | ||
margin: 0 16px; | ||
align-self: flex-end; | ||
} | ||
img.logo-roms { | ||
padding-bottom: 0.5rem; | ||
} | ||
|
||
img.logo-acn { | ||
padding-bottom: 1rem; | ||
} | ||
.mat-divider-vertical { | ||
border-right: #e6e6dc 2px solid; | ||
height: calc(100% - 1rem); | ||
} | ||
.app-name, | ||
nav { | ||
height: 64px; | ||
line-height: 64px; | ||
margin-top: 16px; | ||
} | ||
.app-name { | ||
margin: 0 16px; | ||
height: 48px; | ||
margin-top: 2px; | ||
font-size: 1rem; | ||
} | ||
nav { | ||
display: flex; | ||
flex-direction: row; | ||
margin-right: 26px; | ||
a { | ||
font-size: 1rem; | ||
display: block; | ||
height: 64px; | ||
line-height: 64px; | ||
margin: 0 8px; | ||
text-decoration: none; | ||
color: #000000; | ||
padding: 0 16px; | ||
&:hover, | ||
&:active, | ||
&.active { | ||
border-bottom: #a100ff solid 4px; | ||
} | ||
} | ||
#user-menu { | ||
align-self: center; | ||
} | ||
} | ||
} | ||
.app-content { | ||
margin: 32px; | ||
.app-toolbar--logo { | ||
height: 32px; | ||
margin-right: 16px; | ||
} | ||
|
||
:host ::ng-deep .mat-mdc-card-title { | ||
font-weight: 900; | ||
font-size: 2.5rem; | ||
font-family: graphik-black, 'Helvetica Neue', sans-serif; | ||
margin-bottom: 16px; | ||
.app-toolbar--spacer { | ||
flex: 1 1 auto; | ||
} | ||
|
||
:host ::ng-deep .mat-mdc-card { | ||
border-radius: 0; | ||
box-shadow: none; | ||
} | ||
|
||
:host ::ng-deep .mdc-button { | ||
border-radius: 0; | ||
.app-content { | ||
padding: 32px; | ||
} |
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
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/app/components/authentication/authentication.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
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
14 changes: 2 additions & 12 deletions
14
src/app/components/catalog-browser/catalog-browser.component.scss
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,13 +1,3 @@ | ||
mat-card-header { | ||
flex-direction: column; | ||
|
||
.header-row { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
mat-form-field.page-size-select { | ||
margin-right: 2rem; | ||
font-size: 0.875rem; | ||
} | ||
.items-count-footer { | ||
margin-top: 16px; | ||
} |
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
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,3 +1,3 @@ | ||
<mat-chip-set> | ||
<mat-chip *ngFor="let label of labels" [routerLink]="'/nodes'" [queryParams]="{label}">{{ label }}</mat-chip> | ||
<mat-chip *ngFor="let label of labels">{{ label }}</mat-chip> | ||
</mat-chip-set> |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
table { | ||
table-layout: fixed; | ||
width: 100%; | ||
|
||
pre { | ||
overflow-x: auto; | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Oops, something went wrong.