Chromium Code Reviews| Index: chrome/browser/resources/settings/settings.html |
| diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html |
| index dcf01a5a59abc6d1a7e961d40e42e61e767c42f3..4d2868ef9eefbe7e226b1da5f4abd77dff409b4c 100644 |
| --- a/chrome/browser/resources/settings/settings.html |
| +++ b/chrome/browser/resources/settings/settings.html |
| @@ -22,24 +22,24 @@ |
| #appeal { |
| align-items: center; |
| - background: red; |
| + background: rgb(123, 170, 247); |
| + bottom: 0; |
| display: flex; |
| left: 0; |
| position: fixed; |
| right: 0; |
| - top: 0; |
| z-index: 9999; |
| } |
| #request { |
| flex: 1; |
| - font-size: 1rem; |
| + font-size: .8125rem; |
| font-weight: bold; |
| - padding: 12px 8px; |
| + padding: 8px 24px; |
| } |
| #request h1 { |
| - font-size: 1.5rem; |
| + font-size: 1rem; |
| margin: 0; |
| } |