popsu-d9/web/themes/custom/popsu/sass/pages/_page--node.scss
2021-06-29 17:16:41 +02:00

82 lines
2.0 KiB
SCSS

.page-node-type-programme{
.layout-content{
position: relative;
}
.layout__region--top{
max-height: 30%;
grid-column: 1 / span 3;
}
.block-region-first{
position: absolute;
top: 0;
left: 0;
z-index: 10;
width: 25%;
padding: 1rem 1.5rem ;
.views-element-container{
header{
font-family: duke;
font-size: $font-large;
cursor: pointer;
transition: all 250ms;
&:hover{
padding: 0 0 0 .3rem;
}
}
.views-row{
display: none;
padding: 0 0 0 1.2rem;
margin-bottom: .5rem;
a{
text-decoration: none;
&:hover{
text-decoration: underline;
}
}
}
}
}
.block-region-third{
margin-top: -7rem;
z-index: 20;
position: relative;
#evenements-block_1{
background-color: brown;
margin-bottom: 3rem;
}
.item-list{
background-color:white;
color: brown;
padding: 1rem 0;
li{
margin-bottom: 1rem;
font-weight: 500;
.views-field-field-type-de-ressource{
text-transform: uppercase;
margin-bottom: .2rem;
}
.views-field-title{
font-style: italic;
a{
text-decoration: none;
&:hover{
text-decoration: underline;
}
}
}
.views-field-field-sous-titre{
font-weight: 400;
}
}
}
}
}