buton proposer une ressource
This commit is contained in:
@@ -28,10 +28,14 @@
|
||||
background-position-y: 30vh;
|
||||
max-width: 100vw;
|
||||
background-size: cover;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
||||
|
||||
|
||||
|
||||
// bandeau filtres collections
|
||||
.block-views-blockcollections-block-1{
|
||||
grid-column: 1 / span 6;
|
||||
background: $background-actus;
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
@@ -93,6 +97,7 @@
|
||||
|
||||
// texte présentation
|
||||
.block-config-pages-block{
|
||||
grid-column: 2 / span 3;
|
||||
margin: 2rem;
|
||||
.field--name-field-introduction{
|
||||
width: 65%;
|
||||
@@ -101,10 +106,43 @@
|
||||
}
|
||||
}
|
||||
|
||||
//button proposer une ressource
|
||||
.block-block-content82917d0c-5004-4bfb-af66-ce334782d82d{
|
||||
grid-column: 5;
|
||||
margin-top: 4rem;
|
||||
background-color: $blue-light;
|
||||
height: fit-content;
|
||||
width: 80%;
|
||||
margin-left: 2rem;
|
||||
|
||||
.field--name-field-lien{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 2rem;
|
||||
margin-left: 1.5rem;
|
||||
margin-right: 1.5rem;
|
||||
text-align: center;
|
||||
a{
|
||||
font-weight: 800;
|
||||
color: $white;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
&:after{
|
||||
margin-left: auto;
|
||||
padding-top: 1rem;
|
||||
display: block;
|
||||
content:url("../images/pictos/noun_Arrow_3771902.svg")
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
// grille des ressources
|
||||
.block-views-blockbase-de-donnees-block-1{
|
||||
margin: auto;
|
||||
width: 60%;
|
||||
grid-column: 2 / span 5;
|
||||
|
||||
|
||||
.view-filters{
|
||||
|
||||
Reference in New Issue
Block a user