Skip to content

Commit

Permalink
Theme for La Louviere
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Jul 12, 2024
1 parent 217d970 commit ee4370a
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lalouviere/src/scss/home/espace-galerie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
font-size: 50px;
}
@media screen and (max-width: 600px) {
height: 50px;
height: auto;
}
}

Expand Down
48 changes: 44 additions & 4 deletions lalouviere/src/scss/home/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
margin-top:0rem;
}
#portal-footer{
background:$primary-gris!important;
background:$primary!important;
#smartweb-footer,#smartweb-minisite-footer{
a,span,p,div,h2{
color: #fff;
Expand Down Expand Up @@ -90,7 +90,7 @@
}}

#portal-colophon{
background: $primary-gris;
background: $primary;
padding: 1rem;
ul{
display: flex;
Expand All @@ -109,15 +109,15 @@
}

#portal-footer-wrapper{
background:$primary-gris;
background:$primary;
background-size: 100%;
padding-top: 100px;
padding:5rem 0 2rem 0 !important;
margin-top:80px;
}

.section-home-page #portal-footer-wrapper{
background:$primary-gris;
background:$primary;
background-size: 100%;
padding-top: 100px;
padding:5rem 0 2rem 0 !important;
Expand Down Expand Up @@ -314,4 +314,44 @@ footer{

#portal-footer-wrapper li.facebook, #portal-footer-wrapper li.twitter {
display: block !important;
}


.rs-footer {
max-width: 240px;
left: auto;
padding: 0px;
width: 100%;
.row {
li {
width:25% !important;
.table_display {
.table_image {
.image {
margin : 0 auto;
background: $primary-svg;
position: absolute;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: all .5s ease;
svg {
width: 100%;
fill:#ffffff;
transition: all .5s ease;
}
&:hover {
background:$primary-gris;
}
}
.table_title {
display:none;
}
}
}
}
}
}
43 changes: 38 additions & 5 deletions lalouviere/src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ footer #container-section-noussuivre{
color:#ffffff !important;
}
}

.sectionfiles:after {
background-color: $primary-blue;
border-radius: 8px;
Expand Down Expand Up @@ -1073,7 +1073,7 @@ h3 {
}

.contact_map {
z-index: -1;
z-index: 0 !important;
}

.citoyennete {
Expand Down Expand Up @@ -1106,11 +1106,12 @@ h3 {
figure {
margin:0px;
max-width: 100%;
img {
width: 100%;

}
@media screen and (max-width: 700px) {
padding:30px;
img {

}
}
}
.text {
Expand Down Expand Up @@ -1173,6 +1174,14 @@ h3 {

}



iframe.eaglebe {
height:400px !important;
position:relative;
margin:10px 0px 40px 0px;
}

.r-add-contact a, .r-add-event a, .r-add-news a {
background: $primary-blue;
border-radius: 8px;
Expand Down Expand Up @@ -1221,3 +1230,27 @@ h3 {
}
}

.section-maternelles-et-primaires {
.block-menu-element .card-body .card-text {
max-height: 4rem;
overflow: hidden;
position: relative;
font-size: 13px!important;
}

.block-menu-element .card-body .card-text:after {
background: linear-gradient(275deg, #fff, transparent);
content: "";
height: 1.5rem;
position: absolute;
right: 0;
/* top: 2.5rem; */
top: auto!important;
bottom: 0px!important;
width: 50%;
}

.block-menu-element .card-body .card-text:after {
display:none;
}
}
12 changes: 9 additions & 3 deletions lalouviere/src/scss/se-files.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
.portaltype-imio-smartweb-page #main-container .sectionfiles {
background-color: #ffffff;
border-radius: 0px;
background-color: $primary-red !important;
border-radius: 5px;
font-weight: bold;
margin-top: 1vw;
margin-top: 2vw;
margin-bottom: 1vw;
padding:0px !important;


&:after {display: none!important;}

.section-title {
Expand Down Expand Up @@ -75,4 +76,9 @@
}

}
}

.portaltype-imio-smartweb-procedure .sectionfiles .table_image {
color: #fff;
text-decoration: none;
}

0 comments on commit ee4370a

Please sign in to comment.