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

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

Issue 1110493002: ChromeOS Gaia: UI polishing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyright Created 5 years, 8 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 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 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 5
6 :host { 6 :host {
7 height: 528px; 7 height: 528px;
8 width: 448px; 8 width: 448px;
9 } 9 }
10 10
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 background: rgb(217, 221, 234); 49 background: rgb(217, 221, 234);
50 } 50 }
51 51
52 ::content /deep/ .link-button::shadow .button-content { 52 ::content /deep/ .link-button::shadow .button-content {
53 padding: 0; 53 padding: 0;
54 } 54 }
55 55
56 ::content /deep/ p.gaia-body-text { 56 ::content /deep/ p.gaia-body-text {
57 color: rgba(0, 0, 0, 0.87); 57 color: rgba(0, 0, 0, 0.87);
58 font-size: 14px; 58 font-size: 14px;
59 line-height: 20px;
59 margin: 0; 60 margin: 0;
60 } 61 }
61 62
62 ::content /deep/ p.email, 63 ::content /deep/ p.email,
63 ::content /deep/ p.enterprise-info { 64 ::content /deep/ p.enterprise-info {
64 color: rgb(255, 255, 255); 65 color: rgb(255, 255, 255);
65 font-size: 15px; 66 font-size: 15px;
66 margin: 8px 0 0 0; 67 margin: 8px 0 0 0;
67 } 68 }
68 69
(...skipping 21 matching lines...) Expand all
90 } 91 }
91 92
92 #progress-bar::shadow #activeProgress { 93 #progress-bar::shadow #activeProgress {
93 background-color: rgb(255, 184, 9); 94 background-color: rgb(255, 184, 9);
94 } 95 }
95 96
96 :host(.disabled) #bottom-overlay, 97 :host(.disabled) #bottom-overlay,
97 :host(.disabled) #progress-bar { 98 :host(.disabled) #progress-bar {
98 display: block; 99 display: block;
99 } 100 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698