Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_screen_reset_confirmation_overlay.css
blobaf8e05aa8d46493026f19999501f5c8c67532334
1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #reset-confirm-overlay {
6 font-size: 16px;
7 margin: auto;
8 min-height: 250px;
9 width: 400px;
12 #reset-confirm-overlay .button-strip {
13 display: flex;
14 justify-content: center;
15 padding-bottom: 20px;
18 #reset-confirm-overlay .button-strip button {
19 /*-webkit-margin-start: 9px;*/
20 margin: 0 10px;