File modules/editor/trumbowyg/plugins/highlight/ui/sass/trumbowyg.highlight.scss

Last commit: Tue Aug 28 00:33:27 2018 +0200	Jan Dankert	Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.
1 /** 2 * Trumbowyg v2.10.0 - A lightweight WYSIWYG editor 3 * Default stylesheet for Trumbowyg editor plugin 4 * ------------------------ 5 * @link http://alex-d.github.io/Trumbowyg 6 * @license MIT 7 * @author Alexandre Demode (Alex-D) 8 * Twitter : @AlexandreDemode 9 * Website : alex-d.fr 10 */ 11 12 .trumbowyg-highlight-form-group { 13 margin: 15px 10px; 14 15 .trumbowyg-highlight-form-control { 16 width: 100%; 17 border: 1px solid #DEDEDE; 18 font-size: 14px; 19 padding: 7px; 20 21 &.code { 22 height: 200px; 23 } 24 } 25 }
Download modules/editor/trumbowyg/plugins/highlight/ui/sass/trumbowyg.highlight.scss
History Tue, 28 Aug 2018 00:33:27 +0200 Jan Dankert Editoren für Markdown (SimpleMDE) und HTML (Trumbowyg) installiert.