-
Notifications
You must be signed in to change notification settings - Fork 1
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
Site alert #105
Site alert #105
Conversation
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.
FED good ✅
.alert-banner--informational { | ||
--alert-accent-color: var(--color-brand-100); | ||
} | ||
.alert-banner--warning { |
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.
You could put these selectors together with a comma to make it clear that the same happens for both. Or set this variable on .alert-banner
and only override it with --emergency
.exclude(display_from__gt=now) | ||
.exclude(display_until__lt=now) | ||
) | ||
print(site_alerts) |
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.
Debugging
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.
fixed
Needs a bunch of BED work, but ready for FED review.