Sha256: bd44714724e8f543fb16ba477a5bc3a7222a0a5d2b8892f716dde9c43fc962b8

Contents?: true

Size: 865 Bytes

Versions: 1

Compression:

Stored size: 865 Bytes

Contents

body.active_admin form {
  textarea.medium-editor-hidden{
    display: none;
  }

  .medium-editor-element {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #c9d0d6;
    display: inline-block;
    max-height: 200px;
    min-height: 100px;
    overflow-y: scroll;
    padding: 8px 10px 7px;
    width: calc(80% - 22px);

    // reset internal elements
    * {
      margin: initial;
      padding: initial;
      text-align: initial;
    }

    ol {
      list-style-type: decimal;
    }

    ul {
      list-style-type: disc;
    }

    ul, ol {
      margin: 0 1.5em 1.5em 0;
      padding-left: 1.5em;
    }
  }

  .medium-editor-element:focus {
    border-color: transparent;
  }

  .medium_editor > label {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}

button.medium-editor-action {
  border-radius: 0;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeadmin_medium_editor-0.2.8 app/assets/stylesheets/activeadmin/_medium_editor_input.scss