column page-projet ressources
This commit is contained in:
parent
c0682efb46
commit
22f69da1f7
@ -1 +1 @@
|
|||||||
Subproject commit 179aa994156fa9c986cf9eb9262872abb9c651a2
|
Subproject commit 5069345d9dffca8ff935d7a01d2bc97a1272f063
|
File diff suppressed because one or more lines are too long
@ -699,27 +699,42 @@
|
|||||||
.block-region-third{
|
.block-region-third{
|
||||||
#ressources-block_1{
|
#ressources-block_1{
|
||||||
// padding: 0.5rem 1rem;
|
// padding: 0.5rem 1rem;
|
||||||
.views-row{
|
.views-field-field-ressources-liees article{
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
color: black;
|
color: black;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 25% auto;
|
grid-template-columns: 25% auto;
|
||||||
}
|
h2{
|
||||||
.views-field-title{
|
font-weight: 600;
|
||||||
font-weight: 600;
|
grid-column: 1 / span 2;
|
||||||
grid-column: 1 / span 2;
|
grid-row: 1;
|
||||||
grid-row: 1;
|
font-size: $font-normal;
|
||||||
|
background-color: transparent;
|
||||||
|
padding: 0;
|
||||||
|
margin-top: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
.views-field-field-image{
|
&>div{
|
||||||
grid-column: 1 / span 1;
|
grid-column: 1 / span 2;
|
||||||
|
.field_image{
|
||||||
|
position: relative;
|
||||||
|
float: left;
|
||||||
|
width: 45%;
|
||||||
|
margin-right: 5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
// .views-field-field-image{
|
||||||
|
// grid-column: 1 / span 1;
|
||||||
|
|
||||||
|
// }
|
||||||
|
// .views-field-field-auteurs{
|
||||||
|
// padding: 0;
|
||||||
|
// grid-column: 2 / span 1;
|
||||||
|
// padding: .3rem;
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
.views-field-field-auteurs{
|
|
||||||
padding: 0;
|
|
||||||
grid-column: 2 / span 1;
|
|
||||||
padding: .3rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.programme-1{
|
.programme-1{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user