init
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
2025-09-02 14:49:16 +08:00
commit 38ba663466
2885 changed files with 391107 additions and 0 deletions

45
css/ringing/_ringing.scss Normal file
View File

@@ -0,0 +1,45 @@
.ringing {
display: block;
left: 0;
top: 0;
width: 100%;
height: 100%;
position: fixed;
z-index: 300;
@include transparentBg(#283447, 0.95);
&.solidBG {
background: #040404;
}
&__content {
position: absolute;
width: 400px;
height: 250px;
left: 50%;
top: 50%;
margin-left: -200px;
margin-top: -125px;
text-align: center;
font-weight: normal;
color: #FFFFFF;
}
&__avatar {
width: 128px;
height: 128px;
border-radius: 50%;
border: 2px solid #1B2638;
}
&__status{
margin-top: 15px;
font-size: 0.875rem;
line-height: 1.25rem;
}
&__name {
font-size: 1.5rem;
line-height: 2rem;
}
}