Skip to content

Commit

Permalink
feat: Remove extra-margins from containers - MEED-2866 -Meeds-io/MIPs…
Browse files Browse the repository at this point in the history
…#103 (#1288)

(cherry picked from commit 4414964)
(cherry picked from commit 1299538)
  • Loading branch information
SaraBoutej authored and hbenali committed Nov 22, 2023
1 parent 24a1cc4 commit 0b41427
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
<container
id="overviewBannerContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col-12">
cssClass="col-12 py-0">
<access-permissions>*:/platform/users;*:/platform/externals</access-permissions>
<portlet-application>
<portlet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
cssClass="v-application v-application--is-ltr v-application--wrap singlePageApplication">
<access-permissions>Everyone</access-permissions>
<container
template="system:/groovy/portal/webui/container/UIContainer.gtmpl"
cssClass="mb-5">
template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
<access-permissions>Everyone</access-permissions>
<portlet-application>
<portlet>
Expand All @@ -60,8 +59,7 @@
</portlet-application>
</container>
<container
template="system:/groovy/portal/webui/container/UIContainer.gtmpl"
cssClass="mb-5">
template="system:/groovy/portal/webui/container/UIContainer.gtmpl">
<access-permissions>Everyone</access-permissions>
<portlet-application>
<portlet>
Expand All @@ -82,7 +80,6 @@
</container>
<container
template="system:/groovy/portal/webui/container/UIContainer.gtmpl"
cssClass="mb-5"
profiles="notes">
<access-permissions>Everyone</access-permissions>
<portlet-application>
Expand All @@ -107,15 +104,14 @@
<container
id="gamificationWidgets"
template="system:/groovy/portal/webui/container/UIVRowContainer.gtmpl"
cssClass="mb-5"
profiles="gamification">
<access-permissions>Everyone</access-permissions>
<container template="system:/groovy/webui/container/UINoPublicProgramContainer.gtmpl">
<access-permissions>Everyone</access-permissions>
<container
id="CreateProgramButtonContainer"
template="system:/groovy/portal/webui/container/UIVColContainer.gtmpl"
cssClass="col-12"
cssClass="col-12 pt-3 pb-0"
profiles="gamification">
<access-permissions>*:/platform/rewarding</access-permissions>
<portlet-application>
Expand All @@ -132,7 +128,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"
profiles="gamification">
<access-permissions>Everyone</access-permissions>
<portlet-application>
Expand All @@ -148,7 +144,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"
profiles="gamification">
<access-permissions>Everyone</access-permissions>
<portlet-application>
Expand All @@ -164,7 +160,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"
profiles="gamification">
<access-permissions>Everyone</access-permissions>
<portlet-application>
Expand Down

0 comments on commit 0b41427

Please sign in to comment.