Sha256: 5e3af81c1dd90c75996953e28782859daeacc03ad9ef65784b9fe73f115fa9e6

Contents?: true

Size: 660 Bytes

Versions: 5

Compression:

Stored size: 660 Bytes

Contents

//
// 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,
  &:focus {
    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

5 entries across 5 versions & 1 rubygems

Version Path
bootstrap-sass-rtl-2.3.2.0 vendor/assets/stylesheets/bootstrap-rtl/_close.scss
bootstrap-sass-rtl-2.3.1.2 vendor/assets/stylesheets/bootstrap-rtl/_close.scss
bootstrap-sass-rtl-2.3.1.1 vendor/assets/stylesheets/bootstrap-rtl/_close.scss
bootstrap-sass-rtl-2.3.1.0 vendor/assets/stylesheets/bootstrap-rtl/_close.scss
bootstrap-sass-rtl-2.3.0.1 vendor/assets/stylesheets/bootstrap-rtl/_close.scss