openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

trumbowyg.highlight.scss (532B)


      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 }