Index: chrome/browser/resources/chromeos/login/oobe_screen_host_pairing_page.css |
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing_page.css b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing_page.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..70e4e9aa6d92f971e7cf8ec93acd13be4bad14fa |
--- /dev/null |
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_host_pairing_page.css |
@@ -0,0 +1,20 @@ |
+/* Copyright 2014 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; |
+} |
+ |
+#title { |
+ border-bottom: 2px solid rgba(255, 255, 255, 0.2); |
+ font-size: 45px; |
+ padding-bottom: 18px; |
+} |
+ |
+#content { |
+ font-size: 24px; |
+ padding-top: 25px; |
+} |
+ |