source: trip-planner-front/node_modules/angular-material/modules/closure/checkbox/checkbox.min.css@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 3.0 KB
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.2-master-0a06f99
6 */.md-inline-form md-checkbox{margin-bottom:auto;margin-top:14px}md-checkbox{box-sizing:border-box;cursor:pointer;display:inline-block;min-height:48px;min-width:18px;outline:none;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.md-dense :not(.md-dense-disabled) md-checkbox:not(.md-dense-disabled),.md-dense>md-checkbox:not(.md-dense-disabled){min-height:36px}md-checkbox.md-focused:not([disabled]) .md-container:before{bottom:-8px;left:-8px;right:-8px;top:-8px}md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before{background-color:rgba(0,0,0,.12)}md-checkbox .md-container{box-sizing:border-box;display:inline-block;height:18px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:18px}[dir=rtl] md-checkbox .md-container{left:auto;right:0}md-checkbox .md-container:before{background-color:transparent;border-radius:50%;bottom:0;box-sizing:border-box;content:"";display:block;height:auto;left:0;position:absolute;right:0;top:0;transition:all .5s;width:auto}md-checkbox .md-container:after{bottom:-10px;box-sizing:border-box;content:"";left:-10px;position:absolute;right:-10px;top:-10px}md-checkbox .md-container .md-ripple-container{bottom:-15px;display:block;height:auto;left:-15px;position:absolute;right:-15px;top:-15px;width:auto}md-checkbox .md-icon{border-radius:2px;border-style:solid;border-width:2px;box-sizing:border-box;height:18px;left:0;position:absolute;top:0;transition:.24s;width:18px}md-checkbox.md-checked .md-icon{border-color:transparent}md-checkbox.md-checked .md-icon:after{border-style:solid;border-width:2px;border-left:0;border-top:0;box-sizing:border-box;content:"";display:table;height:12px;left:4px;position:absolute;top:0;transform:rotate(45deg);width:6px}md-checkbox[disabled]{cursor:default}md-checkbox.md-indeterminate .md-icon:after{border-style:solid;border-width:2px;border-left:0;border-top:0;box-sizing:border-box;content:"";display:table;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10.8px}md-checkbox .md-container{left:auto;margin:21px 3px 3px;right:auto;top:auto}md-checkbox .md-label{box-sizing:border-box;display:inline-block;margin-bottom:auto;margin-left:36px;margin-top:10px;position:relative;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;vertical-align:middle;white-space:normal}[dir=rtl] md-checkbox .md-label{margin-left:0;margin-right:36px}md-checkbox .md-label:empty{margin-left:24px;margin-right:0}[dir=rtl] md-checkbox .md-label:empty{margin-left:0;margin-right:24px}md-input-container .md-checkbox-link-label{box-sizing:border-box;cursor:pointer;display:inline-block;margin-left:18px;margin-right:0;position:relative;top:-21px;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;vertical-align:middle;white-space:normal}[dir=rtl] md-input-container .md-checkbox-link-label{margin-left:0;margin-right:18px}
Note: See TracBrowser for help on using the repository browser.