From 0e72d7fd958c34cab99ded6eaadd473f23be5aeb Mon Sep 17 00:00:00 2001
From: Wesley B <62723358+wesleyboar@users.noreply.github.com>
Date: Tue, 15 Aug 2023 12:43:24 -0500
Subject: [PATCH] fix: render/style responsive video/audio player (off of main)
(#685)
---
.../css/src/_migrations/v3-10_v3-11/site.v3-11-plus.css | 8 ++++++++
taccsite_cms/templates/assets_site.html | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
create mode 100644 taccsite_cms/static/site_cms/css/src/_migrations/v3-10_v3-11/site.v3-11-plus.css
diff --git a/taccsite_cms/static/site_cms/css/src/_migrations/v3-10_v3-11/site.v3-11-plus.css b/taccsite_cms/static/site_cms/css/src/_migrations/v3-10_v3-11/site.v3-11-plus.css
new file mode 100644
index 000000000..5ae371850
--- /dev/null
+++ b/taccsite_cms/static/site_cms/css/src/_migrations/v3-10_v3-11/site.v3-11-plus.css
@@ -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");
diff --git a/taccsite_cms/templates/assets_site.html b/taccsite_cms/templates/assets_site.html
index 6b5b4122c..972bdb12e 100644
--- a/taccsite_cms/templates/assets_site.html
+++ b/taccsite_cms/templates/assets_site.html
@@ -15,10 +15,10 @@
-{# CAVEAT: Requires `npm run build` step before running the Django project. #}
-
+{# CAVEAT: Requires `npm run build` step before running the Django project. #}
+
{# Impacts the clients "CEPv2" Portal & Frontera Docs #}