blob: 535dc089bb6b4839c6c35037b8ee0d728df162ed [file] [log] [blame]
/* 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.
*/
#app-launch-splash {
-webkit-box-align: center;
-webkit-box-pack: center;
background: white;
display: -webkit-box;
}
#splash-content {
-webkit-box-align: center;
-webkit-box-orient: vertical;
-webkit-box-pack: center;
display: -webkit-box;
position: relative;
}
#splash-header {
-webkit-padding-start: 108px;
background: left center no-repeat;
background-size: 96px;
color: #666;
display: -webkit-box;
font-size: 48px;
height: 96px;
line-height: 96px;
}
#splash-launch-text {
color: #666;
font-size: 18px;
padding-bottom: 50px;
padding-top: 50px;
}
#splash-spinner {
height: 32px;
width: 32px;
}
#splash-shortcut-info {
bottom: 50px;
color: gray;
left: 0;
position: absolute;
right: 0;
text-align: center;
}