blob: 7c9c8a3c869a65f7519acfe30fba7e475d383e50 (
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
|
/* 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.
*/
#autolaunch {
min-height: 423px;
padding: 40px 17px 80px;
text-align: center;
width: 722px;
}
#autolaunch-controls {
-webkit-box-pack: center;
bottom: 80px;
}
#autolaunch-warning-title {
color: #606060;
font-size: 22px;
padding: 5px 45px 30px;
}
#autolaunch-warning {
color: #606060;
font-size: 16px;
padding: 35px 40px 10px;
}
#autolaunch-app {
padding-bottom: 40px;
}
#autolaunch-app-container {
-webkit-align-items: center;
-webkit-justify-content: center;
display: -webkit-flex;
}
#autolaunch-app-name {
color: #404040;
font-size: 22px;
padding-left: 10px;
}
|