ressources liées ami
This commit is contained in:
@@ -28,4 +28,67 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.block-entity-fieldnodefield-ress{
|
||||
margin-top: 3rem;
|
||||
|
||||
h2{
|
||||
font-size: 0.8rem;
|
||||
color: $black;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.node-type-ressource{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 2px solid $blue-light;
|
||||
padding: 1rem;
|
||||
|
||||
height: fit-content;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $white;
|
||||
&:first-of-type{
|
||||
border-top: 1px solid $blue-light;
|
||||
padding-top: 1rem;
|
||||
&::after{
|
||||
content: url("../images/pictos/noun_Arrow_3771902.svg");
|
||||
align-self: end;
|
||||
}
|
||||
}
|
||||
.field--name-title{
|
||||
a{
|
||||
color: $black;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
|
||||
}
|
||||
}
|
||||
.field--name-field-auteur-s-{
|
||||
font-weight: 800;
|
||||
p{
|
||||
margin: 0;
|
||||
}
|
||||
.field__label{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
.field--name-field-edition{
|
||||
p{
|
||||
margin: 0;
|
||||
}
|
||||
.field__label{
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
.field--name-field-images{
|
||||
display: none;
|
||||
width: 50%;
|
||||
img{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -17,9 +17,13 @@
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
||||
|
||||
// texte
|
||||
.block-config-pages.block-config-pages-block{
|
||||
grid-column: 2 / span 3;
|
||||
}
|
||||
|
||||
// bloc bleu déposer une question
|
||||
.block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398{
|
||||
grid-column: 5;
|
||||
background-color: $blue-light;
|
||||
@@ -29,6 +33,7 @@
|
||||
display: block;
|
||||
content: url("../images/pictos/picto_faq.svg");
|
||||
|
||||
|
||||
}
|
||||
text-align: center;
|
||||
a{
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
|
||||
|
||||
.block-entity-fieldnodefield-ress{
|
||||
margin-top: 5rem;
|
||||
margin-top: 3rem;
|
||||
|
||||
h2{
|
||||
font-size: 0.8rem;
|
||||
|
||||
Reference in New Issue
Block a user