Skip to content
Snippets Groups Projects
Commit 8f10fd77 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-4654-ebremner-ckeditor-styling' into '8.x-1.x'

ISTWCMS-4654: adding stylings to fix some ckeditor elements, mainly highlight and caption

See merge request !19
parents 3ddc0ea9 31b1bafa
No related branches found
No related tags found
1 merge request!19ISTWCMS-4654: adding stylings to fix some ckeditor elements, mainly highlight and caption
# Ignore compiled files.
source
css
js
# Ignore directories
......
.caption {
background: #eee;
border: solid 1px #dfdfdf;
padding: 0.5rem;
font-size: .88889rem;
color: #000;
font-family: Typ1451-Regular,verdana,sans-serif;
width: 100%;
}
.cke_editable .caption {
width: 98%;
}
.highlight {
font-size: 1.42383rem;
line-height: 1.4;
color: #757575;
}
......@@ -9,6 +9,7 @@ dependencies:
# Libraries (These are loaded on every page. Use https://www.drupal.org/developing/api/8/assets#twig whenever possible.)
libraries:
- 'uw_fdsu_theme_resp/global'
- 'uw_fdsu_theme_resp/uw_ckeditor'
# Libraries override allows you to remove libraries added by other projects.
# libraries-override:
......@@ -22,6 +23,7 @@ libraries:
# CKEditor stylesheet loads in wysiwyg to give content editors a better experience
ckeditor_stylesheets:
- https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:300,400,600,700
- css/uw_ckeditor.css
regions:
header: Header
......
......@@ -9,3 +9,7 @@ global:
https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js: {}
dependencies:
- core/jquery
uw_ckeditor:
css:
theme:
css/uw_ckeditor.css: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment