Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Margins cleanup - Remove extra-margins - MEED-2895-Meeds-io/MIPs#103 #708

Merged
merged 3 commits into from
Nov 14, 2023

Conversation

SaraBoutej
Copy link
Contributor

This change allows to remove all magrins added for Vue applications parents.
The margin will be added as a CSS variable inside the less variables, so we can change this variable using the branding UI.

@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Nov 14, 2023
@SaraBoutej SaraBoutej requested a review from boubaker November 14, 2023 12:15
@SaraBoutej SaraBoutej self-assigned this Nov 14, 2023
Comment on lines 64 to 66
.PORTLET-FRAGMENT {
margin-bottom: @applicationMarginBottom;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.PORTLET-FRAGMENT {
margin-bottom: @applicationMarginBottom;
}
.PORTLET-FRAGMENT {
margin-bottom: @applicationMarginBottom;
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@@ -18,3 +18,4 @@ Modifications applied on imported libraries:
- delete '!important' from .v-card-flat:@box-shadow (line 22363) to avoid force disabling box-shadow on cards when using flat attribute on v-card
- Add fix on v-alert.prominent.dense icon size introduced in 2.4
- Add @borderRadius with 5px instead of using 4px for defaut border radius
- Add @applicationMarginBottom with 20px to add a margin bottom for all portlets
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed as this will not affect Vuetify default style.

Suggested change
- Add @applicationMarginBottom with 20px to add a margin bottom for all portlets

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@SaraBoutej SaraBoutej requested a review from boubaker November 14, 2023 14:08
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@SaraBoutej SaraBoutej merged commit 01cb328 into feature/meedsv2 Nov 14, 2023
@SaraBoutej SaraBoutej deleted the meed-2895 branch November 14, 2023 14:13
exo-swf pushed a commit that referenced this pull request Nov 15, 2023
…s#103 (#708)

This change allows to remove all magrins added for Vue applications parents.
The margin will be added as a CSS variable inside the less variables, so we can change this variable using the branding UI.
SaraBoutej added a commit that referenced this pull request Nov 17, 2023
…s#103 (#708)

This change allows to remove all magrins added for Vue applications parents.
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 f060fdb)
SaraBoutej added a commit that referenced this pull request Nov 17, 2023
…s#103 (#708)

This change allows to remove all magrins added for Vue applications parents.
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 f060fdb)
SaraBoutej added a commit that referenced this pull request Nov 21, 2023
…s#103 (#708)

This change allows to remove all magrins added for Vue applications parents.
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 f060fdb)
SaraBoutej added a commit that referenced this pull request Nov 21, 2023
…s#103 (#708)

This change allows to remove all magrins added for Vue applications parents.
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 f060fdb)
SaraBoutej added a commit that referenced this pull request Nov 22, 2023
…s#103 (#708)

This change allows to remove all magrins added for Vue applications parents.
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 f060fdb)
exo-swf pushed a commit that referenced this pull request Nov 22, 2023
…s#103 (#708)

This change allows to remove all magrins added for Vue applications parents.
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 f060fdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants