Sha256: 56aae2e8ee1983db628a0349b3c4428a86c6a3f8e88da8e65efdaf529ee59067

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

.crop {
  border-radius: 0;
}
.crop scroll {
  width:    100%;
  height:   100%;
  overflow: hidden;
}

.crop .overlay {
  background: #000;
  opacity:    0.7;
  z-index:    1;
}

.crop .window {
  z-index:       2;
  border-width:  1px;
  border-color:  rgba(200,200,200,0.5);
}

.crop .window .bar {
  background: rgba(255,255,255,0.3);
}
.crop .window .bar.horizontal {
  height: 1px;
}
.crop .window .bar.vertical {
  width:  1px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
under-os-crop-1.0.0 lib/assets/uos-crop.css