Skip to content

Commit

Permalink
feat: Margins cleanup - Remove extra-margins - MEED-2895-Meeds-io/MIP…
Browse files Browse the repository at this point in the history
…s#103 (#1283)

This change allows tp remove all paddings from the overview page portlet container.
The margin will be added as a CSS variable inside the less variables, so we can change this variable using the branding UI.

(cherry picked from commit e5452d5)
(cherry picked from commit bbe71d1)
  • Loading branch information
SaraBoutej authored and rdenarie committed Nov 22, 2023
1 parent 274e309 commit 2dfcf04
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@
<container
id="contributionsContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -661,7 +661,7 @@
<container
id="ReputationContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -675,7 +675,7 @@
<container
id="RewardsContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -689,7 +689,7 @@
<container
id="TopChallengersContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -703,7 +703,7 @@
<container
id="ChanllengesOverviewContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand All @@ -717,7 +717,7 @@
<container
id="ProgramsOverviewContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col col-sm-12 col-md-6 col-lg-4">
cssClass="col col-sm-12 col-md-6 col-lg-4 py-0">
<portlet-application>
<portlet>
<application-ref>gamification-portlets</application-ref>
Expand Down

0 comments on commit 2dfcf04

Please sign in to comment.