-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
.PORTLET-FRAGMENT { | ||
margin-bottom: @applicationMarginBottom; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.PORTLET-FRAGMENT { | |
margin-bottom: @applicationMarginBottom; | |
} | |
.PORTLET-FRAGMENT { | |
margin-bottom: @applicationMarginBottom; | |
} |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
- Add @applicationMarginBottom with 20px to add a margin bottom for all portlets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
Kudos, SonarCloud Quality Gate passed!
|
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.