Sha256: f0b4244578a47bd6d1bb74d471b9a35a8c6505be50ae7d876933fffa3008234d

Contents?: true

Size: 1.32 KB

Versions: 5

Compression:

Stored size: 1.32 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-touch-area: 40px;
$mdc-checkbox-size: 18px;
$mdc-checkbox-ui-pct: percentage($mdc-checkbox-size / $mdc-checkbox-touch-area);
$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

5 entries across 5 versions & 1 rubygems

Version Path
material_components_web-sass-0.8.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.7.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.6.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.5.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.4.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss