buton déposer offre de service
This commit is contained in:
@@ -31,28 +31,67 @@
|
||||
}
|
||||
.layout--onecol{
|
||||
.block-region-content{
|
||||
|
||||
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
||||
|
||||
|
||||
// texte présentation
|
||||
.block-config-pages-block{
|
||||
margin: 2rem;
|
||||
grid-column: 2 / span 3;
|
||||
// margin: 2rem;
|
||||
margin-top: 4rem;
|
||||
.field--name-field-introduction{
|
||||
width: 65%;
|
||||
margin: auto;
|
||||
background: $white;
|
||||
p{margin: 0;}
|
||||
}
|
||||
}
|
||||
|
||||
// buton déposer une offre
|
||||
.block-block-content7dc5bc6b-f5ca-4815-b689-49382aafa2dc{
|
||||
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")
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// offres
|
||||
.block-views-blockoffres-de--block-1{
|
||||
grid-column: 2 / span 3;
|
||||
.view-display-id-block_1{
|
||||
width: 65%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
// bandeau filtes
|
||||
.view-filters{
|
||||
display: none;
|
||||
// display: none;
|
||||
background: $white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user