This commit is contained in:
armansansd
2021-08-31 11:01:17 +02:00
parent 8eab9d33b1
commit 3476a5fc7e
6 changed files with 212 additions and 69 deletions

View File

@@ -337,14 +337,20 @@
// background-clip: content-box;
width: 100% !important;
padding: .3rem;
.views-field:empty {
background: lime;
}
.views-field:not(:first-child){
padding: 0 0 0 .4rem;
}
.views-field-field-image{
grid-row: 3 / span 2;
grid-row: 4 / span 2;
margin-top: -1.5rem;
}
.views-field-field-edition{
grid-column: 2;
grid-row: 6;
}
.views-field-field-auteurs{
font-weight: 600;
grid-column: 2;
@@ -364,11 +370,7 @@
}
}
.views-field-field-theme{
.field-content{
color:black;
}
}
.views-field-field-type-de-ressource{
text-transform: uppercase;
font-weight: 600;
@@ -391,9 +393,12 @@
align-self: baseline;
}
.views-field-field-theme{
grid-row: 6 / span 1;
grid-row: 7 / span 1;
grid-column: 1 / span 2;
font-size: $font-small;
.field-content{
color:black;
}
}
}
@@ -470,9 +475,20 @@
}
nav{
display: grid;
align-items: center;
justify-items: center;
}
.js-pager__items{
text-align: center;
li{
display: inline-block;
float: left;
margin: 0 .2rem;
}
}
}