Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
LaVizu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
behaviors-ai-public
LaVizu
Commits
5d9b08fe
Commit
5d9b08fe
authored
May 28, 2019
by
Laurianne Charrier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Centering logo + title in the menu
parent
fe791ffe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
13 deletions
+18
-13
public/images/logoBehaviors2.png
public/images/logoBehaviors2.png
+0
-0
src/Menu/Menu.css
src/Menu/Menu.css
+17
-12
src/Menu/index.js
src/Menu/index.js
+1
-1
No files found.
public/images/logoBehaviors2.png
0 → 100644
View file @
5d9b08fe
10.5 KB
src/Menu/Menu.css
View file @
5d9b08fe
...
...
@@ -3,15 +3,6 @@
/* Name of this piece of software */
.title
{
width
:
100px
;
font-size
:
35px
;
font-weight
:
bold
;
letter-spacing
:
0.3px
;
text-align
:
left
;
color
:
#edc61b
;
line-height
:
100px
;
margin
:
0
15px
0
5px
;
float
:
right
;
display
:
none
;
}
...
...
@@ -66,8 +57,9 @@
/* Behaviors logo */
.logo
{
margin
:
5px
5px
1vh
5px
;
height
:
100px
;
margin
:
20px
0px
1vh
20px
;
height
:
80px
;
display
:
inline-block
;
}
/* Footer with About us and lock button */
...
...
@@ -79,6 +71,7 @@
.footer
:hover
{
filter
:
invert
(
67%
)
sepia
(
71%
)
saturate
(
551%
)
hue-rotate
(
1deg
)
brightness
(
111%
)
contrast
(
86%
);
cursor
:
pointer
;
}
.lock-button
{
...
...
@@ -90,7 +83,19 @@
}
.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL
.title
{
display
:
block
;
display
:
inline-block
;
float
:
right
;
width
:
100px
;
height
:
80px
;
font-size
:
35px
;
font-weight
:
bold
;
letter-spacing
:
0.3px
;
text-align
:
left
;
color
:
#edc61b
;
line-height
:
80px
;
margin-right
:
22px
;
margin-top
:
18px
;
}
/* Side navigation menu */
...
...
src/Menu/index.js
View file @
5d9b08fe
...
...
@@ -13,7 +13,7 @@ export function Menu(props) {
}}
>
<
img
className
=
"
logo
"
src
=
{
window
.
location
.
origin
+
"
/images/logoBehaviors.png
"
}
src
=
{
window
.
location
.
origin
+
"
/images/logoBehaviors
2
.png
"
}
alt
=
"
logo of the Behaviors.ai project
"
/>
<
div
className
=
"
title
"
>
...
...
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