forked from material-components/material-components-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_variables.scss
53 lines (49 loc) · 2.31 KB
/
_variables.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
//
// 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-text-field-error-on-light: #d50000;
$mdc-text-field-error-on-dark: #ff6e6e;
$mdc-text-field-divider-on-light: rgba(black, .12);
$mdc-text-field-divider-on-dark: rgba(white, .12);
$mdc-text-field-disabled-border-on-light: rgba(#231f20, .26);
$mdc-text-field-disabled-border-on-dark: rgba(white, .3);
$mdc-text-field-disabled-icon-on-light: rgba(black, .3);
$mdc-text-field-disabled-icon-on-dark: rgba(white, .3);
$mdc-text-field-icon-position: 15px;
$mdc-text-field-icon-padding: 48px;
$mdc-text-field-dense-icon-position: 12px;
$mdc-text-field-dense-icon-padding: 38px;
$mdc-text-field-underline-on-light: rgba(black, 1);
$mdc-text-field-underline-on-light-idle: rgba(black, .5);
$mdc-text-field-underline-on-dark: rgba(white, 1);
$mdc-text-field-underline-on-dark-idle: rgba(white, .5);
$mdc-text-field-dark-background: rgba(48, 48, 48, 1);
$mdc-text-field-dark-label: rgba(white, .6);
$mdc-text-field-dark-placeholder: rgba(black, .38);
$mdc-text-field-light-background: rgba(white, 1);
$mdc-text-field-light-label: rgba(white, .7);
$mdc-text-field-light-placeholder: rgba(white, .3);
$mdc-text-field-box-background: rgba(black, .04);
$mdc-text-field-box-background-dark: rgba(white, .1);
$mdc-text-field-box-disabled-background: rgba(black, .02);
$mdc-text-field-box-disabled-background-dark: rgba(white, .05);
$mdc-text-field-box-secondary-text: rgba(black, .6);
$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);
$mdc-text-field-border-radius: 4px !default;