Source code
Revision control
Copy as Markdown
Other Tools
/* 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
@import url("chrome://global/skin/design-system/text-and-typography.css");
:host {
background-image: url("chrome://global/skin/illustrations/error-malformed-url.svg");
min-height: 300px;
background-repeat: no-repeat;
padding-inline-start: 30%;
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 auto;
max-width: 500px;
background-size: 30%;
background-position: left center;
}
:host(:dir(rtl)) {
background-position-x: right;
}