Sha256: 5ca97bdec74c8e76562b0e8c916c9acd0ce996dc38d7ef7f3519d6bbd17203ee

Contents?: true

Size: 532 Bytes

Versions: 1

Compression:

Stored size: 532 Bytes

Contents

/**
 * Trumbowyg v2.23.0 - A lightweight WYSIWYG editor
 * Default stylesheet for Trumbowyg editor plugin
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */

.trumbowyg-highlight-form-group {
  margin: 15px 10px;

  .trumbowyg-highlight-form-control {
    width: 100%;
    border: 1px solid #DEDEDE;
    font-size: 14px;
    padding: 7px;

    &.code {
      height: 200px;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeadmin_trumbowyg-0.2.12 app/assets/javascripts/activeadmin/trumbowyg/plugins/highlight/ui/sass/trumbowyg.highlight.scss