Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 :host { | |
| 2 background-color: #ccc; | |
| 3 color: #555; | |
| 4 font-family: sans-serif; | |
| 5 font-size: 20px; | |
| 6 height: 100%; | |
| 7 pointer-events: none; | |
| 8 position: fixed; | |
| 9 text-align: center; | |
| 10 width: 100%; | |
| 11 } | |
| 12 | |
| 13 #load-failed-message { | |
| 14 line-height: 0; | |
| 15 position: absolute; | |
| 16 top: 50%; | |
| 17 width: 100%; | |
| 18 } | |
| OLD | NEW |