mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Backed out 2 changesets (bug 1931919) for causing dt failures @browser_parsable_css.js.
Backed out changeset 56d87755d5d6 (bug 1931919) Backed out changeset 425886fca40c (bug 1931919)
This commit is contained in:
parent
61252b518b
commit
449913f450
@ -5,7 +5,6 @@
|
|||||||
/*
|
/*
|
||||||
* Global styles
|
* Global styles
|
||||||
*/
|
*/
|
||||||
@import "chrome://global/skin/design-system/tokens-brand.css";
|
|
||||||
@import "chrome://devtools/skin/variables.css";
|
@import "chrome://devtools/skin/variables.css";
|
||||||
@import "chrome://devtools/content/aboutdebugging/src/base.css";
|
@import "chrome://devtools/content/aboutdebugging/src/base.css";
|
||||||
|
|
||||||
|
@ -110,6 +110,7 @@
|
|||||||
--title-30-font-size: 22px;
|
--title-30-font-size: 22px;
|
||||||
|
|
||||||
/* Global layout vars */
|
/* Global layout vars */
|
||||||
|
--page-width: 664px;
|
||||||
--base-unit: 4px;
|
--base-unit: 4px;
|
||||||
|
|
||||||
/* Global styles */
|
/* Global styles */
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
max-width: var(--page-main-content-width);
|
max-width: var(--page-width);
|
||||||
min-width: min-content;
|
min-width: min-content;
|
||||||
font-size: var(--body-20-font-size);
|
font-size: var(--body-20-font-size);
|
||||||
font-weight: var(--body-20-font-weight);
|
font-weight: var(--body-20-font-weight);
|
||||||
|
Loading…
Reference in New Issue
Block a user