42 lines
764 B
CSS
42 lines
764 B
CSS
/* 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
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#infoContainer {
|
|
text-align: center;
|
|
padding: 1em 0;
|
|
}
|
|
|
|
a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#notNowLinkContainer {
|
|
text-align: end;
|
|
padding-inline-end: 1em;
|
|
}
|
|
|
|
#infoIcon {
|
|
width: 112px;
|
|
height: 112px;
|
|
margin: 0 auto 1em;
|
|
background-image: url("chrome://branding/content/about-logo.svg");
|
|
background-size: 100%;
|
|
}
|
|
|
|
#infoTitle {
|
|
font-size: 1.5em;
|
|
margin: 0;
|
|
}
|
|
|
|
#infoBody {
|
|
margin: 1em 0;
|
|
}
|
|
|
|
#illustration {
|
|
background: url("quicksuggestOnboarding_illustration.svg") no-repeat center;
|
|
min-width: 538px;
|
|
height: 219px;
|
|
margin: 1em 0 2em;
|
|
}
|