Sha256: 217063356e0bc937d5b564726cdebf80a4a1ac197818c138ffd69bcf06f63948

Contents?: true

Size: 636 Bytes

Versions: 19

Compression:

Stored size: 636 Bytes

Contents

main {
  float: left;
  grid-area: content;
  width: 100%;
}

.reversed main {
  .content {
    padding: 1em;
  }
}

table.fieldset {
  td.field textarea {
    margin-right: -5px;
    width: 99.5%;
  }
}

body.reversed {
  fieldset h1 {
    font-size: 1.5em;
  }
}

.fullcover {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.clipped {
  overflow: hidden;
}

.grey_out {
  background: rgba(0, 0, 0, 0.7);
}

#preview_panel {
  background: white;
}

.preview_tools {
  color: black;
  opacity: 0.7;
  position: fixed;
  right: 20px;
  top: 10px;

  &:hover {
    opacity: 1;
  }
}

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
trusty-cms-4.3.5 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.3.4 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.3.3 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.3.2 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.3.1 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.3 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.2.3 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.2.2 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.2.1 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.2 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.1.9 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.1.8 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.1.7 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.1.6 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.1.5 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.1.4 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.1.3 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.1.1 app/assets/stylesheets/admin/partials/_content.scss
trusty-cms-4.1.0 app/assets/stylesheets/admin/partials/_content.scss