| Index: chrome/browser/resources/settings/settings_page/settings_page.css
|
| diff --git a/chrome/browser/resources/settings/settings_page/settings_page.css b/chrome/browser/resources/settings/settings_page/settings_page.css
|
| index 2cb3945efb97d91a2f833df5ef1b8836935f0d4a..ed46cf20fc15a498387e2f0425d04cfe895a4876 100644
|
| --- a/chrome/browser/resources/settings/settings_page/settings_page.css
|
| +++ b/chrome/browser/resources/settings/settings_page/settings_page.css
|
| @@ -69,3 +69,22 @@ h2 {
|
| display: flex;
|
| margin-top: 25px;
|
| }
|
| +
|
| +.settings-row {
|
| + @apply(--layout-center);
|
| + @apply(--layout-horizontal);
|
| + border-top: 1px solid #e0e0e0;
|
| + display: flex;
|
| + justify-content: space-between;
|
| + min-height: 20px;
|
| + padding: 8px 16px;
|
| +}
|
| +
|
| +.settings-row:first-of-type {
|
| + border-top: none;
|
| +}
|
| +
|
| +.settings-row paper-item iron-icon {
|
| + /* Same padding as paper-icon-button. */
|
| + padding: 8px;
|
| +}
|
|
|