blob: 453108a71d1e1b4cf9aab7b1910dc086237963ae [file] [log] [blame]
/* Copyright 2018 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. */
oobe-text-button {
display: none;
}
.error oobe-text-button {
display: block;
}
#loading-container,
#error-container {
visibility: hidden;
}
.loading-animation #loading-container,
.error #error-container {
visibility: visible;
}
.loading oobe-text-button {
pointer-events: none;
}
#loading-message {
padding-top: 240px;
}
#retry-button {
margin-inline-end: 0;
}
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: 4px;
padding: 12px 0 0 0;
width: 100%;
}