Bug 1853821 fixing behaviour for BACKGROUND_TASK_SHARING_VIOLATION errorcode r=bytesi...
[gecko.git] / toolkit / themes / shared / aboutRights.css
blobc988defaf708cea1c8dd93a8f3b0385f1ec40902
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* Rights Illustration */
7 .rights-header {
8 background-image: url("chrome://global/skin/illustrations/about-rights.svg");
9 background-repeat: no-repeat;
10 background-position: right center;
11 min-height: 300px;
12 display: flex;
13 align-items: center;
14 padding-inline-end: 320px;
17 .rights-header:dir(rtl) {
18 background-position: left center;