This commit is contained in:
2024-04-30 14:47:03 +02:00
parent 9904a178e3
commit 083642718b
5 changed files with 238 additions and 103 deletions
@@ -3,15 +3,24 @@ footer{
border-top: 1px solid black;
width: 100%;
height: auto;
padding: 2rem 0 0 0;
// padding: 2rem 0 0 0;
margin-top:2rem;
.container{
max-width: 90vw;
}
& > .d-flex{
& > div{
margin-bottom: 1.5rem;
padding-top: 2rem;
padding-left: 2rem !important;
padding-right: 2rem !important;
}
& > div:not(:last-of-type){
border-right: 1px solid black;
}
}
@media (min-width: 992px) {
@@ -19,30 +28,55 @@ footer{
display: block !important;
}
}
#block-colloque2024-renderedsitesettingsblock-5{
.site_setting_entity{
& > div{
display: flex;
flex-wrap: nowrap;
@media screen and (min-width: 768px) {
display:block;
}
& > div{
width: calc((100% / 3) - #{$gutter});
@media screen and (min-width: 768px) {
width: calc((100% / 2) - #{$gutter});
max-width: 200px;
margin-bottom: 2rem;
}
&:first-child{
margin-right: $gutter;
}
}
#block-renderedsitesettingsblock-5{
max-width: 30%;
div.site_setting_entity div.grid{
display: grid;
grid-template-columns: 1fr 1fr;
div:nth-of-type(1){
grid-column: 1;
grid-row: 1 / span 3;
}
div:nth-of-type(2){
grid-column: 2;
grid-row: 1;
}
div:nth-of-type(3){
grid-column: 2;
grid-row: 2;
}
div:nth-of-type(4){
grid-column: 2;
grid-row: 3;
}
}
// & > div{
// // display: flex;
// // flex-wrap: nowrap;
// @media screen and (min-width: 768px) {
// display:block;
// }
// & > div{
// // width: calc((100% / 3) - #{$gutter});
// @media screen and (min-width: 768px) {
// width: calc((100% / 2) - #{$gutter});
// max-width: 200px;
// margin-bottom: 2rem;
// }
// // &:first-child{
// // margin-right: $gutter;
// }
// }
// }
}
#block-colloque2024-renderedsitesettingsblock-4{
#block-renderedsitesettingsblock-4{
@media (min-width: 992px) {
.d-lg-block {
display: block !important;
@@ -97,4 +131,5 @@ footer{
}
}
}
}
}
@@ -31,13 +31,20 @@ header{
z-index: 10000;
}
}
#block-colloque2024-renderedsitesettingsblock-2{
width: 35%;
border-left: 1px solid $color1;
#block-colloque2024-logoepau{
margin-right: 2rem;
}
#block-renderedsitesettingsblock-2{
width: 25%;
border-left: 1px solid black;
padding: 0;
display: none;
// display: none;
justify-content: end;
a{
display: flex;
margin: auto;
// align-items: right;
margin-left: 20%;
}
@media screen and (min-width: 1200px) {
display: flex;
@@ -45,38 +52,51 @@ header{
}
.site_setting_entity{
display: flex;
align-items: center;
justify-content: flex-start;
padding: 0 1rem 0 0rem;
flex-direction: column;
// align-items: left;
// justify-content: flex-end;
// padding: 0 1rem 0 0rem;
h1{
width: 100%;
color: $color2;
order: 2;
width: 60%;
color: black;
padding-right: 1rem;
text-transform: uppercase;
text-align: right;
align-self: stretch;
font-size: 2.2rem;
// text-transform: uppercase;
text-align: left;
// align-self: stretch;
margin: auto 0;
line-height: 0.95;
}
.__info_colloque{
width: 50%;
// width: 50%;
width: fit-content;
order: 1;
height: auto;
display: flex;
flex-direction: column;
flex-direction: row;
// justify-content: space-between;
&>div{
height: auto;
&:first-child{
color: $color1;
order: 2;
color: black;
white-space: nowrap;
border-bottom: 2px solid $color1;
padding-bottom: 0.4rem;
margin-bottom: 0.6rem;
// border-bottom: 2px solid $color1;
font-family: "Mariannebold";
text-transform: uppercase;
padding-left: 0.5rem;
// padding-bottom: 0.4rem;
// margin-bottom: 0.6rem;
}
&:last-child{
color: $color2;
padding-right: 10px;
order: 1;
color: black;
// padding-right: 10px;
width: min-content;
margin-bottom: 0;
text-transform: uppercase;
}
}
}
@@ -84,7 +104,6 @@ header{
}
#block-colloque2024-mainnavigation{
width: max-content;
.burger{
padding-top: 0.25rem;
z-index: 9999;
@@ -98,6 +117,8 @@ header{
flex-wrap: wrap;
li{
margin: 0 0.5rem;
font-size: 1.3rem !important;
&:not(:last-child){
&:after{
display: inline-block;
@@ -164,7 +185,7 @@ header{
}
#block-colloque2024-mainnavigation{
border-left: 1px solid black;
// border-left: 1px solid black;
display: flex;
align-items: center;
justify-content: flex-end;