Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / ntp4 / incognito_tab.css
blobc836f2d323df17736f021d917f25cceb2a211833
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 .content > span {
6 max-width: 416px;
9 .icon {
10 -webkit-margin-start: 25px;
11 content: -webkit-image-set(
12 url(../../../../ui/webui/resources/images/incognito_icon.png) 1x,
13 url(../../../../ui/webui/resources/images/2x/incognito_icon.png) 2x);
14 float: right;
15 height: 128px;
16 margin-bottom: 10px;
17 margin-top: 4px;
18 width: 128px;
21 html[dir='rtl'] .icon {
22 float: left;
25 @media (max-width:400px) {
26 .icon {
27 -webkit-margin-start: 15px;
28 height: 96px;
29 width: 96px;