created colloque 2024 theme

This commit is contained in:
2024-03-07 13:13:44 +01:00
parent 96da96e96d
commit ff8712ff3c
303 changed files with 45057 additions and 0 deletions
@@ -0,0 +1,36 @@
#block-popsu-colloque-page-title{
margin:1.5rem auto;
@include croix_or;
@media screen and (min-width: 768px) {
margin: 0 auto 1.5rem auto;
}
}
#info_prat_title{
position: relative;
&::after{
display: inline-flex;
position: absolute;
right: 0px;
top: 0px;
width: 50px;
height: 50px;
vertical-align: middle;
@include labelOnline;
}
@media screen and (min-width: 768px) {
&::after{
right: -20px;
top: 10px;
width: 150px;
height: 150px;
}
}
}
.geolocation-map-wrapper{
height: 400px;
.geolocation-map-container{
height: inherit!important;
}
}