Chromium Code Reviews| Index: chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css |
| diff --git a/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css b/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b72f31d3936a951d70924c3c1079a4c21cb64b0b |
| --- /dev/null |
| +++ b/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css |
| @@ -0,0 +1,38 @@ |
| +/* Copyright 2016 The Chromium Authors. All rights reserved. |
|
jdufault
2017/04/06 01:04:52
nit: 2017
Wenzhao (Colin) Zang
2017/04/07 02:55:36
Done.
|
| + * Use of this source code is governed by a BSD-style license that can be |
| + * found in the LICENSE file. */ |
| + |
| +.bottom-buttons { |
| + width: 100% |
| +} |
| + |
| +.reset-popup { |
| + background: white; |
| + border: 1px solid rgb(188, 193, 208); |
|
jdufault
2017/04/06 01:04:52
Please use the --google colors where possible, ex,
Wenzhao (Colin) Zang
2017/04/07 02:55:36
Done.
|
| + border-radius: 2px; |
| + box-shadow: 0 5px 80px #505050; |
| + min-height: 180px; |
| + position: relative; |
| + width: 460px; |
| + z-index: 10; |
| +} |
| + |
| +.reset-popup h1 { |
| + -webkit-padding-end: 24px; |
| + background: linear-gradient(white, #F8F8F8); |
| + color: rgb(83, 99, 125); |
| + font-size: 105%; |
| + font-weight: bold; |
| + margin: 0; |
| + padding: 10px 15px 8px 15px; |
| + text-shadow: white 0 1px 2px; |
| + user-select: none; |
| +} |
| + |
| +.reset-popup-content-area { |
| + padding: 20px 20px 30px 20px; |
| +} |
| + |
| +.vertical-margin { |
| + width: 22px; |
| +} |