Sha256: 90e56453dab370d79cb38231e3d50a3c17a3804adc3a051e210909ac26135d38

Contents?: true

Size: 1004 Bytes

Versions: 3

Compression:

Stored size: 1004 Bytes

Contents

.glypto-model-utils {
  > menu {
    margin: 0;
    padding: 8px;
  }

  ._tab-toggle {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    padding: 4px 8px;
    background: none;
    border-radius: 3px;
    border: none;
    outline: none;
    margin-right: 3px;

    &:hover {
      color: rgba(black, .4);
      background: rgba(white, .7);
    }
    &:active {
      color: #555;
      background: rgba(black, .1);
    }

    &.__active {
      color: white;
      background: rgba(black, .3);

      &:active {
        background: rgba(black, .5);
        color: white;
      }
    }
  }

  ._container {
    max-height: 40rem;
    overflow: auto;
  }

  ._panel {
    border-top: 1px solid rgba(black, .05);
    padding: 10px 15px;
    background: rgba(black, .05);
    display: none;

    &.__shown {
      display: block;
    }
  }

  pre {
    font: 12px/1.4 Menlo, monospace;
    white-space: pre-wrap;
    margin: 0;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sculptor-0.0.11.1 lib/sculptor/templates/glyptotheque/source/assets/styles/glyptotheque/_model-utils.scss
sculptor-0.0.11 lib/sculptor/templates/glyptotheque/source/assets/styles/glyptotheque/_model-utils.scss
sculptor-0.0.10 lib/sculptor/templates/glyptotheque/source/assets/styles/glyptotheque/_model-utils.scss