summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp4/incognito_tab.css
blob: 15df69653c6cbb123240c0d0fbdef03700e00f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* Copyright 2013 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

.content > span {
  max-width: 416px;
}

.icon {
  -webkit-margin-after: 10px;
  -webkit-margin-before: 4px;
  -webkit-margin-start: 25px;
  content: -webkit-image-set(
      url('../../../browser/resources/ntp4/images/incognito_icon.png') 1x,
      url('../../../browser/resources/ntp4/images/2x/incognito_icon.png') 2x);
  float: right;
  height: 128px;
  width: 128px;
}

html[dir='rtl'] .icon {
  float: left;
}

@media (max-width:400px) {
  .icon {
    -webkit-margin-start: 15px;
    height: 96px;
    width: 96px;
  }
}