Sha256: eb2446def96e6cde6c0046b6498df46aa45614626ad45afdde75fd497bff1746
Contents?: true
Size: 1.18 KB
Versions: 5
Compression:
Stored size: 1.18 KB
Contents
// // Copyright 2016 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. // $mdc-switch-track-width: 34px; $mdc-switch-track-height: 14px; $mdc-switch-knob-diameter: 20px; $mdc-switch-focus-ring-diameter: 48px; $mdc-switch-knob-active-margin: $mdc-switch-track-width - $mdc-switch-knob-diameter; $mdc-switch-unchecked-track-color: #000; $mdc-switch-unchecked-knob-color: #fafafa; $mdc-switch-unchecked-focus-ring-color: #9e9e9e; $mdc-switch-unchecked-knob-color-dark: #bdbdbd; $mdc-switch-unchecked-track-color-dark: #fff; $mdc-switch-unchecked-focus-ring-color-dark: #f1f1f1; $mdc-switch-disabled-knob-color: #bdbdbd; $mdc-switch-disabled-knob-color-dark: #424242;
Version data entries
5 entries across 5 versions & 1 rubygems