css bouton pour candidater
This commit is contained in:
parent
6ac88b03c1
commit
18e2c311be
|
@ -2886,6 +2886,35 @@ body {
|
||||||
#pour_candidater .paragraph--type--static-parts .colone-picto svg {
|
#pour_candidater .paragraph--type--static-parts .colone-picto svg {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#pour_candidater .paragraph--type--static-parts .colone-picto h6 {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 1rem;
|
||||||
|
width: fit-content;
|
||||||
|
color: white;
|
||||||
|
background: black;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 0.6rem;
|
||||||
|
margin-block: 0.5rem;
|
||||||
|
}
|
||||||
|
#pour_candidater .paragraph--type--static-parts .colone-picto h6 a {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
color: white;
|
||||||
|
background: black;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 0.6rem;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
}
|
||||||
|
#pour_candidater .paragraph--type--static-parts .colone-picto h6 a svg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#pour_candidater .paragraph--type--static-parts .colone-picto h6 a::after {
|
||||||
|
display: inline-flex;
|
||||||
|
content: url("../img/noun-arrow-to-right.svg");
|
||||||
|
padding-right: 0.2rem;
|
||||||
|
padding-left: 0.2rem;
|
||||||
|
}
|
||||||
#pour_candidater .field_body {
|
#pour_candidater .field_body {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
|
@ -42,6 +42,48 @@
|
||||||
svg{
|
svg{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
h6{
|
||||||
|
// flex: 1 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
// padding-right: 2rem;
|
||||||
|
margin-top: 1rem;
|
||||||
|
// margin-bottom: 2rem !important;
|
||||||
|
width: fit-content;
|
||||||
|
color: white;
|
||||||
|
background: black;
|
||||||
|
// padding-left: 0.5rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 0.6rem;
|
||||||
|
// margin-bottom: 0.3rem;
|
||||||
|
// margin: auto;
|
||||||
|
// padding-bottom: 2rem;
|
||||||
|
// @media(max-width: 1090px){
|
||||||
|
// padding-top: 0 ;
|
||||||
|
// margin-top: 0;
|
||||||
|
// }
|
||||||
|
margin-block: 0.5rem;
|
||||||
|
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;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue