blob: f71a10f4fb172784a893ffefb0866d45f9d72aae [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-container {
display: flex;
flex-direction: column;
}
#loading-content {
left: 50%;
position: relative;
top: 50%;
transform: translate(-50%, -50%);
}
#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%;
}