rtc-voice-chat/frontend/src/components/Loading/HorizonLoading/index.module.less
2026-03-28 16:32:51 +08:00

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;
}