Sha256: b48476af0d792570a056ffb192eed1bbcfbdbe7ab7e6576167f39b3cdadfc4eb

Contents?: true

Size: 597 Bytes

Versions: 2

Compression:

Stored size: 597 Bytes

Contents

// CLOSE ICONS
// -----------

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: @baseLineHeight;
  color: @black;
  text-shadow: 0 1px 0 rgba(255,255,255,1);
  .opacity(20);
  &:hover {
    color: @black;
    text-decoration: none;
    cursor: pointer;
    .opacity(40);
  }
}

// Additional properties for button version
// iOS requires the button element instead of an anchor tag.
// If you want the anchor version, it requires `href="#"`.
button.close {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
less-rails-bootstrap-2.0.12 vendor/frameworks/twitter/bootstrap/close.less
less-rails-bootstrap-2.0.11 vendor/frameworks/twitter/bootstrap/close.less