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 (#157)

This change allows tp remove all margins from analytics Vue applications Parent.
The margin will be added as a CSS variable inside the less variables, so we can change this variable using the branding UI.
  • Loading branch information
SaraBoutej authored Nov 14, 2023
1 parent 0dc47e3 commit 25be154
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions analytics-webapps/src/main/webapp/skin/less/analytics.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
}

.analyticsPageRow {
margin-bottom: 20px;

.UIRowContainer {
display: flex;
Expand Down Expand Up @@ -88,7 +87,6 @@
}

#breadcrumbAnalytics {
padding-bottom: 20px;

.titlePage {
font-size: 16px;
Expand Down Expand Up @@ -343,7 +341,6 @@

@media (max-width: @maxMobileWidth) {
#breadcrumbAnalytics {
padding-bottom: 20px;
}
#topAnalyticsPage {
&.singlePageApplication {
Expand Down

0 comments on commit 25be154

Please sign in to comment.