positionnement bouton 'voir toutes les actus' bandeau bleu
This commit is contained in:
@@ -255,12 +255,15 @@ a {
|
|||||||
|
|
||||||
.layout--onecol .block-block-content {
|
.layout--onecol .block-block-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr repeat(8, 2fr) 1fr; }
|
grid-template-columns: 1fr repeat(8, 2fr) 1fr;
|
||||||
|
position: relative; }
|
||||||
|
|
||||||
.layout--onecol .field--type-link {
|
.layout--onecol .field--type-link {
|
||||||
grid-area: 8 / span 9;
|
grid-area: 8 / span 9;
|
||||||
grid-row: 0;
|
grid-row: 0;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
|
position: relative;
|
||||||
|
top: -200%;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
padding: 0.4rem 1rem;
|
padding: 0.4rem 1rem;
|
||||||
|
|||||||
@@ -85,14 +85,15 @@
|
|||||||
.layout--onecol{
|
.layout--onecol{
|
||||||
.block-block-content{
|
.block-block-content{
|
||||||
display: grid;
|
display: grid;
|
||||||
// grid-template-rows: repeat(auto fill, 1fr);
|
|
||||||
grid-template-columns: 1fr repeat(8, 2fr) 1fr;
|
grid-template-columns: 1fr repeat(8, 2fr) 1fr;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field--type-link {
|
.field--type-link {
|
||||||
grid-area: 8 / span 9;
|
grid-area: 8 / span 9;
|
||||||
grid-row: 0;
|
grid-row: 0;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
|
position: relative;
|
||||||
|
top: -200%;
|
||||||
// display: block;
|
// display: block;
|
||||||
// float: right;
|
// float: right;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
@@ -145,6 +146,7 @@
|
|||||||
border: 2px solid $blue-light;
|
border: 2px solid $blue-light;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
|
||||||
|
|
||||||
a{
|
a{
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
|||||||
Reference in New Issue
Block a user