-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Create Masthead component #439
Conversation
…and bar; modify box-shadow mixin to only write border property when needed
Also requesting your review in advance, @sherakama . I still need to add all the variables properly from the nested components and some fixup I need to do, but please leave any comments. I'm thinking for the different brand bar colors the developers can just pass in the brand bar modifier class themselves instead of having those as masthead variants. |
* master: DEC-381: Responsive flex classes with responsive gutters (#425)
…on top of each other
@include grid-media-max('md') { | ||
@include flex-column($columns: 10); | ||
// On mobile, lockup needs a higher z-index than nav because the nav takes up 100% width including margin | ||
z-index: 10010; |
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.
@buttonwillowsix z-index here.
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.
Looks great.
* master: Create Masthead component (#439) Link variants (#450) Create TERMSOFUSE.txt (#441) 436 437 cards (#440) DEC-381: Responsive flex classes with responsive gutters (#425) # Conflicts: # core/dist/css/decanter.css # core/src/scss/components/card/_card.scss # core/src/scss/components/card/index.scss # core/src/scss/utilities/placeholders/components/_card.scss
* master: date stacked component initial commit (#373) Add a variant for Card where the whole card is a link and add option to turn headline into a link (#444) Create Masthead component (#439) Link variants (#450) # Conflicts: # core/src/scss/utilities/mixins/link/_external-link.scss - resolved using master # core/src/scss/utilities/mixins/shadow/_box-shadow.scss - manually resolved
* Create a masthead component with multiple variants.
READY FOR REVIEW
Summary
Needed By (Date)
Urgency
Steps to Test
Affected Projects or Products
Associated Issues and/or People