| 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
|
| index 52621fdc2f56764c1ff43a4f27eb5aa054e536e7..aaa79521178adaaeb47264c2d2d9d4d717928dfd 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css
|
| +++ b/chrome/browser/resources/chromeos/login/oobe_reset_confirmation_overlay.css
|
| @@ -8,17 +8,19 @@
|
|
|
| .reset-popup {
|
| background: white;
|
| + border-radius: 2px;
|
| box-shadow: 0 0 16px rgba(0, 0, 0, .12), 0 16px 16px rgba(0, 0, 0, .24);
|
| min-height: 158px;
|
| position: relative;
|
| width: 512px;
|
| + z-index: 10;
|
| }
|
|
|
| .reset-popup h1 {
|
| - -webkit-margin-after: 0;
|
| - -webkit-margin-before: 0;
|
| color: var(--google-grey-900);
|
| font: 15px Roboto, sans-serif;
|
| + margin-bottom: 0;
|
| + margin-top: 0;
|
| padding: 16px 20px;
|
| }
|
|
|
| @@ -31,8 +33,8 @@
|
|
|
| oobe-text-button {
|
| -webkit-margin-end: 16px;
|
| - -webkit-margin-after: 16px;
|
| color: #5a5a5a;
|
| + margin-bottom: 16px;
|
| }
|
|
|
| #cancelButton {
|
|
|