Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <link rel="import" href="chrome://md-user-manager/shared_styles.html"> | 1 <link rel="import" href="chrome://md-user-manager/shared_styles.html"> |
| 2 | 2 |
| 3 <dom-module id="user-manager-styles"> | 3 <dom-module id="user-manager-styles"> |
| 4 <template> | 4 <template> |
| 5 <style include="shared-styles"> | 5 <style include="shared-styles"> |
| 6 body { | 6 body { |
| 7 background-color: var(--paper-grey-200); | 7 background-color: var(--paper-grey-100); |
| 8 } | 8 } |
| 9 | 9 |
| 10 user-manager-pages, | 10 user-manager-pages, |
| 11 #login-header-bar { | 11 #login-header-bar { |
| 12 bottom: 0; | 12 bottom: 0; |
| 13 left: 0; | 13 left: 0; |
| 14 position: absolute; | 14 position: absolute; |
| 15 right: 0; | 15 right: 0; |
| 16 } | 16 } |
| 17 | 17 |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 265 font-weight: 500; | 265 font-weight: 500; |
| 266 }; | 266 }; |
| 267 border-radius: 2px; | 267 border-radius: 2px; |
| 268 line-height: 32px; | 268 line-height: 32px; |
| 269 min-width: 72px; | 269 min-width: 72px; |
| 270 padding: 0 16px; | 270 padding: 0 16px; |
| 271 } | 271 } |
| 272 </style> | 272 </style> |
| 273 </template> | 273 </template> |
| 274 </dom-module> | 274 </dom-module> |
| OLD | NEW |