Sha256: 4144e8cb4836ba5b2e0d6e4382eb21f31b0111b43beb40180877e8741767f991

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 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;

$mdc-switch-baseline-theme-color: secondary;

$mdc-switch-knob-vertical-offset_: -3px;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
material_components_web-sass-0.27.0 vendor/assets/stylesheets/@material/switch/_variables.scss
material_components_web-sass-0.26.0 vendor/assets/stylesheets/@material/switch/_variables.scss
material_components_web-sass-0.25.0 vendor/assets/stylesheets/@material/switch/_variables.scss
material_components_web-sass-0.24.0 vendor/assets/stylesheets/@material/switch/_variables.scss