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

All Vue applications parents no longer have margins due to these changes.
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 e140c79)
  • Loading branch information
SaraBoutej authored and exo-swf committed Nov 22, 2023
1 parent 6a0948f commit fa88f08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,6 @@
padding-left: 10px ~'; /** orientation=lt */ ';
padding-right: 10px ~'; /** orientation=rt */ ';

.v-application {
&:not(.hiddenable-widget) {
margin-bottom: 20px;
}
&.hiddenable-widget > .v-application--wrap > div {
margin-bottom: 20px;
}
}

/* Added for sticky container */
.UIContainer, .NormalContainerBlock, .VIEW-CONTAINER, .UIIntermediateContainer, .UIRowContainer {
display: inline;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@back="closeDetail" />
<v-card
v-else
class="my-3 card-border-radius"
class="card-border-radius"
flat>
<v-list @click="openNotificationSettingDetail">
<v-list-item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-app :class="hasNavigations && 'hasNavigations' | ''">
<v-card
color="transparent"
class="mb-6 card-border-radius overflow-hidden"
class="card-border-radius overflow-hidden"
flat>
<v-hover>
<v-img
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@back="closeSecurityDetail" />
<v-card
v-else
class="my-3 card-border-radius"
class="card-border-radius"
flat>
<v-list>
<v-list-item>
Expand Down

0 comments on commit fa88f08

Please sign in to comment.