Sha256: b94955f718a32f5b47a2f5bfc5ad593bbcf449246336e6a8e3f7c71f74d658a3

Contents?: true

Size: 694 Bytes

Versions: 1

Compression:

Stored size: 694 Bytes

Contents

/* Partial: twitter/bootstrap/_close.scss */
//
// Close icons
// --------------------------------------------------


.close {
  float: left;
  font-size: 20px;
  font-weight: bold;
  line-height: $baseLineHeight;
  color: $black;
  text-shadow: 0 1px 0 rgba(255,255,255,1);
  @include opacity(20);
  &:hover {
    color: $black;
    text-decoration: none;
    cursor: pointer;
    @include 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: transparent;
  border: 0;
  -webkit-appearance: none;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-sass-rails-rtl-2.2.2.0 vendor/assets/stylesheets/twitter/bootstrap/rtl/_close.scss