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
cdb613ee
Commit
cdb613ee
authored
May 28, 2019
by
Laurianne Charrier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Logo + title in the menu
parent
3d084e6f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
18 deletions
+23
-18
src/Header/Header.css
src/Header/Header.css
+0
-14
src/Header/index.js
src/Header/index.js
+0
-3
src/Menu/Menu.css
src/Menu/Menu.css
+20
-1
src/Menu/index.js
src/Menu/index.js
+3
-0
No files found.
src/Header/Header.css
View file @
cdb613ee
...
...
@@ -3,20 +3,6 @@
height
:
110px
;
}
/* Name of this piece of software */
#header
.title
{
width
:
10vw
;
font-size
:
35px
;
font-weight
:
bold
;
letter-spacing
:
0.3px
;
text-align
:
left
;
color
:
#edc61b
;
line-height
:
100px
;
float
:
left
;
margin-left
:
1vw
;
}
/* Name of the algorithm being run */
#header
.algo-name
{
...
...
src/Header/index.js
View file @
cdb613ee
...
...
@@ -17,9 +17,6 @@ export function Header(props) {
})
return
(
<
div
id
=
"
header
"
>
<
div
className
=
"
title
"
>
Lavizu
<
/div
>
<
div
className
=
"
controls
"
>
{
buttons
}
<
/div
>
...
...
src/Menu/Menu.css
View file @
cdb613ee
/*! react-sidenav v0.4.5 | (c) 2018 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-sidenav */
/* 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
;
}
/* Menu level 1 title */
.menu-title-level1
{
width
:
100%
;
...
...
@@ -74,6 +89,10 @@
margin-left
:
30px
;
}
.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL
.title
{
display
:
block
;
}
/* Side navigation menu */
.sidenav---sidenav---_2tBP
{
z-index
:
1006
;
...
...
@@ -95,7 +114,7 @@
display
:
block
;
}
.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL
{
min-width
:
2
2
0px
;
min-width
:
2
4
0px
;
}
.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL
.sidenav---sidenav-nav---3tvij
>
.sidenav---sidenav-navitem---uwIJ-
.sidenav---navicon---3gCRo
+
.sidenav---navtext---1AE_f
{
display
:
inline-block
;
...
...
src/Menu/index.js
View file @
cdb613ee
...
...
@@ -16,6 +16,9 @@ export function Menu(props) {
src
=
{
window
.
location
.
origin
+
"
/images/logoBehaviors.png
"
}
alt
=
"
logo of the Behaviors.ai project
"
/>
<
div
className
=
"
title
"
>
Lavizu
<
/div
>
<
br
><
/br
>
<
SideNav
.
Toggle
/>
...
...
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