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 @import url("chrome://global/skin/in-content/common.css");
6 /* Body and container */
9 flex-direction: column;
10 box-sizing: border-box;
14 padding-inline-start: calc(48px + 4.6em);
15 padding-inline-end: 48px;
17 justify-content: center;
25 .container.restore-chosen {
27 flex-direction: column;
34 background-image: url("chrome://global/skin/icons/info.svg");
35 background-position: left 0;
36 background-repeat: no-repeat;
37 background-size: 1.6em;
38 margin-inline-start: -2.3em;
39 padding-inline-start: 2.3em;
44 background-position: right 0;
48 border-bottom: 1px solid #666699;
50 padding-bottom: 0.4em;
53 @media (max-width: 675px) {
59 background-image: none !important;
60 padding-inline-start: 0;
61 margin-inline-start: 0;
72 margin-inline-start: 1em;
88 .button-container > button {
92 .button-container > button:first-child {
93 margin-inline-start: 0;
103 .tree-container > tree {