Sha256: 806956f5a7990852043f63fa4f48a9b435de0917d3d158bcd87a5441cdae5687

Contents?: true

Size: 636 Bytes

Versions: 1

Compression:

Stored size: 636 Bytes

Contents

//
// Close icons
// --------------------------------------------------

.close
  float: right
  font-size: $font-size-base * 1.5
  font-weight: $close-font-weight
  line-height: 1
  color: $close-color
  text-shadow: $close-text-shadow
  +opacity(0.2)
  &:hover,
  &:focus
    color: $close-color
    text-decoration: none
    cursor: pointer
    +opacity(0.5)

// 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-0.0.1 app/assets/stylesheets/bootstrap/_close.css.sass