| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 | 5 |
| 6 #gaia-signin { | 6 #gaia-signin { |
| 7 height: 528px; | 7 height: 528px; |
| 8 width: 448px; | 8 width: 448px; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.17); | 59 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.17); |
| 60 display: flex; | 60 display: flex; |
| 61 height: 44px; | 61 height: 44px; |
| 62 justify-content: center; | 62 justify-content: center; |
| 63 left: 0; | 63 left: 0; |
| 64 position: absolute; | 64 position: absolute; |
| 65 right: 0; | 65 right: 0; |
| 66 top: 0; | 66 top: 0; |
| 67 } | 67 } |
| 68 | 68 |
| 69 #saml-notice-recording-indicator { |
| 70 padding-left: 10px; |
| 71 padding-right: 10px; |
| 72 } |
| 73 |
| 69 #saml-notice-message { | 74 #saml-notice-message { |
| 70 color: rgb(106, 106, 106); | 75 color: rgb(106, 106, 106); |
| 71 font-size: 13px; | 76 font-size: 13px; |
| 72 } | 77 } |
| 73 | 78 |
| 74 #gaia-whitelist-error { | 79 #gaia-whitelist-error { |
| 75 bottom: 0; | 80 bottom: 0; |
| 76 display: block; | 81 display: block; |
| 77 left: 0; | 82 left: 0; |
| 78 position: absolute; | 83 position: absolute; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 100 right: 0; | 105 right: 0; |
| 101 top: 0; | 106 top: 0; |
| 102 z-index: 1; | 107 z-index: 1; |
| 103 } | 108 } |
| 104 | 109 |
| 105 .loading #gaia-navigation, | 110 .loading #gaia-navigation, |
| 106 .full-width #gaia-navigation { | 111 .full-width #gaia-navigation { |
| 107 color: rgba(0, 0, 0, .54); | 112 color: rgba(0, 0, 0, .54); |
| 108 } | 113 } |
| 109 | 114 |
| OLD | NEW |