Sha256: eed2d006981570c1f5d3d318ed33e41aff3574bfe17cf9ad0275b6ce4e0176f9

Contents?: true

Size: 1.37 KB

Versions: 1

Compression:

Stored size: 1.37 KB

Contents

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

    h1 {
      font-size: 2.6em;
    }

    h2 {
      font-size: 2.3em;
    }

    h3 {
      font-size: 2.0em;
    }

    h4 {
      font-size: 1.7em;
    }

    h5 {
      font-size: 1.6em;
    }

    h6 {
      font-size: 1.3em;
    }

    & > *, & > 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;
    }

    & > pre {
      background: rgba(0,0,0, 0.1);
    }

    & > div.image {
      @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.21.0 lib/ecrire/app/assets/stylesheets/admin/editor/content.css.scss