-
Notifications
You must be signed in to change notification settings - Fork 7
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
Share popup modal separation #1107
base: develop
Are you sure you want to change the base?
Conversation
* refactor main article width/gutters to grid * Add DNA string for testing * Potential fix for long urls * Move article columns to article-section scss file * Refactor article section for secondary column
* Add table variations and fix bug for lists inside tables * Format code * Remove unwanted code * Reverting to original
* Add table variations and fix bug for lists inside tables * Format code * Remove unwanted code * Reverting to original * Update font, font-size for list items and paragraphs in tables
…es/pattern-library into share-popup-modal-separation
Need to check when merged into content header branch for right column
…es/pattern-library into share-popup-modal-separation
|
||
.button { | ||
justify-self: center; | ||
margin-bottom: 24px; |
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.
There are a few cases where it would be appropriate to use a mixin such as here @include margin(24, "bottom");
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.
Had not finished this part of the changes
This was not ready for review as had not finished |
…to share-popup-modal-separation # Conflicts: # assets/js/components/ButtonClipboard.js # assets/js/components/Modal.js # assets/sass/patterns/atoms/modal-window.scss # source/_patterns/00-atoms/components/modal-window.mustache # source/_patterns/00-atoms/components/modal-window.yaml # source/_patterns/00-atoms/components/modal-window~citations.json # source/_patterns/00-atoms/components/modal-window~share.json # test/buttonclipboard.spec.js
No description provided.