page ressource && participant

This commit is contained in:
2020-07-19 18:12:39 +02:00
parent d6f8d684e4
commit 40070233b8
32 changed files with 1087 additions and 231 deletions
@@ -0,0 +1,52 @@
header{
padding: 0 1rem;
height: 130px;
div {
height: inherit;
}
}
#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;
}
}
}
}
#block-mainnavigation{
width: auto;
border-left: 1px solid $color1;
padding-bottom: 1rem;
display: flex;
align-items: flex-end;
ul{
flex-wrap: nowrap;
li{
padding: 0 1rem;
border-right: 1px solid $col_black;
a{
white-space: nowrap;
}
}
}
}
.site_setting_entity{
img{
width: 50%;
height: auto;
}
}
@@ -0,0 +1,21 @@
#block-popsu-colloque-submenu{
ul{
display: flex;
li{
margin-right: 1rem;
a{
display: block;
padding: 1rem 1rem;
border: 1px solid $color2;
color: $color2;
background: white;
transition: color 0.3s ease, background 0.3s ease;
&:hover{
color: white;
background: blue;
transition: all 0.3s ease;
}
}
}
}
}