-
Notifications
You must be signed in to change notification settings - Fork 0
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
GH-245/FP-1097: v1–v2 Migration Stylesheet #59
GH-245/FP-1097: v1–v2 Migration Stylesheet #59
Conversation
As of GH-73, this component is maintained in Core.
This allows Bootstrap 4 blockquotes to be replaced by TACC blockquote.
Avoid this error that occurred on A2CPS ``` AttributeError: module 'taccsite_custom._shared' has no attribute 'default_app_config' ``` via Core-Portal-Deployments 91966f8. Previous attempt to avoid this was TACC/Core-CMS @ e8d864e3 — it failed
@import url("_imports/components/tacc.c-footer.css"); | ||
/* … */ |
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.
Explanation
Moved code from tacc.c-footer.css
code to _migrations/v1_v2/main.portal.css
.
footer { | ||
/* … */ | ||
margin-top: 1em; | ||
} |
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.
Notice
Moved from tacc.c-footer.css
to here.
/* TACC COMPONENTS: Footer */ | ||
|
||
.c-footer { | ||
/* Mimic strange style from old design ported for 2020-02 launch */ | ||
/* FP-459: After the redesign of Frontera, remove these */ | ||
margin-top: 1em; | ||
} |
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.
Explanation
Moved to _migrations/v1_v2/main.portal.css
from here.
font-size:10px; | ||
/* Disabled by TACC */ | ||
/* FAQ: Let TACC handle influence `rem`; this and more may be deleted anyway */ | ||
/* font-size:10px; */ |
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.
Explanation
This style has been being overwritten anyway for more than a year.
This adds template, but not v1 styles. For v1 styles see #59.
Merging based on approval of TACC/Core-CMS#274. |
Related
TACC/Core-CMS#274 relies on this PR.
To Do
Done
Overview
Changes
_shared
pseudo-project.migrate.*.css
and_migrations/
._shared/.../_migrations/
.Issues, Screenshots, Testing, Notes
See TACC/Core-CMS#274.