blob: acb09491c3f240bfc49890027bac7828ea8ec43a [file] [log] [blame]
/* Copyright 2017 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. */
paper-progress {
--paper-progress-active-color: rgb(66, 133, 244);
--paper-progress-container-color: #CEE0FC;
--paper-progress-secondary-color: rgb(66, 133, 244);
display: block;
height: 3px;
padding: 40px 0 0 0;
width: 100%;
}