Bug 1574995 - Update Firefox workmark for the Private Browsing page r=k88hudson

Adjust sizing to match ba740fb695

Differential Revision: https://phabricator.services.mozilla.com/D44274

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ed Lee 2019-08-30 23:27:54 +00:00
Родитель 3fcd7e0edd
Коммит f4d324d316
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -34,21 +34,21 @@ p {
.logo {
background: url("chrome://branding/content/icon128.png") no-repeat center center;
background-size: 97px;
background-size: 96px;
display: inline-block;
height: 97px;
width: 97px;
height: 96px;
width: 96px;
}
.wordmark {
background: url("resource://activity-stream/data/content/assets/firefox-wordmark.svg") no-repeat center center;
background-size: 175px;
background-size: 172px;
-moz-context-properties: fill;
display: inline-block;
fill: #fff;
height: 97px;
height: 96px;
margin-inline-start: 15px;
width: 175px;
width: 172px;
}
.search-inner-wrapper {