Sha256: 37402f7779960df96a7b3ea244977f3c6425747fcdd908d46d61a2db21f9f2a3

Contents?: true

Size: 1.48 KB

Versions: 4

Compression:

Stored size: 1.48 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-baseline-theme-color: secondary !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;
$mdc-checkbox-ripple-opacity: .14;
$mdc-checkbox-ripple-radius: 50%;
$mdc-checkbox-focus-indicator-opacity: .26;

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

4 entries across 4 versions & 1 rubygems

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