jitsi-meet/css/ringing/_ringing.scss
theluyuan 38ba663466
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
init
2025-09-02 14:49:16 +08:00

46 lines
812 B
SCSS

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