From 64508199cf711f0b119049ea582a1b172a38d74e Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:20:27 -0600 Subject: [PATCH] chore: update core-styles --- designsafe/static/styles/app-card.css | 2 +- designsafe/static/styles/bootstrap3.breadcrumb.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/designsafe/static/styles/app-card.css b/designsafe/static/styles/app-card.css index 9e13d3a063..69a09db021 100644 --- a/designsafe/static/styles/app-card.css +++ b/designsafe/static/styles/app-card.css @@ -1,7 +1,7 @@ /* STRUCTURE */ /* To load most structure from Core-Styles */ -@import url("https://cdn.jsdelivr.net/npm/@tacc/core-styles@v2.35.0/dist/components/c-app-card.css"); +@import url("https://cdn.jsdelivr.net/npm/@tacc/core-styles@v2.37.2/dist/components/c-app-card.css"); diff --git a/designsafe/static/styles/bootstrap3.breadcrumb.css b/designsafe/static/styles/bootstrap3.breadcrumb.css index 620ab5a0b6..05a08cc343 100644 --- a/designsafe/static/styles/bootstrap3.breadcrumb.css +++ b/designsafe/static/styles/bootstrap3.breadcrumb.css @@ -1,4 +1,4 @@ -@import url("https://cdn.jsdelivr.net/gh/TACC/Core-Styles@v2.27.0/dist/components/bootstrap3.breadcrumb.css"); +@import url("https://cdn.jsdelivr.net/gh/TACC/Core-Styles@v2.37.2/dist/components/bootstrap3.breadcrumb.css"); /* To negate `.navbar-ds` padding bottom */ /* https://github.com/DesignSafe-CI/portal/blob/v7.0.0--tapis-v3-20240607/designsafe/static/vendor/bootstrap-ds/css/bootstrap.css#L4769 */