| 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 #arrow-drop-container { | 5 #arrow-drop-container { |
| 6 flex-grow: 1; | 6 flex-grow: 1; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #arrow-drop-icon::shadow #icon { | 9 #arrow-drop-icon::shadow #icon { |
| 10 height: 20px; | 10 height: 20px; |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 } | 68 } |
| 69 | 69 |
| 70 paper-toolbar.issue { | 70 paper-toolbar.issue { |
| 71 background-color: rgb(219, 68, 55); | 71 background-color: rgb(219, 68, 55); |
| 72 } | 72 } |
| 73 | 73 |
| 74 paper-toolbar.route-details, | 74 paper-toolbar.route-details, |
| 75 paper-toolbar.sink-list { | 75 paper-toolbar.sink-list { |
| 76 background-color: rgb(33, 150, 243); | 76 background-color: rgb(33, 150, 243); |
| 77 } | 77 } |
| 78 |
| 79 #user-email-container { |
| 80 -webkit-padding-start: 12px; |
| 81 font-size: 0.917em; |
| 82 padding-bottom: 12px; |
| 83 } |
| OLD | NEW |