diff --git a/web/themes/custom/atrium/atrium.info.yml b/web/themes/custom/atrium/atrium.info.yml index b7da88da..df1252e7 100644 --- a/web/themes/custom/atrium/atrium.info.yml +++ b/web/themes/custom/atrium/atrium.info.yml @@ -87,6 +87,7 @@ libraries-override: ckeditor_stylesheets: - assets/css/atrium.style.css + - ckeditor/ckeditor_styles.css - ../../../libraries/courtyard-artifact/1.x/public/css/styles-srl.min.css component-libraries: diff --git a/web/themes/custom/atrium/ckeditor/ckeditor_styles.css b/web/themes/custom/atrium/ckeditor/ckeditor_styles.css new file mode 100644 index 00000000..ec94dfbb --- /dev/null +++ b/web/themes/custom/atrium/ckeditor/ckeditor_styles.css @@ -0,0 +1,2 @@ +.jcc-card.jcc-card--icon .usa-card__body{padding: 5px; border: 1px dashed #666666;} +.jcc-card.jcc-card--icon .usa-card__media{padding: 5px; border: 1px dashed #666666;} diff --git a/web/themes/custom/atrium/ckeditor/ckeditor_templates.js b/web/themes/custom/atrium/ckeditor/ckeditor_templates.js index 4d7edf20..1458cde7 100644 --- a/web/themes/custom/atrium/ckeditor/ckeditor_templates.js +++ b/web/themes/custom/atrium/ckeditor/ckeditor_templates.js @@ -106,11 +106,7 @@ CKEDITOR.addTemplates('default', {

Title

text

-
-
- placeholder -
-
+
` },