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

symptoms

parent de877a92
No related branches found
No related tags found
No related merge requests found
Pipeline #434333 passed
......@@ -3716,17 +3716,7 @@ a{
.symptom-img-wrapper{
border-radius: 50% !important;
background-color: var(--accent-primary);
height: 150px;
width: 150px;
display: flex;
align-items: center;
}
.symptom-img-wrapper img{
margin: auto;
display: inline;
max-width: 80%;
max-height: 80%;
max-width: 100%;
}
\ No newline at end of file
......@@ -11,10 +11,30 @@ export const symptomdata: (Array<SymptomDatensatz>) = [
},
{
name: "Lung",
picture: "https://static.igem.wiki/teams/5247/scientific-figures/lung-normal.svg"
picture: "https://static.igem.wiki/teams/5247/scientific-figures/lungs.svg"
},
{
name: "Pancreas",
picture: "https://static.igem.wiki/teams/5247/scientific-figures/pancras-normal.svg"
picture: "https://static.igem.wiki/teams/5247/scientific-figures/pancreas.svg"
},
{
name: "liver",
picture: "https://static.igem.wiki/teams/5247/scientific-figures/liver.svg"
},
{
name: "brain",
picture: "https://static.igem.wiki/teams/5247/scientific-figures/brain.svg"
},
{
name: "Heart",
picture: "https://static.igem.wiki/teams/5247/scientific-figures/heart.svg"
},
{
name: "guts",
picture: "https://static.igem.wiki/teams/5247/scientific-figures/largeintestine.svg"
},
{
name: "guts",
picture: "https://static.igem.wiki/teams/5247/scientific-figures/pregnancy.svg"
}
]
\ No newline at end of file
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