1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
7 background-color: rgb
(15, 157, 88);
11 content::content strong
{
15 /* Top part of a page. */
18 box-sizing: border-box
;
21 padding: 34px 48px 22px;
28 :host
(.big-font
) #top
{
35 background-color: rgba
(255, 255, 255, 0.4);
44 :host
(.split
) #separator
{
48 #separator indeterminate-progress
{
52 :host
(.progress
) #separator indeterminate-progress
{
56 :host
(.progress
) #separator
{
61 /* Bottom part of a page. */
65 padding: 20px 48px 34px;
68 :host
(.split
) #bottom
{
74 :host
(.big-font
) #bottom
{
83 margin-bottom: calc
(-0.5em - 6px);
86 #controls :first-child
{
90 #controls content
[select
='paper-button']::content :last-child
{
94 #controls content
[select
='paper-button']::content :not
(:last-child
) {
98 :host
(.split
) #controls content
[select
='paper-button']::content
100 color: rgb
(15, 157, 88);
103 content::content paper-button
[disabled
] {
104 /* In Polymer 0.3 disabled button 'background-color' defined with '!important'
105 * flag, so we need '!important' here to override it.
106 * TODO(dzhioev): remove '!important' when Polymer is updated.
108 background: transparent
!important
;