| 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 */ | |
| 5 | 4 |
| 6 #container { | 5 #container { |
| 7 padding: 40px; | 6 padding: 40px; |
| 8 } | 7 } |
| 9 | 8 |
| 10 #icon-container { | 9 #icon-container { |
| 11 margin-bottom: 14px; | 10 margin-bottom: 14px; |
| 12 } | 11 } |
| 13 | 12 |
| 14 :host iron-icon { | 13 :host iron-icon { |
| (...skipping 14 matching lines...) Expand all Loading... |
| 29 line-height: 130%; | 28 line-height: 130%; |
| 30 max-width: 240px; | 29 max-width: 240px; |
| 31 text-align: center; | 30 text-align: center; |
| 32 } | 31 } |
| 33 | 32 |
| 34 a { | 33 a { |
| 35 color: var(--google-blue-500); | 34 color: var(--google-blue-500); |
| 36 text-decoration: none; | 35 text-decoration: none; |
| 37 } | 36 } |
| 38 | 37 |
| OLD | NEW |