Sha256: e529167184882b856bd887c19c6688c1ba6151ee4f09eb451494d893656cc7e2

Contents?: true

Size: 994 Bytes

Versions: 5

Compression:

Stored size: 994 Bytes

Contents

/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

/* Switchery defaults. */

.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;

  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */

.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

.switchery-small > small {
  height: 20px;
  width: 20px;
}

.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

.switchery-large > small {
  height: 40px;
  width: 40px;
}


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
switchery-rails-0.8.2.0 vendor/assets/stylesheets/switchery.css
switchery-rails-0.8.1.1 vendor/assets/stylesheets/switchery.css
switchery-rails-0.8.1 vendor/assets/stylesheets/switchery.css
switchery-rails-0.8.0 vendor/assets/stylesheets/switchery.css
switchery-rails-0.1.0 vendor/assets/stylesheets/switchery.css