Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
enasequence
webin-portal
Commits
e9080cda
Commit
e9080cda
authored
Jul 07, 2021
by
Rajkumar-D
Browse files
Adding EGA logo
parent
152bf11a
Pipeline
#173032
passed with stages
in 5 minutes and 1 second
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
5 deletions
+20
-5
src/app/header/header.component.css
src/app/header/header.component.css
+8
-1
src/app/header/header.component.html
src/app/header/header.component.html
+8
-4
src/app/header/header.component.ts
src/app/header/header.component.ts
+4
-0
src/assets/ega-logo.png
src/assets/ega-logo.png
+0
-0
No files found.
src/app/header/header.component.css
View file @
e9080cda
...
...
@@ -60,11 +60,16 @@ nav ul.menu li a{
text-align
:
right
;
width
:
100%
;
}
.logo
{
.
ena
logo
{
width
:
25%
;
min-width
:
15%
;
cursor
:
pointer
;
}
.egalogo
{
width
:
17%
;
min-width
:
12%
;
cursor
:
pointer
;
}
.title
{
color
:
white
;
width
:
25%
;
...
...
@@ -90,6 +95,8 @@ nav ul.menu li a{
width
:
15%
;
cursor
:
pointer
;
}
.title
{
color
:
white
;
width
:
25%
;
...
...
src/app/header/header.component.html
View file @
e9080cda
...
...
@@ -5,10 +5,14 @@
<mat-toolbar
color=
"primary"
class=
"toolbar"
>
<mat-toolbar-row>
<div
class=
"logo"
routerLink=
""
>
<img
src=
"assets/ENA_Logo_notagline.png"
alt=
"ENA Logo"
>
</div>
<ng-container
*ngIf=
"isAuthenticated()"
>
<div
*ngIf=
"!isEga()"
class=
"enalogo"
routerLink=
""
>
<img
src=
"assets/ENA_Logo_notagline.png"
alt=
"ENA Logo"
>
</div>
<div
*ngIf=
"isEga()"
class=
"egalogo"
routerLink=
""
>
<img
src=
"assets/ega-logo.png"
alt=
"ENA Logo"
>
</div>
</ng-container>
<div
class=
"float-left inline-block padding-left-large"
id=
"local-title"
>
<a
routerLink=
""
>
<div
class=
"title"
>
...
...
src/app/header/header.component.ts
View file @
e9080cda
...
...
@@ -39,4 +39,8 @@ export class HeaderComponent {
logout
()
{
this
.
_webinAuthenticationService
.
logout
();
}
isEga
():
boolean
{
return
this
.
_webinAuthenticationService
.
ega
;
}
}
src/assets/ega-logo.png
0 → 100644
View file @
e9080cda
63.4 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment