| Index: chrome/browser/resources/settings/reset_page/reset_profile_dialog.css
|
| diff --git a/chrome/browser/resources/settings/reset_page/reset_profile_dialog.css b/chrome/browser/resources/settings/reset_page/reset_profile_dialog.css
|
| index 04a9caead4a9f99543b3ff399db2d3fab79ef0bb..eb3ee692cbecd01a7d86fa1200ec2e41cca50fa9 100644
|
| --- a/chrome/browser/resources/settings/reset_page/reset_profile_dialog.css
|
| +++ b/chrome/browser/resources/settings/reset_page/reset_profile_dialog.css
|
| @@ -7,32 +7,11 @@
|
| width: 500px;
|
| }
|
|
|
| -#reset {
|
| - -webkit-margin-start: 10px;
|
| - -webkit-padding-end: 15px;
|
| - -webkit-padding-start: 15px;
|
| - background-color: rgb(66, 133, 244);
|
| - color: white;
|
| - font-weight: 500;
|
| -}
|
| -
|
| #learnMore {
|
| color: rgb(94, 94, 94);
|
| -}
|
| -
|
| -#cancel {
|
| - color: rgb(66, 133, 244);
|
| font-weight: 500;
|
| }
|
|
|
| -#explanation {
|
| - margin: 10px 0;
|
| -}
|
| -
|
| -#buttonContainer {
|
| - margin: 15px 0;
|
| -}
|
| -
|
| #feedbackBar {
|
| background-color: rgb(236, 236, 236);
|
| margin: 0;
|
|
|