ressources liées ami

This commit is contained in:
2021-12-09 14:30:36 +01:00
parent 2a153fd056
commit 0d16934ab7
4 changed files with 110 additions and 2 deletions
@@ -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{