Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_reset.css

Issue 2847603002: Powerwash UI polish (Closed)
Patch Set: Change according to new specs Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright 2017 The Chromium Authors. All rights reserved. 1 /* Copyright 2017 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 #reset-revert-spinner { 5 #reset-revert-spinner {
6 -webkit-margin-end: 5px; 6 -webkit-margin-end: 5px;
7 } 7 }
8 8
9 oobe-text-button { 9 oobe-text-button {
10 -webkit-margin-end: 22px; 10 -webkit-margin-end: 16px;
11 color: #5a5a5a;
11 } 12 }
13
14 #cancelButton {
15 -webkit-margin-end: 4px;
16 }
17
18 a {
19 color: var(--google-blue-500);
20 font-family: 'Roboto';
21 font-size: 13px;
22 font-weight: 400;
23 text-decoration: none;
24 }
25
26 .powerwash-warning div {
27 display: inline;
28 }
29
30 .subtitle {
31 line-height: 20px;
32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698