Sha256: 486473284088e8500929ada4fba5edeaa510e21582cc5e2cf8f8b83f9a1a7149

Contents?: true

Size: 633 Bytes

Versions: 19

Compression:

Stored size: 633 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: transparent;
  border: 0;
  -webkit-appearance: none;
}

Version data entries

19 entries across 19 versions & 6 rubygems

Version Path
twitter-bootstrap-rails-2.2.1 vendor/toolkit/twitter/bootstrap/close.less
bootstrap-generators-2.2.2 vendor/twitter/bootstrap/less/close.less
less-rails-bootstrap-2.2.1 vendor/frameworks/twitter/bootstrap/close.less
twitter-bootstrap-rails-2.2.0 vendor/toolkit/twitter/bootstrap/close.less
twitter-bootstrap-rails-2.1.9 vendor/toolkit/twitter/bootstrap/close.less
twitter-bootstrap-rails-2.1.8 vendor/toolkit/twitter/bootstrap/close.less
twitter-bootstrap-rails-2.1.7 vendor/toolkit/twitter/bootstrap/close.less
style-guide-0.0.1 spec/dummy/app/assets/stylesheets/bootstrap/close.less
bootstrap-generators-2.2.1 vendor/twitter/bootstrap/less/close.less
twitter-bootstrap-rails-2.1.6 vendor/toolkit/twitter/bootstrap/close.less
twitter-bootstrap-rails-2.1.5 vendor/toolkit/twitter/bootstrap/close.less
twitter-bootstrap-rails-2.1.4 vendor/toolkit/twitter/bootstrap/close.less
twitter-bootstrap-turbo-2.1.3 vendor/toolkit/twitter/bootstrap/close.less
cf-twitter-bootstrap-rails-2.1.3 vendor/toolkit/twitter/bootstrap/close.less
bootstrap-generators-2.1.1 vendor/twitter/bootstrap/less/close.less
less-rails-bootstrap-2.1.1 vendor/frameworks/twitter/bootstrap/close.less
twitter-bootstrap-rails-2.1.3 vendor/toolkit/twitter/bootstrap/close.less
twitter-bootstrap-rails-2.1.2 vendor/toolkit/twitter/bootstrap/close.less
less-rails-bootstrap-2.1.0 vendor/frameworks/twitter/bootstrap/close.less