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 |
11 .gaia-header { | 11 .gaia-header { |
12 background-color: rgb(66, 133, 244); | 12 background-color: rgb(66, 133, 244); |
13 color: rgb(255, 255, 255); | 13 color: rgb(255, 255, 255); |
14 height: 164px; | 14 height: 164px; |
15 } | 15 } |
16 | 16 |
17 .gaia-footer, | 17 .gaia-footer, |
18 #progress-bar::shadow #progressContainer { | 18 #progress-bar::shadow #progressContainer { |
19 background-color: rgb(238, 238, 238); | 19 background-color: rgba(0, 0, 0, 0.02); |
20 } | 20 } |
21 | 21 |
22 .gaia-footer { | 22 .gaia-footer { |
23 position: relative; | 23 position: relative; |
24 } | 24 } |
25 | 25 |
26 .header-container { | 26 .header-container { |
27 padding: 34px 40px 16px; | 27 padding: 34px 40px 16px; |
28 } | 28 } |
29 | 29 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 } | 91 } |
92 | 92 |
93 #progress-bar::shadow #activeProgress { | 93 #progress-bar::shadow #activeProgress { |
94 background-color: rgb(255, 184, 9); | 94 background-color: rgb(255, 184, 9); |
95 } | 95 } |
96 | 96 |
97 :host(.disabled) #bottom-overlay, | 97 :host(.disabled) #bottom-overlay, |
98 :host(.disabled) #progress-bar { | 98 :host(.disabled) #progress-bar { |
99 display: block; | 99 display: block; |
100 } | 100 } |
OLD | NEW |