feat: new adhesion page

This commit is contained in:
Matthieu Bessat 2024-03-06 09:09:56 +01:00
parent d888a9de4a
commit ddb66b9df8
5 changed files with 212 additions and 82 deletions

View file

@ -177,3 +177,41 @@
}
}
.adhesion-choice {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: .5rem;
span {
font-size: 1.3rem;
}
}
.adhesion-choice__item {
border: 1px solid gray;
text-align: center;
}
.adhesion-choice__item {
&:hover, &:focus {
background: transparent !important;
box-shadow: inset 0 0 10px $accent-dark;
color: black !important;
svg {
filter: grayscale(100%);
}
}
}
.adhesion-choice__item__icon {
margin-bottom: 1rem;
svg {
padding: .8rem;
width: 9rem;
height: 9rem;
}
}
.adhesion-choice__item {
}