-
Notifications
You must be signed in to change notification settings - Fork 6
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
Mod 10104 #172
Mod 10104 #172
Conversation
you need to update the version, commit the rebuilt artifacts |
Added the rebuild |
styles/components/_pageHeader.scss
Outdated
@@ -34,6 +34,16 @@ $z-header: 100; | |||
@include for-tablet-landscape-up { | |||
flex-wrap: nowrap; | |||
} | |||
hr { | |||
display: blocks; | |||
background-color: rgba(223, 225, 226, 0.25); |
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.
is there a reason that you're using the rgb function here versus a color variable? i'm not saying you should be using a variable here i'm just curious
background: $gray-cool-5; | ||
border: solid 2px rgba(26, 68, 128, 0.25); | ||
background:$blue-warm-70v; | ||
border: solid 2px rgba(223, 225, 226, 0.25); |
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.
same rgb question
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.
that what was used before hand so I kept it the same. I can use a var. But figured it was a rgba before hand just keep it.
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.
@nick-torres changed them
Check List Before Merging
DropdownItem
Author
/docs
)/dist
)👆These can be done by executing
npm run build
and committing the build artifacts./index.js
(if applicable)
(if applicable)
(if applicable)
index.d.ts
updated with new prop types defined for new components.(if applicable)
Reviewer