Sha256: 799d0e342241e766a634f4b052f1b62685831a3b4f2ad9797cd481bcc9b12f5f

Contents?: true

Size: 1.21 KB

Versions: 3

Compression:

Stored size: 1.21 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-checkbox-mark-color: white !default;
$mdc-checkbox-border-color: rgba(black, .54) !default;
$mdc-checkbox-border-color-dark: white !default;
$mdc-checkbox-disabled-color: rgba(black, .26) !default;
$mdc-checkbox-disabled-color-dark: rgba(white, .3) !default;

$mdc-checkbox-size: 18px;
$mdc-checkbox-mark-stroke-size: 2/15 * $mdc-checkbox-size;
$mdc-checkbox-border-width: 2px;
$mdc-checkbox-transition-duration: 90ms;
$mdc-checkbox-item-spacing: 4px;

/* Manual calculation done on SVG */
$_mdc-checkbox-mark-path-length: 29.7833385;
$_mdc-checkbox-indeterminate-checked-easing-function: cubic-bezier(.14, 0, 0, 1);

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
material_components_web-sass-0.3.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.2.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.1.1 vendor/assets/stylesheets/@material/checkbox/_variables.scss