summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/gaia_input.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/login/gaia_input.css')
-rw-r--r--chromium/chrome/browser/resources/chromeos/login/gaia_input.css36
1 files changed, 0 insertions, 36 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/login/gaia_input.css b/chromium/chrome/browser/resources/chromeos/login/gaia_input.css
deleted file mode 100644
index f0427d6b82d..00000000000
--- a/chromium/chrome/browser/resources/chromeos/login/gaia_input.css
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-:host {
- display: block;
-}
-
-paper-input-container {
- --paper-input-container-color: rgb(212, 212, 212);
- --paper-input-container-focus-color: var(--google-blue-500);
- --paper-input-container-input {
- font-size: 15px;
- };
- --paper-input-container-input-color: rgba(0, 0, 0, 0.87);
- --paper-input-container-label: {
- color: rgba(0, 0, 0, 0.54);
- font-size: 15px;
- };
-}
-
-paper-input-container {
- padding: 0;
-}
-
-:host-context(html[dir=rtl]) input {
- flex-direction: row-reverse;
-}
-
-#domainLabel {
- color: rgba(0, 0, 0, 0.54);
- direction: ltr;
- width: auto;
-}
-