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 408e57ee authored by Celeste Robert's avatar Celeste Robert
Browse files

test: borders on profile pictures

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