source: trip-planner-front/node_modules/angular-material/modules/closure/switch/switch.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: 2.6 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-switch{margin-bottom:19px;margin-top:18px}md-switch{align-items:center;cursor:pointer;display:flex;height:30px;line-height:28px;margin:16px 0;margin-left:inherit;margin-right:16px;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}[dir=rtl] md-switch{margin-left:16px;margin-right:inherit}md-switch:last-of-type{margin-left:inherit;margin-right:0}[dir=rtl] md-switch:last-of-type{margin-left:0;margin-right:inherit}md-switch[disabled],md-switch[disabled] .md-container{cursor:default}md-switch .md-container{cursor:-webkit-grab;cursor:grab;float:left;height:24px;margin-right:8px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:36px}[dir=rtl] md-switch .md-container,md-switch.md-inverted .md-container{margin-left:8px;margin-right:0}[dir=rtl] md-switch.md-inverted .md-container{margin-left:0;margin-right:8px}md-switch:not([disabled]) .md-dragging,md-switch:not([disabled]).md-dragging .md-container{cursor:-webkit-grabbing;cursor:grabbing}md-switch.md-focused .md-thumb:before{bottom:-8px;left:-8px;right:-8px;top:-8px}md-switch .md-label{border-color:transparent;border-width:0;float:left}md-switch .md-bar{border-radius:8px;height:14px;left:1px;position:absolute;top:5px;width:34px}md-switch .md-thumb-container{left:0;position:absolute;top:2px;transform:translate3d(0,0,0);width:16px;z-index:1}md-switch.md-checked .md-thumb-container{transform:translate3d(100%,0,0)}md-switch .md-thumb{box-shadow:0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);height:20px;margin:0;outline:none;width:20px}md-switch .md-thumb,md-switch .md-thumb:before{border-radius:50%;left:0;position:absolute;top:0}md-switch .md-thumb:before{background-color:transparent;bottom:0;content:"";display:block;height:auto;right:0;transition:all .5s;width:auto}md-switch .md-thumb .md-ripple-container{bottom:-20px;display:block;height:auto;left:-20px;position:absolute;right:-20px;top:-20px;width:auto}md-switch:not(.md-dragging) .md-bar,md-switch:not(.md-dragging) .md-thumb,md-switch:not(.md-dragging) .md-thumb-container{transition:all .08s linear;transition-property:transform,background-color}md-switch:not(.md-dragging) .md-bar,md-switch:not(.md-dragging) .md-thumb{transition-delay:.05s}@media screen and (-ms-high-contrast:active){md-switch.md-default-theme .md-bar{background-color:#666}md-switch.md-default-theme.md-checked .md-bar{background-color:#9e9e9e}md-switch.md-default-theme .md-thumb{background-color:#fff}}
Note: See TracBrowser for help on using the repository browser.