add page intervenant
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
.container.les_intervenants{
|
||||
padding-top: 1.5rem;
|
||||
@media screen and (min-width: 768px){
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.views-element-container{
|
||||
margin-top: 1rem;
|
||||
@media screen and (min-width: 768px){
|
||||
margin-top: 0rem;
|
||||
}
|
||||
}
|
||||
|
||||
.wrap-anchor-letter{
|
||||
margin-bottom: 3rem;
|
||||
a{
|
||||
font-size: 2rem;
|
||||
font-family: 'dukefill';
|
||||
color: $color1;
|
||||
}
|
||||
}
|
||||
|
||||
.letter-sort{
|
||||
font-size: 3rem;
|
||||
font-family: 'dukefill';
|
||||
color: $color2;
|
||||
}
|
||||
|
||||
section.row{
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
.participant_full{
|
||||
.__wrap_content{
|
||||
margin: 3rem auto;
|
||||
}
|
||||
.__publications,.__bibliographie{
|
||||
margin: 3rem auto;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
.search{
|
||||
section{
|
||||
& > div{
|
||||
h3{
|
||||
width: 100%;
|
||||
}
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user