| 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 * This is the stylesheet used by user pods row of account picker UI. | 5 * This is the stylesheet used by user pods row of account picker UI. |
| 6 */ | 6 */ |
| 7 | 7 |
| 8 podrow { | 8 podrow { |
| 9 /* Temporarily disabled because animation interferes with updating screen's | 9 /* Temporarily disabled because animation interferes with updating screen's |
| 10 size. */ | 10 size. */ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 .account-picker.flying-pods .pod { | 39 .account-picker.flying-pods .pod { |
| 40 transition: all 180ms; | 40 transition: all 180ms; |
| 41 } | 41 } |
| 42 | 42 |
| 43 .pod.pin-enabled { | 43 .pod.pin-enabled { |
| 44 height: 417px; | 44 height: 417px; |
| 45 top: -87px !important; | 45 top: -87px !important; |
| 46 } | 46 } |
| 47 | 47 |
| 48 .pod .pin-container { | 48 .pod .pin-container { |
| 49 height: 204px; | 49 left: 36px; |
| 50 position: absolute; | 50 position: absolute; |
| 51 top: 170px; | 51 top: 300px; |
| 52 width: 234px; |
| 53 z-index: 3; |
| 52 } | 54 } |
| 53 | 55 |
| 54 .pod.faded { | 56 .pod.faded { |
| 55 opacity: .75; | 57 opacity: .75; |
| 56 } | 58 } |
| 57 | 59 |
| 58 podrow[ncolumns='6'] .pod { | 60 podrow[ncolumns='6'] .pod { |
| 59 transform: scale3d(0.8, 0.8, 0.8); | 61 transform: scale3d(0.8, 0.8, 0.8); |
| 60 } | 62 } |
| 61 | 63 |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 } | 119 } |
| 118 | 120 |
| 119 html:not([screen=login-add-user]) .pod.focused .user-image { | 121 html:not([screen=login-add-user]) .pod.focused .user-image { |
| 120 opacity: 1; | 122 opacity: 1; |
| 121 } | 123 } |
| 122 | 124 |
| 123 .pod.multiprofiles-policy-applied .user-image { | 125 .pod.multiprofiles-policy-applied .user-image { |
| 124 -webkit-filter: grayscale(100%); | 126 -webkit-filter: grayscale(100%); |
| 125 } | 127 } |
| 126 | 128 |
| 127 .signed-in-indicator { | |
| 128 display: none; | |
| 129 } | |
| 130 | |
| 131 .pod.signed-in .signed-in-indicator { | |
| 132 background-color: rgba(0, 0, 0, 0.5); | |
| 133 color: white; | |
| 134 display: block; | |
| 135 font-size: small; | |
| 136 position: absolute; | |
| 137 text-align: center; | |
| 138 top: 0; | |
| 139 width: 100%; | |
| 140 } | |
| 141 | |
| 142 .main-pane { | 129 .main-pane { |
| 143 position: absolute; | 130 position: absolute; |
| 144 z-index: 2; | 131 z-index: 2; |
| 145 } | 132 } |
| 146 | 133 |
| 147 html[dir=rtl] .main-pane { | 134 html[dir=rtl] .main-pane { |
| 148 left: auto; | 135 left: auto; |
| 149 right: 10px; | 136 right: 10px; |
| 150 } | 137 } |
| 151 | 138 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 166 is so the submit button on chromeos can extend onto the padding as shown on | 153 is so the submit button on chromeos can extend onto the padding as shown on |
| 167 mocks. */ | 154 mocks. */ |
| 168 <if expr="not chromeos"> | 155 <if expr="not chromeos"> |
| 169 width: 160px; | 156 width: 160px; |
| 170 </if> | 157 </if> |
| 171 <if expr="chromeos"> | 158 <if expr="chromeos"> |
| 172 width: 204px; | 159 width: 204px; |
| 173 </if> | 160 </if> |
| 174 } | 161 } |
| 175 | 162 |
| 176 polygon #arrow[active] { | |
| 177 fill: #7BAAF7; | |
| 178 opacity: 1; | |
| 179 } | |
| 180 | |
| 181 .auth-container .submit-button[disabled] { | 163 .auth-container .submit-button[disabled] { |
| 182 color: #FFFFFF; | |
| 183 opacity: 0.34; | 164 opacity: 0.34; |
| 184 } | 165 } |
| 185 | 166 |
| 186 .auth-container .submit-button { | 167 .auth-container .submit-button { |
| 187 color: #7BAAF7; | 168 color: #FFFFFF; |
| 188 height: 40px; | 169 height: 40px; |
| 189 opacity: 1; | 170 opacity: 1; |
| 190 padding: 12px 0 4px 0; | 171 padding: 12px 0 4px 0; |
| 191 width: 24px; | 172 width: 24px; |
| 192 } | 173 } |
| 193 | 174 |
| 194 .auth-container .submit-button.error-shown { | |
| 195 color: #CD2A00; | |
| 196 } | |
| 197 | |
| 198 .name-container { | 175 .name-container { |
| 199 transition: transform 180ms; | 176 transition: transform 180ms; |
| 200 } | 177 } |
| 201 | 178 |
| 202 .pod.focused .name-container { | 179 .pod.focused .name-container { |
| 203 display: flex; | 180 display: flex; |
| 204 } | 181 } |
| 205 | 182 |
| 206 .pod.focused.multiprofiles-policy-applied .name-container { | 183 .pod.focused.multiprofiles-policy-applied .name-container { |
| 207 display: flex; | 184 display: flex; |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 } | 227 } |
| 251 | 228 |
| 252 .password-container { | 229 .password-container { |
| 253 height: 40px; | 230 height: 40px; |
| 254 width: 180px; | 231 width: 180px; |
| 255 } | 232 } |
| 256 | 233 |
| 257 .pod input[type='password'] { | 234 .pod input[type='password'] { |
| 258 background-color: transparent; | 235 background-color: transparent; |
| 259 border: none; | 236 border: none; |
| 260 color: #FFFFFF; | 237 color: rgba(255, 255, 255, .67); |
| 261 font-family: "Roboto"; | 238 font-family: "Roboto"; |
| 262 font-size: 13px; | 239 font-size: 13px; |
| 263 height: 100%; | 240 height: 100%; |
| 241 letter-spacing: 8px; |
| 264 padding: 0; | 242 padding: 0; |
| 265 width: 100%; | 243 width: 100%; |
| 266 } | 244 } |
| 267 | 245 |
| 268 .pod input[type='password']::-webkit-input-placeholder { | 246 .pod input[type='password']::-webkit-input-placeholder { |
| 269 opacity: 0.34; | 247 letter-spacing: 0; |
| 270 } | 248 } |
| 271 | 249 |
| 272 .capslock-hint-container { | 250 .capslock-hint-container { |
| 273 display: none; | 251 display: none; |
| 274 } | 252 } |
| 275 | 253 |
| 276 <if expr="chromeos"> | 254 <if expr="chromeos"> |
| 277 .capslock-on .capslock-hint-container { | 255 .capslock-on .capslock-hint-container { |
| 278 display: block; | 256 display: block; |
| 279 flex: none; | 257 flex: none; |
| (...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1037 animation: ellipsis-component2 1.5s infinite; | 1015 animation: ellipsis-component2 1.5s infinite; |
| 1038 } | 1016 } |
| 1039 | 1017 |
| 1040 @keyframes ellipsis-component2 { | 1018 @keyframes ellipsis-component2 { |
| 1041 0% { opacity: 0; } | 1019 0% { opacity: 0; } |
| 1042 25% { opacity: 0; } | 1020 25% { opacity: 0; } |
| 1043 50% { opacity: 0; } | 1021 50% { opacity: 0; } |
| 1044 75% { opacity: 1; } | 1022 75% { opacity: 1; } |
| 1045 100% { opacity: 0; } | 1023 100% { opacity: 0; } |
| 1046 } | 1024 } |
| OLD | NEW |