Files
Popsu-coloque/web/themes/custom/popsu_colloque/css/components/layout.scss
T
2020-07-19 18:12:39 +02:00

69 lines
907 B
SCSS

// main{
// margin-top: $margin-hero;
// }
img{
width:100%;
height: 100%;
object-fit: cover;
}
#txt_present{
& > div{
margin: 2rem auto;
}
}
#block-views-block-slide-programme-block-1,
#block-views-block-dernieres-publications-block-1{
.views{
section.wrap_head{
@include croix_or;
}
}
}
article{
.__title{
@include croix_or;
}
.__head{
div{
& > div{
margin: 0rem 0.5rem;
}
}
}
}
h4{
@include croix_or;
}
blockquote{
font-size: 2rem;
line-height: 1;
margin: 2rem;
color: $lightgrey;
@include croix_or_B;
}
.container{
&.programme{
.views{
section{
&:not(:last-child){
@include croix_or;
margin: 0 0 2rem 0;
& > .d-flex{
padding: 0 0 2rem 0;
}
}
&:last-child{
margin-bottom: 5rem ;
}
}
}
}
}