Skip to content

Commit

Permalink
fix: render/style responsive video/audio player (off of main) (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Aug 15, 2023
1 parent 40ee102 commit 0e72d7f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/* DO NOT ADD STYLES HERE; ONLY IMPORT OTHER STYLESHEETS */

/* WARNING: Only import new stylesheets that will not break old site designs */

/* Organize via ITCSS */
/* https://confluence.tacc.utexas.edu/x/IAA9Cw */

@import url("../../_imports/components/django-cms-video.css");
4 changes: 2 additions & 2 deletions taccsite_cms/templates/assets_site.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

<link id="css-bootstrap" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

{# CAVEAT: Requires `npm run build` step before running the Django project. #}
<link id="css-site" rel="stylesheet" href="{% static 'site_cms/css/build/site.css' %}">
<link id="css-site-header" rel="stylesheet" href="{% static 'site_cms/css/build/site.header.css' %}">

{# CAVEAT: Requires `npm run build` step before running the Django project. #}
<link id="css-site-v3-11+" rel="stylesheet" href="{% static 'site_cms/css/build/site.v3-11-plus.css' %}">


{# Impacts the clients "CEPv2" Portal & Frontera Docs #}
Expand Down

0 comments on commit 0e72d7f

Please sign in to comment.