css timeline
This commit is contained in:
@@ -441,6 +441,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -23,8 +23,9 @@
|
||||
|
||||
}
|
||||
.config_pages--type--deroulement{
|
||||
height: 550px;
|
||||
height: fit-content;
|
||||
margin-top: 3.5rem;
|
||||
padding-bottom: 3rem;
|
||||
.field_field_phase{
|
||||
height: 100%;
|
||||
.timeline{
|
||||
@@ -219,8 +220,46 @@
|
||||
|
||||
}
|
||||
}
|
||||
.field_field_calendrier{
|
||||
margin-top: 2rem;
|
||||
.file--application-pdf{
|
||||
width: fit-content;
|
||||
padding-left: 0.5rem;
|
||||
// padding-bottom: 0.2rem;
|
||||
// padding-top: 0.2rem;
|
||||
background: black;
|
||||
@media (max-width:810px) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
a{
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
font-size: 0.6rem;
|
||||
|
||||
svg{
|
||||
display: none;
|
||||
}
|
||||
&::after{
|
||||
display: inline-flex;
|
||||
content: url("../img/noun-arrow-to-right.svg");
|
||||
padding-right: 0.2rem;
|
||||
padding-left: 0.2rem;
|
||||
padding-bottom: 0.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
span:nth-child(2){
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user