| 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 689e70ed7141f10bf8bc2227db1a1a9ec9def95a..9ad5bff0fc5e9c4b83ea3cc6fe0ed7a477d02c6a 100644
|
| --- a/chrome/browser/resources/md_user_manager/shared_styles.html
|
| +++ b/chrome/browser/resources/md_user_manager/shared_styles.html
|
| @@ -6,6 +6,13 @@
|
| --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;
|
| + margin: 0;
|
| + min-width: 52px;
|
| + padding: 6px 16px;
|
| + };
|
| }
|
|
|
| a,
|
| @@ -18,11 +25,7 @@
|
| }
|
|
|
| paper-button.action {
|
| - border-radius: 2px;
|
| - line-height: 32px;
|
| - margin: 0;
|
| - min-width: 52px;
|
| - padding: 0 16px;
|
| + @apply(--action-button);
|
| }
|
|
|
| paper-button.action.primary {
|
|
|