Sha256: 0d8a415ccfb821066be701c428c97b6d6e5fc08827375fd80fa8b45a30bad7e1

Contents?: true

Size: 1.8 KB

Versions: 16

Compression:

Stored size: 1.8 KB

Contents

/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v0.7.1
 */
md-checkbox {
  display: block;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  md-checkbox .md-container {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 18px;
    height: 18px; }
    md-checkbox .md-container:after {
      content: '';
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px; }
    md-checkbox .md-container .md-ripple-container {
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: -15px;
      top: -15px;
      right: -15px;
      bottom: -15px; }
  md-checkbox .md-icon {
    transition: 240ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid;
    border-radius: 2px; }
  md-checkbox.md-checked .md-icon {
    border: none; }
  md-checkbox[disabled] {
    cursor: no-drop; }
  md-checkbox:focus .md-label:not(:empty) {
    border-color: black; }
  md-checkbox.md-checked .md-icon:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' '; }
  md-checkbox .md-label {
    border: 1px dotted transparent;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    white-space: normal;
    pointer-events: none;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text; }

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
sw2at-ui-0.0.16 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.15 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.14 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.13 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.12 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.11 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.10 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.9 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.8 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.7 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.6 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.5 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.4 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.3 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.2 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css
sw2at-ui-0.0.1 app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css