fune/toolkit/content/resetProfile.css
Doug Thayer e8e53d5055 Bug 1699426 - Remove margin-block for resetProfile learn more r=Gijs
Chatted with Emanuela about this and she noted that this shouldn't be such a
large gap here. Note: there should be a larger gap here between the text and
the buttons, but I think that applies to all modals. That should be a separate
patch, if you agree.

Differential Revision: https://phabricator.services.mozilla.com/D110131
2021-03-29 23:09:26 +00:00

11 lines
291 B
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#resetProfileProgressDialog {
padding: 10px;
}
#infoTitle {
font-weight: 600;
}