| OLD | NEW |
| 1 /** | 1 /** |
| 2 * Copyright 2016 The Chromium Authors. All rights reserved. | 2 * Copyright 2016 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 html, | 7 html, |
| 8 body, | 8 body, |
| 9 webview, | 9 webview, |
| 10 .section { | 10 .section { |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 background: rgba(0, 0, 0, 0.2); | 30 background: rgba(0, 0, 0, 0.2); |
| 31 } | 31 } |
| 32 | 32 |
| 33 #arc-support { | 33 #arc-support { |
| 34 flex: auto; | 34 flex: auto; |
| 35 overflow: hidden; | 35 overflow: hidden; |
| 36 width: 960px; | 36 width: 960px; |
| 37 } | 37 } |
| 38 | 38 |
| 39 #terms-view { | 39 #terms-view { |
| 40 width: 468px; | 40 width: 640px; |
| 41 } | 41 } |
| 42 | 42 |
| 43 .button-separator { | 43 .button-separator { |
| 44 width: 1px; | 44 width: 1px; |
| 45 } | 45 } |
| 46 | 46 |
| 47 .checkbox-option { | 47 .checkbox-container { |
| 48 height: 16px; | |
| 49 margin: 0; | 48 margin: 0; |
| 50 padding: 0 8px 0 0; | 49 padding: 0 8px 0 0; |
| 51 width: 16px; | 50 } |
| 51 |
| 52 .checkbox-option { |
| 53 height: 12px; |
| 54 margin: 0; |
| 55 padding: 0; |
| 56 width: 12px; |
| 57 } |
| 58 |
| 59 .checkbox-text { |
| 60 color: rgba(0, 0, 0, 0.54); |
| 61 font-size: 10px; |
| 62 font-weight: 400; |
| 63 line-height: 16px; |
| 64 margin: 0; |
| 65 padding: 0; |
| 52 } | 66 } |
| 53 | 67 |
| 54 .content { | 68 .content { |
| 55 /* Default window inner height (688px) minus image caption height (300px) */ | 69 /* Default window inner height (688px) minus image caption height (300px) */ |
| 56 height: 388px; | 70 height: 388px; |
| 57 margin: 0; | 71 margin: 0; |
| 58 padding: 0; | 72 padding: 0; |
| 59 } | 73 } |
| 60 | 74 |
| 61 .image-header { | 75 .image-header { |
| (...skipping 12 matching lines...) Expand all Loading... |
| 74 | 88 |
| 75 .section { | 89 .section { |
| 76 display: flex; | 90 display: flex; |
| 77 flex-direction: column; | 91 flex-direction: column; |
| 78 text-align: center; | 92 text-align: center; |
| 79 } | 93 } |
| 80 | 94 |
| 81 .section-buttons { | 95 .section-buttons { |
| 82 margin: auto; | 96 margin: auto; |
| 83 padding: 16px 0 24px 0; | 97 padding: 16px 0 24px 0; |
| 84 width: 468px; | 98 width: 640px; |
| 85 } | 99 } |
| 86 | 100 |
| 87 .section-flex { | 101 .section-flex { |
| 88 display: flex; | 102 display: flex; |
| 89 flex-direction: column; | 103 flex-direction: column; |
| 90 } | 104 } |
| 91 | 105 |
| 92 .section-checkbox-container { | 106 .section-checkbox-container { |
| 93 margin: auto; | 107 margin: auto; |
| 94 padding: 8px 0 0 0; | 108 padding: 8px 0 0 0; |
| 95 text-align: left; | 109 text-align: left; |
| 96 width: 468px; | 110 width: 640px; |
| 97 } | 111 } |
| 98 | 112 |
| 99 .section-terms { | 113 .section-terms { |
| 100 border: 1px solid #e6e6e6; | 114 border: 1px solid #e6e6e6; |
| 101 color: rgba(0, 0, 0, 0.54); | 115 color: rgba(0, 0, 0, 0.54); |
| 102 flex: auto; | 116 flex: auto; |
| 103 margin: 0 auto 8px auto; | 117 margin: 0 auto 8px auto; |
| 104 overflow: hidden; | 118 overflow: hidden; |
| 105 padding: 0; | 119 padding: 0; |
| 106 width: 468px; | 120 width: 640px; |
| 107 } | 121 } |
| 108 | 122 |
| 109 .text-desc { | 123 .text-desc { |
| 110 color: rgba(0, 0, 0, 0.54); | 124 color: rgba(0, 0, 0, 0.54); |
| 111 font-size: 18px; | 125 font-size: 18px; |
| 112 font-weight: 300; | 126 font-weight: 300; |
| 113 line-height: 24px; | 127 line-height: 24px; |
| 114 margin: auto; | 128 margin: auto; |
| 115 padding: 16px 0 0 0; | 129 padding: 16px 0 0 0; |
| 116 width: 600px; | 130 width: 640px; |
| 117 } | |
| 118 | |
| 119 .checkbox-text { | |
| 120 color: rgba(0, 0, 0, 0.54); | |
| 121 font-size: 10px; | |
| 122 font-weight: 400; | |
| 123 line-height: 16px; | |
| 124 margin: 0; | |
| 125 padding: 0; | |
| 126 } | 131 } |
| 127 | 132 |
| 128 .text-status { | 133 .text-status { |
| 129 color: rgba(0, 0, 0, 0.54); | 134 color: rgba(0, 0, 0, 0.54); |
| 130 font-size: 13px; | 135 font-size: 13px; |
| 131 font-weight: 500; | 136 font-weight: 500; |
| 132 margin: auto; | 137 margin: auto; |
| 133 padding: 11px 0 40px 0; | 138 padding: 11px 0 40px 0; |
| 134 } | 139 } |
| 135 | 140 |
| 136 .text-terms-title { | 141 .text-terms-title { |
| 137 color: rgba(0, 0, 0, 0.54); | 142 color: rgba(0, 0, 0, 0.54); |
| 138 font-size: 10px; | 143 font-size: 10px; |
| 139 font-weight: 500; | 144 font-weight: 500; |
| 140 margin: auto; | 145 margin: auto; |
| 141 padding: 14px 0 8px 0; | 146 padding: 10px 0 8px 0; |
| 142 text-align: left; | 147 text-align: left; |
| 143 width: 468px; | 148 width: 640px; |
| 144 } | 149 } |
| 145 | 150 |
| 146 .text-title { | 151 .text-title { |
| 147 color: rgba(0, 0, 0, 0.87); | 152 color: rgba(0, 0, 0, 0.87); |
| 148 font-size: 30px; | 153 font-size: 30px; |
| 149 font-weight: 300; | 154 font-weight: 300; |
| 150 line-height: 32px; | 155 line-height: 32px; |
| 151 margin: auto; | 156 margin: auto; |
| 152 padding: 4px 0 0 0; | 157 padding: 4px 0 0 0; |
| 153 width: 800px; | 158 width: 800px; |
| 154 } | 159 } |
| 155 | 160 |
| 156 a:link { | 161 a:link { |
| 157 color: rgb(51, 103, 214); | 162 color: rgb(51, 103, 214); |
| 158 text-decoration: none; | 163 text-decoration: none; |
| 159 } | 164 } |
| 160 | 165 |
| 161 a:visited { | 166 a:visited { |
| 162 color: rgb(51, 103, 214); | 167 color: rgb(51, 103, 214); |
| 163 text-decoration: none; | 168 text-decoration: none; |
| 164 } | 169 } |
| OLD | NEW |