Sha256: 469f2eebc9e1e52305ca5456ef6fdfa6c394eaf334f4f12dc4f69e94929923fa

Contents?: true

Size: 1.97 KB

Versions: 2

Compression:

Stored size: 1.97 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-textfield-error-on-light: #d50000;
$mdc-textfield-error-on-dark: #ff6e6e;
$mdc-textfield-divider-on-light: rgba(black, .12);
$mdc-textfield-divider-on-dark: rgba(white, .12);
$mdc-textfield-disabled-border-on-light: rgba(#231f20, .26);
$mdc-textfield-disabled-border-on-dark: rgba(white, .3);
$mdc-textfield-disabled-icon-on-light: rgba(black, .3);
$mdc-textfield-disabled-icon-on-dark: rgba(white, .3);
$mdc-textfield-icon-position: 15px;
$mdc-textfield-icon-padding: 48px;
$mdc-textfield-dense-icon-position: 12px;
$mdc-textfield-dense-icon-padding: 38px;
$mdc-textfield-underline-on-light: rgba(black, 1);
$mdc-textfield-underline-on-light-idle: rgba(black, .5);
$mdc-textfield-underline-on-dark: rgba(white, 1);
$mdc-textfield-underline-on-dark-idle: rgba(white, .5);
$mdc-textfield-dark-background: rgba(48, 48, 48, 1);
$mdc-textfield-dark-label: rgba(white, .6);
$mdc-textfield-dark-placeholder: rgba(black, .38);
$mdc-textfield-light-background: rgba(white, 1);
$mdc-textfield-light-label: rgba(white, .7);
$mdc-textfield-light-placeholder: rgba(white, .3);
$mdc-textarea-border-on-light: rgba(black, .73);
$mdc-textarea-border-on-dark: rgba(white, 1);
$mdc-textarea-light-background: rgba(white, 1);
$mdc-textarea-dark-background: rgba(48, 48, 48, 1);
$mdc-textarea-disabled-background-on-light: rgba(249, 249, 249, 1);
$mdc-textarea-disabled-background-on-dark: rgba(47, 47, 47, 1);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
material_components_web-sass-0.23.0 vendor/assets/stylesheets/@material/textfield/_variables.scss
material_components_web-sass-0.22.0 vendor/assets/stylesheets/@material/textfield/_variables.scss