summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp4/incognito_tab.css
blob: 5acb539c885feb5fda55a1b0b4f21d470729bba4 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
/* 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. */

body {
  margin: 10px 8px;
}

.icon {
  -webkit-margin-end: 3px;
  -webkit-margin-start: 6px;
}

html[dir='ltr'] .icon {
  -webkit-transform: scaleX(-1);
  float: right;
}

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

.content {
  background-color: #eee;
  border-radius: 5px;
  color: black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 66px;
  max-width: 600px;
  padding: 10px;
}

.extensions-message {
  -webkit-padding-start: 39px;
  margin-top: 15px;
  position: relative;
}

.extension-icon {
  content: -webkit-image-set(
      url('../../../app/theme/default_100_percent/extensions_section.png') 1x,
      url('../../../app/theme/default_200_percent/extensions_section.png') 2x);
  display: inline-block;
  left: 0;
  margin-top: -15px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
}