| 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-200); |
| 8 } | 8 } |
| 9 | 9 |
| 10 user-manager-pages, | 10 user-manager-pages, |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 outline: 0; | 185 outline: 0; |
| 186 } | 186 } |
| 187 | 187 |
| 188 .pod[auth-type='onlineSignIn'] .reauth-hint-container { | 188 .pod[auth-type='onlineSignIn'] .reauth-hint-container { |
| 189 flex-direction: row-reverse; | 189 flex-direction: row-reverse; |
| 190 margin: 0; | 190 margin: 0; |
| 191 padding: 10px; | 191 padding: 10px; |
| 192 } | 192 } |
| 193 | 193 |
| 194 .reauth-hint-container .reauth-warning { | 194 .reauth-hint-container .reauth-warning { |
| 195 --iron-icon-height: 20px; | 195 -webkit-mask-size: 16px; |
| 196 --iron-icon-width: 20px; | 196 height: 20px; |
| 197 width: 20px; |
| 197 } | 198 } |
| 198 | 199 |
| 199 .action-box-area.active .action-box-button { | 200 .action-box-area.active .action-box-button { |
| 200 display: none; | 201 display: none; |
| 201 } | 202 } |
| 202 | 203 |
| 203 .action-box-area.active ~ .action-box-menu:not(.menu-moved-up) { | 204 .action-box-area.active ~ .action-box-menu:not(.menu-moved-up) { |
| 204 top: 8px; | 205 top: 8px; |
| 205 } | 206 } |
| 206 | 207 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 font-weight: 500; | 266 font-weight: 500; |
| 266 }; | 267 }; |
| 267 border-radius: 2px; | 268 border-radius: 2px; |
| 268 line-height: 32px; | 269 line-height: 32px; |
| 269 min-width: 72px; | 270 min-width: 72px; |
| 270 padding: 0 16px; | 271 padding: 0 16px; |
| 271 } | 272 } |
| 272 </style> | 273 </style> |
| 273 </template> | 274 </template> |
| 274 </dom-module> | 275 </dom-module> |
| OLD | NEW |