Bug 1570624 - Set the font-size to the protection panel. r=nhnt11,dao

This patch adds a css rule 'font-size' to the protection panel in order
to set size to the all strings in the protection panel.

Differential Revision: https://phabricator.services.mozilla.com/D40787

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Huang 2019-08-06 20:06:24 +00:00
parent 2c66392ce7
commit 0d1839ee78

View File

@ -11,11 +11,8 @@
#identity-popup,
#protections-popup {
font-size: 1.1em;
--popup-width: 33rem;
}
#identity-popup,
#protections-popup {
/* Set default fill for icons in the identity popup.
Individual icons can override this. */
fill: currentColor;
@ -204,24 +201,9 @@
#protections-popup-content > description,
.protections-popup-footer-button-label,
#protections-popup-trackers-blocked-counter-description {
font-size: 110%;
margin: 0;
}
#identity-popup-mainView-panel-header > label,
.identity-popup-permission-label,
.identity-popup-permission-state-label,
.identity-popup-security-connection > description,
#identity-popup-securityView > .panel-header,
#identity-popup-breakageReportView > .panel-header,
#identity-popup-security-description > description,
#identity-popup-securityView-body > description,
#identity-popup-securityView-body > label,
#identity-popup-permissions-content > description {
font-size: 110%;
}
#identity-popup-mainView-panel-header,
#protections-popup-mainView-panel-header,
#protections-popup-siteNotWorkingView-footer {
@ -404,7 +386,6 @@ description#identity-popup-content-verifier,
#protections-popup-sendReportView-heading,
#protections-popup-sendReportView-body {
padding: 16px;
font-size: 110%;
}
.identity-popup-breakageReportView-collection-section,