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
8c620784
Commit
8c620784
authored
5 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
colors
parent
5d2ba3d0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#492737
passed
5 months ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/App/Timelines.css
+7
-2
7 additions, 2 deletions
src/App/Timelines.css
src/contents/Contribution/safety-contribution.tsx
+2
-2
2 additions, 2 deletions
src/contents/Contribution/safety-contribution.tsx
src/sidebars/conS.tsx
+2
-1
2 additions, 1 deletion
src/sidebars/conS.tsx
with
11 additions
and
5 deletions
src/App/Timelines.css
+
7
−
2
View file @
8c620784
...
...
@@ -275,7 +275,7 @@ button.tabbutton:nth-child(1), button.tabbutton:nth-child(6){
.timeline-end
{
box-shadow
:
0
0
5px
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
5px
;
background-color
:
var
(
--ourbeige
);
background-color
:
white
;
/* soll white bleiben */
padding
:
15px
;
position
:
relative
;
text-align
:
center
;
...
...
@@ -285,7 +285,7 @@ margin-top: 8vw;
.timeline-begin
{
box-shadow
:
0
0
5px
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
5px
;
background-color
:
var
(
--ourbeige
);
background-color
:
white
;
/* soll white bleiben */
padding
:
15px
;
position
:
relative
;
text-align
:
center
;
...
...
@@ -362,4 +362,9 @@ display: flex;
.timeline-item
figcaption
{
background-color
:
var
(
--ourbeige
)
!important
;
}
.timeline-item
figcaption
,
.timeline-item
figure
,
.timeline-item
figcaption
h3
{
background-color
:
white
!important
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/contents/Contribution/safety-contribution.tsx
+
2
−
2
View file @
8c620784
...
...
@@ -6,8 +6,8 @@ export function SafetyContribution(){
return
(
<>
<
Section
title
=
"P
atient Consent Form"
id
=
"Patient Consent Form
"
>
<
PDF
link
=
"https://static.igem.wiki/teams/5247/pdfs/p
atienteneinwilligung-mustervorlage-igem.pdf"
name
=
"patienteneinwilligung-mustervorlage-igem
.pdf"
/>
<
Section
title
=
"P
rimary Culture Safety Guideline"
id
=
"Safety Guideline
"
>
<
PDF
link
=
"https://static.igem.wiki/teams/5247/pdfs/p
rimary-culture-guideline.pdf"
name
=
"primary-culture-guideline
.pdf"
/>
</
Section
>
</>
...
...
This diff is collapsed.
Click to expand it.
src/sidebars/conS.tsx
+
2
−
1
View file @
8c620784
...
...
@@ -12,7 +12,8 @@ export function ConSidebar(){
const
tabs
=
[
{
tab
:
"
BFH European MeetUp
"
,
subtabs
:
[
"
Aftervideo
"
,
"
Timeline
"
,
"
About
"
,
"
Posters
"
,
"
Guideline
"
,
"
Gallery
"
,
"
Downloads
"
]},
{
tab
:
"
Safety Guideline
s
"
},
{
tab
:
"
Safety Guideline
"
},
{
tab
:
"
Collaborations
"
},
{
tab
:
"
Patient Matters
"
},
{
tab
:
"
Wiki
"
}
];
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