mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 15:37:48 +00:00
20 lines
330 B
SCSS
20 lines
330 B
SCSS
.reload_overlay_title {
|
|
display: block;
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.reload_overlay_text {
|
|
display: block;
|
|
font-size: 12px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
#reloadProgressBar {
|
|
width: 180px;
|
|
margin: 5px auto;
|
|
> .aui-progress-indicator-value {
|
|
background: $reloadProgressBarBg;
|
|
}
|
|
}
|