16 lines
296 B
Plaintext
16 lines
296 B
Plaintext
/**
|
|
* Copyright 2025 Beijing Volcano Engine Technology Co., Ltd. All Rights Reserved.
|
|
* SPDX-license-identifier: BSD-3-Clause
|
|
*/
|
|
|
|
.loader {
|
|
display: flex;
|
|
}
|
|
|
|
.dot {
|
|
width: 10px;
|
|
height: 10px;
|
|
border-radius: 50%;
|
|
background-color: white;
|
|
animation: glow 0.9s infinite;
|
|
} |