| 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 paper-button[raised].colored { | 5 paper-button[raised].colored { |
| 6 background: rgb(66, 133, 244); | 6 background: rgb(66, 133, 244); |
| 7 color: #fff; | 7 color: #fff; |
| 8 } | 8 } |
| 9 | 9 |
| 10 paper-input { | 10 paper-input { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 line-height: 80px; | 28 line-height: 80px; |
| 29 } | 29 } |
| 30 | 30 |
| 31 .device-container { | 31 .device-container { |
| 32 border: 1px solid #000; | 32 border: 1px solid #000; |
| 33 border-radius: 2px; | 33 border-radius: 2px; |
| 34 margin: 10px; | 34 margin: 10px; |
| 35 width: 80%; | 35 width: 80%; |
| 36 } | 36 } |
| 37 | 37 |
| 38 .device-field { |
| 39 margin-bottom: 1em; |
| 40 margin-top: 1em; |
| 41 } |
| 42 |
| 38 .bluetooth-device { | 43 .bluetooth-device { |
| 39 margin: 15px; | 44 margin: 15px; |
| 40 } | 45 } |
| 41 | 46 |
| 42 .toggle-button-label { | 47 .toggle-button-label { |
| 43 margin: 15px; | 48 margin: 15px; |
| 44 } | 49 } |
| OLD | NEW |