Sha256: 1945d852468c0818bad2c762ef14f54387497999bc5bcfe4198a8b1c10233b14

Contents?: true

Size: 343 Bytes

Versions: 1

Compression:

Stored size: 343 Bytes

Contents

.list {
  margin-top: 20px;

  .close {
    float: right;
    color: #ccc;
    &:hover {
      color: #f00;
      cursor: pointer;
    }
  }

  .theme, .widget {
    display: block;
    clear: both;
    padding: 5px;
    border-bottom: 1px dotted #ccc;

    &:hover {
      cursor: pointer;
    }
  }

  .selected {
    background: #eee;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
robeaux-0.3.0 less/objects/list.less