Skip to content
Snippets Groups Projects
Commit 8c620784 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

colors

parent 5d2ba3d0
No related branches found
No related tags found
No related merge requests found
Pipeline #492737 passed
......@@ -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
......@@ -6,8 +6,8 @@ export function SafetyContribution(){
return(
<>
<Section title="Patient Consent Form" id="Patient Consent Form" >
<PDF link="https://static.igem.wiki/teams/5247/pdfs/patienteneinwilligung-mustervorlage-igem.pdf" name="patienteneinwilligung-mustervorlage-igem.pdf"/>
<Section title="Primary Culture Safety Guideline" id="Safety Guideline" >
<PDF link="https://static.igem.wiki/teams/5247/pdfs/primary-culture-guideline.pdf" name="primary-culture-guideline.pdf"/>
</Section>
</>
......
......@@ -12,7 +12,8 @@ export function ConSidebar(){
const tabs = [
{ tab: "BFH European MeetUp", subtabs: ["Aftervideo", "Timeline", "About", "Posters", "Guideline", "Gallery", "Downloads"]},
{tab: "Safety Guidelines"},
{tab: "Safety Guideline"},
{tab: "Collaborations"},
{tab: "Patient Matters"},
{tab: "Wiki"}
];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment