-
Notifications
You must be signed in to change notification settings - Fork 27
Replace critical-notice() SASS mixin with equivalent class
#8958
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
Replace critical-notice() SASS mixin with equivalent class
#8958
Conversation
✅ Deploy Preview for ilios-frontend ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
critical-choice() SASS mixin with equivalent classcritical-notice() SASS mixin with equivalent class
06e93a3 to
3425d74
Compare
packages/ilios-common/app/styles/ilios-common/shared/critical-notice.scss
Outdated
Show resolved
Hide resolved
1d808a0 to
9dd155c
Compare
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.
needs a minor tweak.
packages/frontend/app/styles/components/update-notification.scss
Outdated
Show resolved
Hide resolved
…sses for instances where it is used
9dd155c to
3a08d68
Compare
stopfstedt
left a comment
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.
LGTM
dartajax
left a comment
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.
seems okay to me
Refs ilios/ilios#6608
Fixes ilios/ilios#6663
Removed the SASS mixin, creates a new class, and creates some subclasses for the instances where it was used, adding in their specific
background-color,color, andmin-heightparameters.