| 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 body { | 4 body { |
| 5 background-color: rgb(247, 247, 247); | 5 background-color: rgb(247, 247, 247); |
| 6 font-size: 10pt; | 6 font-size: 10pt; |
| 7 margin: 150px 60px 0 30px; | 7 margin: 150px 60px 0 30px; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #main-frame-blocked { | 10 #main-frame-blocked { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 content: -webkit-image-set( | 26 content: -webkit-image-set( |
| 27 url(../../app/theme/default_100_percent/cros/logo_avatar_circle_blue_color
.png) 1x, | 27 url(../../app/theme/default_100_percent/cros/logo_avatar_circle_blue_color
.png) 1x, |
| 28 url(../../app/theme/default_200_percent/cros/logo_avatar_circle_blue_color
.png) 2x); | 28 url(../../app/theme/default_200_percent/cros/logo_avatar_circle_blue_color
.png) 2x); |
| 29 margin-bottom: 5px; | 29 margin-bottom: 5px; |
| 30 margin-right: 15px; | 30 margin-right: 15px; |
| 31 margin-top: 5px; | 31 margin-top: 5px; |
| 32 max-width: 45px; | 32 max-width: 45px; |
| 33 position: relative; | 33 position: relative; |
| 34 } | 34 } |
| 35 | 35 |
| 36 #feedback { |
| 37 margin-top: 50px; |
| 38 } |
| 39 |
| 36 #feedback-link { | 40 #feedback-link { |
| 37 font-size: 80%; | 41 color: rgb(66, 133, 244); |
| 38 margin-top: 10px; | |
| 39 } | 42 } |
| 40 | 43 |
| 41 #request-access-button { | 44 #request-access-button { |
| 42 background-color: rgb(66, 133, 244); | 45 background-color: rgb(66, 133, 244); |
| 43 color: rgb(255, 255, 255); | 46 color: rgb(255, 255, 255); |
| 44 cursor: pointer; | 47 cursor: pointer; |
| 45 font-size: 12px; | 48 font-size: 12px; |
| 46 font-weight: bold; | 49 font-weight: bold; |
| 47 min-width: 88px; | 50 min-width: 88px; |
| 48 padding: 10px 15px; | 51 padding: 10px 15px; |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 } | 134 } |
| 132 | 135 |
| 133 .hidden-on-mobile { | 136 .hidden-on-mobile { |
| 134 display: none; | 137 display: none; |
| 135 } | 138 } |
| 136 | 139 |
| 137 #main-frame-blocked { | 140 #main-frame-blocked { |
| 138 display: flex; | 141 display: flex; |
| 139 flex-flow: column; | 142 flex-flow: column; |
| 140 } | 143 } |
| 144 |
| 145 #feedback { |
| 146 margin-top: 35px; |
| 147 } |
| 141 } | 148 } |
| OLD | NEW |