En savoir + clicable entièrement
This commit is contained in:
@@ -1938,18 +1938,28 @@ footer {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline a {
|
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline a {
|
||||||
width: 5em;
|
display: inline-flex;
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
font-size: 0px;
|
||||||
|
align-items: baseline;
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline::after {
|
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline a::before {
|
||||||
content: "+";
|
content: "En savoir";
|
||||||
display: block;
|
display: block;
|
||||||
padding-left: 0.4rem;
|
padding-left: 0.4rem;
|
||||||
font-size: 1.8rem;
|
font-size: 0.7rem;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
}
|
}
|
||||||
|
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .links.inline a::after {
|
||||||
|
content: " +";
|
||||||
|
display: flex;
|
||||||
|
padding-left: 0.3rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
height: 26px;
|
||||||
|
margin: auto;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_liens {
|
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_liens {
|
||||||
order: 7;
|
order: 7;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -1966,6 +1976,8 @@ footer {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.5rem;
|
font-size: 0.5rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
padding-top: 0.1rem;
|
||||||
|
padding-bottom: 0.1rem;
|
||||||
}
|
}
|
||||||
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_liens a svg {
|
#actus-caroussel .content-actus .view-rows-wrapper .views-row .node-type-actualite .content-wrapper-actu .field_field_liens a svg {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@@ -250,21 +250,32 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
a{
|
a{
|
||||||
width: 5em;
|
display: inline-flex;
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
font-size: 0px;
|
||||||
|
align-items: baseline;
|
||||||
|
&::before{
|
||||||
|
content: "En savoir";
|
||||||
|
display: block;
|
||||||
|
// width: 20px;
|
||||||
|
padding-left: 0.4rem;
|
||||||
|
font-size: 0.7rem;
|
||||||
|
height: fit-content;
|
||||||
|
}
|
||||||
|
&::after{
|
||||||
|
content: " +";
|
||||||
|
display: flex;
|
||||||
|
padding-left: 0.3rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
height: 26px;
|
||||||
|
margin: auto;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
&::after{
|
|
||||||
content: "+";
|
|
||||||
display: block;
|
|
||||||
// width: 20px;
|
|
||||||
padding-left: 0.4rem;
|
|
||||||
font-size: 1.8rem;
|
|
||||||
height: fit-content;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.field_field_liens{
|
.field_field_liens{
|
||||||
order: 7;
|
order: 7;
|
||||||
@@ -281,7 +292,8 @@
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 0.5rem;
|
font-size: 0.5rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
padding-top: 0.1rem;
|
||||||
|
padding-bottom: 0.1rem;
|
||||||
svg{
|
svg{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user