OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |