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