Sha256: 3e00c4471989a0ba770be0fd25246a53896432d45513475dd8bfcb1eba161a3a

Contents?: true

Size: 2 KB

Versions: 3

Compression:

Stored size: 2 KB

Contents

.group-content-settings {
  .sharing_panel {
    @include position(relative);
  }
  .input-_meta_title {
    @include no-bottom-border;
    padding: 0.75em 1em 0 6.25em;
    .label { display: none; }
    input { font-weight: $medium; }
  }
  .input-_meta_description {
    @include no-bottom-border;
    min-height: 63px;
    padding: 0.25em 1em 1em 6.25em;
    .label { display: none; }
    textarea { font-size: 0.9em; }
  }
}

.group-content-editor {
  @include position(relative);
  min-height: 16em;
  background-color: $white-color;

  .input-_slug {
    @include no-bottom-border;
    padding-bottom: 0;
  }

  .input-title {
    @include no-bottom-border;
    padding-bottom: 0;
    padding-right: 4.5em;
    font-weight: $medium;

    &.error:after {
      background-color: $assertive-color;
    }
  }

  .input-title,
  .input-body_markdown {
    padding-top: 1em;

    .label {
      display: none;
    }
  }

  .input-_slug {
    padding-top: 0;
    opacity: 0.5;

    .label {
      display: inline-block;
      font-size: .8em;
      cursor: pointer;
    }

    .error-message {
      display: none;
    }

    input {
      display: inline-block;
      width: 18em;
      font-size: .8em;
      padding: 0;
    }
  }
}

.view-new .group-content-editor-actions {
  display: none;
}

.content-delete {
  i { @include position(relative, -1px null null null); }
  &:hover { color: $assertive-color; }
}

.group-content-editor-actions {
  @include position(absolute, 0.5em 0.5em null null);
  z-index: 1;

  a {
    display: inline-block;
    float: right;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    color: $base-font-color;
    opacity: 0.25;

    &:hover { opacity: 0.75; }
  }
}

/* Tablet ------------------------------------------------------------------ */
@media #{$tablet} {
  .group-content-settings {
    .sharing_panel {
      min-height: 17.8em;
    }
    .input-_meta_title {
      padding-left: 15.25em;
    }
    .input-_meta_description {
      padding-left: 15.25em;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ants-0.3.11 app/assets/stylesheets/ants/content.scss
ants-0.3.10 app/assets/stylesheets/ants/content.scss
ants-0.3.9 app/assets/stylesheets/ants/content.scss