Sha256: ffb186cb0f2983ef5c7ddac39fb909db71867cf2f5a5a535d6ac29f7a9b649d9

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

body.edit.posts > main > section {
  div.content {
    @include flex(1);
    outline: none;
    font-size: 1.2em;

    & > *, & > ul > li, & > ol > li {
      white-space: pre-wrap;
      min-height: 1.6em;
      line-height: 1.6em;
      margin: 0.3em 0;
    }

    & > ul, & > ol {
      margin-left: 2em;
    }

    & > picture {
      @include display(flex);
      @include flex-direction(column);
      @include transition(background-color 0.3s);
      height: 480px;
      background-color: #EEE;

      &:hover {
        background-color: #CCC;
      }

      &.dropping {
        background-color: #CCC;
      }

      & > em {
        background-color: #EEE;
        padding: 1em;
      }

      & > div {
        @include display(flex);
        @include align-items(center);
        @include justify-content(center);
        @include flex(1);
        cursor: pointer;
        width: 100%;
        background-size: cover;

        & > p {
          text-align: center;
        }

        & > input[type=file] {
          display: none;
        }
      }
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ecrire-0.20.0 lib/ecrire/app/assets/stylesheets/admin/editor/content.css.scss