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 db1053d commit 2b69957
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions gembloux/src/scss/home/espace-citoyen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,12 @@
}

body .outer-wrapper .magazine-communal {
position: relative;

a {
text-decoration: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #fff !important;
}
Expand All @@ -379,10 +385,6 @@ body .outer-wrapper .magazine-communal {
}
}

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

.sortable-section.sectioncollection.magazine-communal::after {
background: rgb(57, 182, 138);
background: linear-gradient(
Expand All @@ -394,7 +396,7 @@ body .outer-wrapper .magazine-communal {
content: "";
left: 200% !important;
position: absolute;
top: 80%;
top: 20%;
transform: translateX(-50vw);
width: 100vw !important;
z-index: -2;
Expand All @@ -415,6 +417,14 @@ body .outer-wrapper .magazine-communal {
padding: 2rem;
color: #fff;

.table_title {
color: #fff;

a {
color: #fff;
}
}

svg.plone-icon {
fill: #fff;
height: 40px;
Expand All @@ -426,3 +436,7 @@ body .outer-wrapper .magazine-communal {
body .container svg.plone-icon {
background-color: transparent !important;
}

.sortable-section.sectiontext.bouton {
text-align: center;
}

0 comments on commit 2b69957

Please sign in to comment.