This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user