Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
Requirement Formalization Tool
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thodoris Nestoridis
Requirement Formalization Tool
Commits
51e5a9c3
Commit
51e5a9c3
authored
Feb 25, 2021
by
Thodoris Nestoridis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change navigation bar
parent
7c90d07a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
prefix-details.component.html
...p/components/prefix-details/prefix-details.component.html
+1
-1
header.component.html
...Angular11/src/app/navigation/header/header.component.html
+5
-5
header.component.scss
...Angular11/src/app/navigation/header/header.component.scss
+1
-1
No files found.
reqtool/ReqmanAngular11/src/app/components/prefix-details/prefix-details.component.html
View file @
51e5a9c3
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
class=
"badge badge-success mb-2"
class=
"badge badge-success mb-2"
(
click
)="
updatePrefix
()"
(
click
)="
updatePrefix
()"
>
>
Update
Update
Prefix
</button>
</button>
</div>
</div>
</div>
</div>
...
...
reqtool/ReqmanAngular11/src/app/navigation/header/header.component.html
View file @
51e5a9c3
...
@@ -9,12 +9,12 @@
...
@@ -9,12 +9,12 @@
</div>
</div>
<div
fxFlex
fxLayout
fxHide
.
xs
fxLayoutAlign=
"end"
>
<div
fxFlex
fxLayout
fxHide
.
xs
fxLayoutAlign=
"end"
>
<ul
fxLayout
fxLayoutGap=
"15px"
class=
"navigation-items"
>
<ul
fxLayout
fxLayoutGap=
"15px"
class=
"navigation-items"
>
<li
>
<div
>
<a
routerLink=
"/add-boilerplate"
>
Add Boilepate
</a>
<a
routerLink=
"/add-boilerplate"
>
Add Boilepate
</a>
</li
>
</div
>
<
li
>
<
div
>
<button
mat-menu-item
(
click
)="
LogOut
()"
>
Log out
</button
>
<a
mat-menu-item
(
click
)="
LogOut
()"
>
Log out
</a
>
</
li
>
</
div
>
</ul>
</ul>
</div>
</div>
</mat-toolbar>
</mat-toolbar>
\ No newline at end of file
reqtool/ReqmanAngular11/src/app/navigation/header/header.component.scss
View file @
51e5a9c3
...
@@ -11,7 +11,7 @@ a:hover, a:active{
...
@@ -11,7 +11,7 @@ a:hover, a:active{
margin
:
0
;
margin
:
0
;
}
}
mat-toolbar
{
mat-toolbar
{
border-radius
:
3
px
;
border-radius
:
0
px
;
}
}
@media
(
max-width
:
959px
){
@media
(
max-width
:
959px
){
mat-toolbar
{
mat-toolbar
{
...
...
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