detail home

This commit is contained in:
2020-07-19 23:56:15 +02:00
parent 53963cd999
commit 85cc9c3868
18 changed files with 565 additions and 500 deletions
@@ -1,30 +1,28 @@
header{
padding: 0 1rem;
padding: 0 3rem;
height: 130px;
div {
height: inherit;
}
}
#block-popsu-colloque-branding{
width: 100%;
position: relative;
z-index: 999;
padding: 1rem 0 0 0;
padding:0;
& > div {
& > a{
display: inline-block;
height: 8rem;
max-height: 150px;
position: relative;
img{
width: auto;
width: 100%;
height: 100%;
object-fit: contain;
}
}
}
}
#block-mainnavigation{
width: auto;
border-left: 1px solid $color1;
@@ -35,7 +33,9 @@ header{
flex-wrap: nowrap;
li{
padding: 0 1rem;
border-right: 1px solid $col_black;
&:not(:last-child){
border-right: 1px solid $col_black;
}
a{
white-space: nowrap;
}
@@ -50,3 +50,25 @@ header{
height: auto;
}
}
header.front{
#block-popsu-colloque-branding{
width: 100%;
position: relative;
z-index: 999;
padding: 1rem 0 0 0;
& > div {
& > a{
display: inline-block;
height: 8rem;
max-height: 150px;
position: relative;
img{
width: auto;
height: 100%;
object-fit: contain;
}
}
}
}
}