Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/oobe_update.css |
| diff --git a/chrome/browser/resources/chromeos/login/oobe_update.css b/chrome/browser/resources/chromeos/login/oobe_update.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9e2cc25df2e58fff8f8834a41c2da9dce8ebbd67 |
| --- /dev/null |
| +++ b/chrome/browser/resources/chromeos/login/oobe_update.css |
| @@ -0,0 +1,29 @@ |
| +/* Copyright 2016 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. */ |
| + |
| +#estimated-time-left |
|
michaelpg
2016/10/05 21:51:41
missing comma
Alexander Alekseev
2016/10/05 22:06:23
Done.
|
| +#progress-message, |
| +#cancel-hint { |
| + font: 13px Roboto, sans-serif; |
| + margin: 0 20px; |
| +} |
| + |
| +#estimated-time-left, |
| +#progress-message { |
| + padding-top: 31px; /* = 44 - font size */ |
| +} |
| + |
| +#cancelHint1, |
| +#cancelHint2 { |
| + color: rgb(170, 0, 0); |
| + padding: 0; |
| +} |
| + |
| +paper-progress { |
| + --paper-progress-active-color: var(--google-blue-500); |
| + --paper-progress-secondary-color: var(--google-blue-100); |
| + bottom: 0; |
| + height: 3px; |
| + width: 100%; |
| +} |