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 28511bc1 authored by Plumtree3D's avatar Plumtree3D
Browse files

feat: alternated slider color

parent 588068bd
No related branches found
No related tags found
1 merge request!7Resolve "add team section"
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
......@@ -78,9 +78,7 @@ const Nouveau = {
function Feature({img, title, subtitle, description}) {
return (
<div className={styles.featureElement}>
<div className="text--center">
<img src={useBaseUrl(img)} className={styles.featureSvg} role="img" />
</div>
<img src={useBaseUrl(img)} className={styles.featureSvg} role="img" />
<div className="text--center padding-horiz--md">
<h3>{title}</h3>
<p> <b>{subtitle}</b></p>
......@@ -123,7 +121,6 @@ export default function HomepageTeam() {
))}
</Slider>
</div>
<Feature {...Nouveau}/>
</div>
</div>
......
......@@ -9,6 +9,7 @@
height: 200px;
width: 200px;
border-radius: 50%;
margin-bottom: 1rem;
}
.featureElement {
......@@ -35,10 +36,10 @@ div:nth-of-type(3n+2) .featureElement h3 {
color: var(--ifm-color-info);
}
/* div:nth-of-type(3n) .featureElement .featureSvg {
div:nth-of-type(3n+4) .featureElement .featureSvg {
background-color: var(--ifm-color-highlight);
} */
}
/* div:nth-of-type(3n) .featureElement h3 {
div:nth-of-type(3n+4) .featureElement h3 {
color: var(--ifm-color-highlight);
} */
}
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