template home + scss

This commit is contained in:
2020-07-13 20:30:10 +02:00
parent 3a082e23cc
commit 82f7d7d6b6
40 changed files with 6034 additions and 8 deletions
@@ -0,0 +1,33 @@
header{
height: 100px;
div {
height: inherit;
}
}
#block-popsu-colloque-branding{
position: relative;
z-index: 999;
& > a{
display: block;
height: 9rem;
position: relative;
img{
width: auto;
height: 100%;
object-fit: contain;
}
}
}
#block-mainnavigation{
border-left: 1px solid $color1;
padding-bottom: 1rem;
display: flex;
align-items: flex-end;
ul{
li{
padding: 0 1rem;
border-right: 1px solid $col_black;
}
}
}