Sha256: a3a6ac0e8f9cd00b2aa4e498005dc87be7ecb1159af13cbb48e0b7bc9ed555de

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

body.active_admin form .trumbowyg-box
  display: inline-block
  width: calc(80% - 22px)
  button
    background-color: transparent
    color: #222
    text-shadow: none
    &:hover, &.trumbowyg-active, &.trumbowyg-active-button
      background-color: #fff
  textarea
    border: 0 none
    display: block
  >.trumbowyg-editor
    background-color: #fff
    // reset internal elements
    *
      margin: initial
      padding: initial
      text-align: initial
    p
      margin-bottom: 1em
    ol
      list-style-type: decimal
    ul
      list-style-type: disc
    ul, ol
      margin: 0 1.5em 1.5em 0
      padding-left: 1.5em
  .trumbowyg-button-pane
    background: transparent
    border-bottom: 0 none
  .trumbowyg-dropdown >button:hover
    background-color: #ecf0f1
  .trumbowyg-modal
    input[type="text"]
      border: 1px solid #DEDEDE
      height: 27px
      min-width: auto
      width: 70%
    label
      float: none
      font-weight: normal
      height: 27px
      width: auto
  .trumbowyg-modal-button
    line-height: initial
    &.trumbowyg-modal-submit
      color: #fff

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activeadmin_trumbowyg-0.1.1 app/assets/stylesheets/activeadmin/_trumbowyg_input.sass
activeadmin_trumbowyg-0.1.0 app/assets/stylesheets/activeadmin/_trumbowyg_input.sass