Sha256: a348ec8bba64a76c65e0c29be0dc2b066b701b4dcb8bf6900367e2413876747b
Contents?: true
Size: 1.84 KB
Versions: 16
Compression:
Stored size: 1.84 KB
Contents
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.7.0-rc3 */ 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 { -webkit-transition: 240ms; 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