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

[VK] Updated global header component with some additional required styles #584

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

3697varun
Copy link

Updated some essential style for common global header package with comments

@@ -1,5 +1,7 @@
.c-header__content {
position: relative;
display: flex;
justify-content: space-between;

Copy link
Contributor

@jon-stevens jon-stevens Oct 13, 2021

Choose a reason for hiding this comment

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

The flex rule kicks in with the media query just below.
the following should be added to the README

@import '@springernature/brand-context/default/scss/10-settings/breakpoints';
@import '@springernature/brand-context/default/scss/30-mixins/media-query';```

Copy link
Author

Choose a reason for hiding this comment

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

Changes are done in README

@@ -54,6 +54,7 @@ Import the core styles into your main stylesheet
@import '@springernature/springernature-header/scss/10-settings/layout';
@import '@springernature/springernature-user-details/scss/10-settings/typography'; // if including user-details data
@import '@springernature/springernature-user-details/scss/50-components/core'; // if including user-details data
@import '@springernature/brand-context/springernature/scss/10-settings/typography';
Copy link
Contributor

Choose a reason for hiding this comment

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

This import should probably occur above scss/10-settings/typography

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants