This commit is contained in:
armansansd
2021-09-15 12:10:28 +02:00
parent 36cc395aac
commit 2b64151926
4 changed files with 44 additions and 74 deletions

View File

@@ -360,13 +360,37 @@
margin-top: 1rem;
padding: .4rem 0;
border-top: 3px dotted gray;
cursor: pointer;
display: grid;
grid-template-columns: 95% 5%;
text-transform: initial;
}
h2:after{
content: '';
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
align-self: center;
justify-self: center;
font-size: $font-big;
}
.rotate:after{
transform: rotate(180deg);
-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.field_partenaires{
display: none;
align-items: center;
justify-items: center;
grid-template-columns: repeat(5 , 1fr);
.paragraph{
display: grid;
align-items: center;
justify-items: center;
grid-template-columns: 40% 60%;
.field_logo_partenaire{
div:first-child{
display: none;
@@ -378,6 +402,7 @@
}
}
.field_nom_partenaire{
display: none;
div:first-child{
display: none;
}