Sha256: 7c6ffd7f3d22158742551975082d55cfc3b427603ffcbc5af046de7026ba1228

Contents?: true

Size: 501 Bytes

Versions: 1

Compression:

Stored size: 501 Bytes

Contents

.codesync-editor {
  .preferences-panel {
    margin-bottom: 4px;
    margin-right: 4px;
    background: rgba(255,255,255,0.2);
    padding: 8px;
    box-shadow: 0 0 6px rgba(255,255,255,0.2);
    border-radius: 3px;
    position: absolute;
    z-index: 4000;
    bottom: 55px;
    right: 10px;

    label {
      color: #fff;
      text-decoration: underline;
      display: block
    }
  }
}

.codesync-editor[data-theme='xq-light'] {
  .preferences-panel {
    background: rgba(30,30,30,0.9);
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
code_sync-0.6.7 lib/assets/stylesheets/code_sync/editor/preferences-panel.css.scss