OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 :host { display: block; } | 7 :host { display: block; } |
8 | 8 |
9 h1, h2 { | 9 h1, h2 { |
10 padding: 0; | 10 padding: 0; |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 } | 98 } |
99 | 99 |
100 input.invalid, | 100 input.invalid, |
101 textarea.invalid { | 101 textarea.invalid { |
102 border: 1px solid #DD4B39; | 102 border: 1px solid #DD4B39; |
103 } | 103 } |
104 | 104 |
105 cr-toolbar > [is=cr-button] { | 105 cr-toolbar > [is=cr-button] { |
106 margin-right: 16px; | 106 margin-right: 16px; |
107 } | 107 } |
OLD | NEW |