-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tup-cms): do not load core-styles.cms.css (#113)
Co-authored-by: Jake Rosenberg <jrosenberg@tacc.utexas.edu>
- Loading branch information
1 parent
7fa031d
commit 9f97011
Showing
3 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
8 changes: 0 additions & 8 deletions
8
apps/tup-cms/src/apps/dashboard/templates/dashboard/assets.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
{% load staticfiles %} | ||
|
||
<style> | ||
/* TODO: What of cms.css can move to base.css (so we don't load cms here)? */ | ||
@import url("{% static 'site_cms/css/build/core-styles.cms.css' %}") layer(base); | ||
@import url("{% static 'site_cms/css/build/core-styles.portal.css' %}") layer(base); | ||
@import url("{% static 'site_cms/css/build/core-styles.header.css' %}") layer(base); | ||
</style> | ||
<style> | ||
/* To overwrite irrelevant and breaking styles from core-styles.cms.css */ | ||
body > main { | ||
margin-bottom: unset; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters