css button plaquette
This commit is contained in:
parent
b98dcea76b
commit
e4796d5b29
|
@ -1745,6 +1745,26 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
#home article.node-type-static .field_body > p:nth-child(4) a {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
color: white;
|
||||||
|
background: black;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 0.6rem;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
}
|
||||||
|
#home article.node-type-static .field_body > p:nth-child(4) a svg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#home article.node-type-static .field_body > p:nth-child(4) a::after {
|
||||||
|
display: inline-flex;
|
||||||
|
content: url("../img/noun-arrow-to-right.svg");
|
||||||
|
padding-right: 0.2rem;
|
||||||
|
padding-left: 0.2rem;
|
||||||
}
|
}
|
||||||
#home article.node-type-static .field_field_title {
|
#home article.node-type-static .field_field_title {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
|
|
@ -129,12 +129,35 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
|
||||||
// margin: auto;
|
// margin: auto;
|
||||||
// padding-bottom: 2rem;
|
// padding-bottom: 2rem;
|
||||||
// @media(max-width: 1090px){
|
// @media(max-width: 1090px){
|
||||||
// padding-top: 0 ;
|
// padding-top: 0 ;
|
||||||
// margin-top: 0;
|
// margin-top: 0;
|
||||||
// }
|
// }
|
||||||
|
a{
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
color: white;
|
||||||
|
background: black;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 0.6rem;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
svg{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
&::after{
|
||||||
|
display: inline-flex;
|
||||||
|
content: url("../img/noun-arrow-to-right.svg");
|
||||||
|
padding-right: 0.2rem;
|
||||||
|
padding-left: 0.2rem;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.field_field_title{
|
.field_field_title{
|
||||||
|
|
Loading…
Reference in New Issue