Skip to content

Commit

Permalink
Theme Gembloux - Magazines
Browse files Browse the repository at this point in the history
  • Loading branch information
Broemman committed Dec 11, 2024
1 parent b5b934c commit db1053d
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 6 deletions.
10 changes: 7 additions & 3 deletions gembloux/src/scss/home/a-la-une.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.a-la-une .swiper_title {
.container .a-la-une .swiper_title {
margin-top: 0 !important;
padding-top: 0 !important;

h3 {
text-align: left;
text-align: left !important;
font-size: 20px !important;
font-weight: 900;
font-weight: 900 !important;
}
}

Expand All @@ -18,6 +18,10 @@
transform: translateX(-50%);
width: 100vw;

h2.section-title {
margin-left: 680px !important;
}

.carousel {
padding: 10px;
}
Expand Down
48 changes: 47 additions & 1 deletion gembloux/src/scss/home/espace-citoyen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
rgba(0, 0, 0, 6%) 0 0 0 1px;
}

.swiper-title h3 {
.swiper_title h3 {
text-align: center;
text-decoration: none;
margin-top: 20px;
Expand All @@ -364,6 +364,25 @@
}
}

body .outer-wrapper .magazine-communal {
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fff !important;
}

span.swiper-pagination-bullet {
background: transparent;
border: solid 1px #fff;
}

.see_all {
display: none;
}
}

.sortable-section.sectioncollection.magazine-communal {
position: relative;
}

.sortable-section.sectioncollection.magazine-communal::after {
background: rgb(57, 182, 138);
background: linear-gradient(
Expand All @@ -380,3 +399,30 @@
width: 100vw !important;
z-index: -2;
}

.sectionlinks.partenaires.rs {
padding-top: 0;

h2.section-title {
text-align: center;
padding-bottom: 30px;
}

ul.row {
text-align: center;

li {
padding: 2rem;
color: #fff;

svg.plone-icon {
fill: #fff;
height: 40px;
}
}
}
}

body .container svg.plone-icon {
background-color: transparent !important;
}
4 changes: 2 additions & 2 deletions gembloux/src/scss/home/partenaires.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
}

.table_title {
margin: 0;
display: none;
margin: 15px auto;
text-align: center;

span {
line-height: 1;
Expand Down

0 comments on commit db1053d

Please sign in to comment.