| Index: chrome/browser/resources/md_user_manager/shared_styles.html
|
| diff --git a/chrome/browser/resources/md_user_manager/shared_styles.html b/chrome/browser/resources/md_user_manager/shared_styles.html
|
| index 6742dd81f3135a2aa7eb6bd4d503f2511625f892..c33f8d75fea211c7479ef89b0e97ebf14b7cfec1 100644
|
| --- a/chrome/browser/resources/md_user_manager/shared_styles.html
|
| +++ b/chrome/browser/resources/md_user_manager/shared_styles.html
|
| @@ -2,10 +2,6 @@
|
| <template>
|
| <style>
|
| :root {
|
| - --error-color: var(--google-red-700);
|
| - --page-width: 624px;
|
| - --primary-text-color: var(--paper-grey-800);
|
| - --title-icon-color: var(--paper-grey-500);
|
| --action-button: {
|
| border-radius: 2px;
|
| line-height: 20px;
|
| @@ -13,6 +9,11 @@
|
| min-width: 52px;
|
| padding: 6px 16px;
|
| };
|
| + --error-color: var(--google-red-700);
|
| + --page-width: 624px;
|
| + --primary-text-color: var(--paper-grey-800);
|
| + --title-icon-color: var(--paper-grey-500);
|
| + --user-manager-separator-line: 1px solid rgba(0, 0, 0, .12);
|
| }
|
|
|
| a,
|
|
|