OLD | NEW |
1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 a { | 5 a { |
6 color: #585858; | 6 color: #585858; |
7 } | 7 } |
8 | 8 |
9 body { | 9 body { |
10 background-color: #f7f7f7; | 10 background-color: #f7f7f7; |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 } | 61 } |
62 | 62 |
63 h1 { | 63 h1 { |
64 -webkit-margin-after: 16px; | 64 -webkit-margin-after: 16px; |
65 color: #585858; | 65 color: #585858; |
66 font-size: 1.6em; | 66 font-size: 1.6em; |
67 font-weight: normal; | 67 font-weight: normal; |
68 line-height: 1.25em; | 68 line-height: 1.25em; |
69 } | 69 } |
70 | 70 |
| 71 h2 { |
| 72 font-size: 1.2em; |
| 73 font-weight: normal; |
| 74 } |
| 75 |
71 .hidden { | 76 .hidden { |
72 display: none; | 77 display: none; |
73 } | 78 } |
74 | 79 |
75 .icon { | 80 .icon { |
76 background-repeat: no-repeat; | 81 background-repeat: no-repeat; |
77 background-size: 100%; | 82 background-size: 100%; |
78 height: 72px; | 83 height: 72px; |
79 margin: 0 0 40px; | 84 margin: 0 0 40px; |
80 width: 72px; | 85 width: 72px; |
(...skipping 24 matching lines...) Expand all Loading... |
105 width: 100%; | 110 width: 100%; |
106 } | 111 } |
107 | 112 |
108 #opt-in-label { | 113 #opt-in-label { |
109 -webkit-margin-start: 32px; | 114 -webkit-margin-start: 32px; |
110 } | 115 } |
111 | 116 |
112 .safe-browsing a, | 117 .safe-browsing a, |
113 .safe-browsing #details, | 118 .safe-browsing #details, |
114 .safe-browsing #details-button, | 119 .safe-browsing #details-button, |
115 .safe-browsing h1 { | 120 .safe-browsing h1, |
| 121 .safe-browsing h2 { |
116 color: white; | 122 color: white; |
117 } | 123 } |
118 | 124 |
119 .safe-browsing button { | 125 .safe-browsing button { |
120 background-color: rgb(206, 52, 38); | 126 background-color: rgb(206, 52, 38); |
121 border: 1px solid white; | 127 border: 1px solid white; |
122 } | 128 } |
123 | 129 |
124 .safe-browsing button:active { | 130 .safe-browsing button:active { |
125 background-color: rgb(206, 52, 38); | 131 background-color: rgb(206, 52, 38); |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 } | 235 } |
230 | 236 |
231 #malware-opt-in { | 237 #malware-opt-in { |
232 margin-top: 24px; | 238 margin-top: 24px; |
233 } | 239 } |
234 | 240 |
235 .nav-wrapper { | 241 .nav-wrapper { |
236 margin-top: 30px; | 242 margin-top: 30px; |
237 } | 243 } |
238 } | 244 } |
OLD | NEW |