Sha256: 7521f17871b808b5965880304353abf7f9dfb867df3c518843d91232263ab933

Contents?: true

Size: 1.32 KB

Versions: 21

Compression:

Stored size: 1.32 KB

Contents

//
// Copyright 2017 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

21 entries across 21 versions & 1 rubygems

Version Path
material_components_web-sass-0.22.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.21.1 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.21.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.20.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.19.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.18.1 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.18.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.17.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.16.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.15.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.14.0.1 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.14.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.13.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.12.1 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.12.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.11.1 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.11.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.10.0.1 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.10.0 vendor/assets/stylesheets/@material/checkbox/_variables.scss
material_components_web-sass-0.9.1 vendor/assets/stylesheets/@material/checkbox/_variables.scss