summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/app_list/start_page.css
blob: 8f6edd09c0d81e1f6e7e2d97de57dc492966608f (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
/* 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. */

html,
body {
  -webkit-user-select: none;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

#doodle {
  display: none;
  justify-content: center;
}

#default_logo {
  background-image: url(../../../../ui/webui/resources/images/google_logo.svg);
  background-repeat: no-repeat;
  height: 92px;
  margin: auto;
  width: 272px;
}

#logo_container {
  bottom: 0;
  position: absolute;
  width: 100%;
}