From c8b501ab7618bc2298f947fd0ba7e8405c026ac6 Mon Sep 17 00:00:00 2001 From: Tomas Gonzalez Date: Thu, 19 Oct 2023 16:46:56 -0500 Subject: [PATCH] I believe this has already been merged into core-styles... Padding and Margin seem to be available on prod --- .../css/for-core-styles/objects/o-section.css | 14 -------------- .../static/tup_cms/css/tup-cms.for-core-styles.css | 1 - 2 files changed, 15 deletions(-) delete mode 100644 apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/objects/o-section.css diff --git a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/objects/o-section.css b/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/objects/o-section.css deleted file mode 100644 index 0b6317fca..000000000 --- a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/for-core-styles/objects/o-section.css +++ /dev/null @@ -1,14 +0,0 @@ -/* Remove double space */ -/* TODO: Integrate this into Core-Styles using less verbose solution */ -.section--light + .section--light, -.section--muted + .section--muted, -.section--dark + .section--dark, -.o-section--style-light + .o-section--style-light, -.o-section--style-muted + .o-section--style-muted, -.o-section--style-dark + .o-section--style-dark { - padding-top: unset; -} -.section:not([class*="section-"]) + .section:not([class*="section-"]), -.o-section:not([class*="section--"]) + .o-section:not([class*="section--"]) { - margin-top: unset; -} diff --git a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/tup-cms.for-core-styles.css b/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/tup-cms.for-core-styles.css index 8bfc4d0d6..6b0ceaa33 100644 --- a/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/tup-cms.for-core-styles.css +++ b/apps/tup-cms/src/taccsite_custom/tup_cms/static/tup_cms/css/tup-cms.for-core-styles.css @@ -11,7 +11,6 @@ /* … */ /* OBJECTS */ -@import url("./for-core-styles/objects/o-section.css") layer(base); @import url("./for-core-styles/objects/o-heading-steps.css") layer(base); /* COMPONENTS */