Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / gaia_input.css
blobf0427d6b82d1864dfd5a2e015c0614bf57150d30
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.
4 */
6 :host {
7 display: block;
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 {
14 font-size: 15px;
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);
19 font-size: 15px;
23 paper-input-container {
24 padding: 0;
27 :host-context(html[dir=rtl]) input {
28 flex-direction: row-reverse;
31 #domainLabel {
32 color: rgba(0, 0, 0, 0.54);
33 direction: ltr;
34 width: auto;