1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
10 paper-input-container
{
11 --paper-input-container-color: rgb
(212, 212, 212);
12 --paper-input-container-focus-color: var
(--google-blue-500
);
13 --paper-input-container-input
{
16 --paper-input-container-input-color: rgba
(0, 0, 0, 0.87);
17 --paper-input-container-label: {
18 color: rgba
(0, 0, 0, 0.54);
23 paper-input-container
{
27 :host-context
(html
[dir
=rtl
]) input
{
28 flex-direction: row-reverse
;
32 color: rgba
(0, 0, 0, 0.54);