Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bielefeld-CeBiTec
Commits
7388a9bd
Commit
7388a9bd
authored
6 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
PreCyse-Logo soll beim draufklicken zum „Home“ weiterleiten
parent
3420d354
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#465805
failed
6 months ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/App/App.css
+7
-0
7 additions, 0 deletions
src/App/App.css
src/components/Navbar.tsx
+13
-3
13 additions, 3 deletions
src/components/Navbar.tsx
with
20 additions
and
3 deletions
src/App/App.css
+
7
−
0
View file @
7388a9bd
...
...
@@ -4001,4 +4001,11 @@ figure img{
.nav-item
,
.basic-nav-dropdown
,
.nav-link
{
border-radius
:
10px
;
}
.navbar-brand
.col
{
padding-left
:
0
!important
;
padding-right
:
0
!important
;
margin-top
:
auto
;
margin-bottom
:
auto
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/components/Navbar.tsx
+
13
−
3
View file @
7388a9bd
...
...
@@ -121,9 +121,19 @@ export function Navbar() {
<
BootstrapNavbar
className
=
"navbar-custom"
expand
=
"lg"
bg
=
"bg-transparent"
variant
=
"light"
/* bg={isLightMode ? "d" : "l"} variant={isLightMode ? "dark" : "light"} */
fixed
=
"top"
>
<
Container
>
<
BootstrapNavbar
.
Brand
>
<
img
src
=
'https://static.igem.wiki/teams/5247/logos-team/precyse-no-slogan.png'
style
=
{
{
maxHeight
:
"
5vh
"
}
}
/>
<
img
src
=
'https://static.igem.wiki/teams/5247/logos-team/line-for-logos-offblack.svg'
style
=
{
{
maxHeight
:
"
5vh
"
}
}
/>
<
img
src
=
'https://static.igem.wiki/teams/5247/logos-team/igem-bielefeld-logo-our-colours.png'
style
=
{
{
maxHeight
:
"
5vh
"
}
}
/>
<
div
className
=
"row"
>
<
div
className
=
"col"
style
=
{
{
width
:
"
fit-content
"
}
}
>
<
a
href
=
'/home'
><
img
src
=
'https://static.igem.wiki/teams/5247/logos-team/precyse-no-slogan.png'
style
=
{
{
maxHeight
:
"
5vh
"
}
}
/>
</
a
>
</
div
>
<
div
className
=
"col"
style
=
{
{
width
:
"
fit-content
"
}
}
>
<
img
src
=
'https://static.igem.wiki/teams/5247/logos-team/line-for-logos-offblack.svg'
style
=
{
{
maxHeight
:
"
5vh
"
}
}
/>
</
div
>
<
div
className
=
"col"
style
=
{
{
width
:
"
fit-content
"
}
}
>
<
img
src
=
'https://static.igem.wiki/teams/5247/logos-team/igem-bielefeld-logo-our-colours.png'
style
=
{
{
maxHeight
:
"
5vh
"
}
}
/>
</
div
>
</
div
>
</
BootstrapNavbar
.
Brand
>
<
BootstrapNavbar
.
Toggle
aria-controls
=
"basic-navbar-nav"
/>
<
BootstrapNavbar
.
Collapse
id
=
"basic-navbar-nav"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment