Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit e4ef9210 authored by Celeste Robert's avatar Celeste Robert
Browse files

test: borders on profile pictures

parent 36308ba9
No related branches found
No related tags found
1 merge request!89Draft: Resolve "style: Revoir le style de la section équipe"
Pipeline #54326 passed
......@@ -2,7 +2,6 @@
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
......@@ -11,6 +10,8 @@
width: 200px;
border-radius: 50%;
margin-bottom: 1rem;
border: 6px solid var(--ifm-color-primary);
background-color: var(--alterning-bkg);
}
.featureElement {
......
......@@ -121,7 +121,7 @@ section:nth-child(even) {
}
.team .feature:nth-child(4n+1) img {
background-color: var(--ifm-pastel-success)
border: 6px solid var(--ifm-color-success);
}
.team .feature:nth-child(4n+1) h3 {
......@@ -129,7 +129,7 @@ section:nth-child(even) {
}
.team .feature:nth-child(4n+2) img {
background-color: var(--ifm-pastel-info);
border: 6px solid var(--ifm-color-info);
}
.team .feature:nth-child(4n+2) h3 {
......@@ -137,7 +137,7 @@ section:nth-child(even) {
}
.team .feature:nth-child(4n+3) img, .team .feature:nth-child(4n+4) img {
background-color: var(--ifm-pastel-highlight);
border: 6px solid var(--ifm-color-highlight);
}
.team .feature:nth-child(4n+3) h3, .team .feature:nth-child(4n+4) h3 {
......
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