Sha256: 832713b74f0aaba962c4fc4c47db59e4d56df1e3ae246b53139b43c99458b32a

Contents?: true

Size: 815 Bytes

Versions: 1

Compression:

Stored size: 815 Bytes

Contents

.tag-editor {
  margin-bottom: 1.5em;
  max-width: 600px;

  .tags {
    line-height: 1.5;
  }

  .tag {
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 4px 5px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 1;
    min-width: 40px;

    input {
      float: left;
      margin: 2px 0 0 0;
    }

    .name {
      float: left;
      padding: 1px 5px;
      margin: 0;
    }

    &.enabled {
      background: #396e97;
      border-color: #274b67;
      color: #fff;
      text-shadow: #274b67 1px 1px 1px;
    }
  }

  .add-tag-form {
    float: left;
    width: 178px;
    white-space: nowrap;
  }

  input.add-tag {
    margin: 0 4px 0 0;
    padding: 4px 3px 3px 3px;

    &.example {
      color: #888;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pages_core-3.5.1 app/assets/stylesheets/pages/admin/components/tag_editor.scss