mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-12 20:22:30 +00:00
* add button state / helper dialog * new audio screen share flow * change error message * address a couple of merge conflicts * fix lint * address code review * address code review * restrict audio screen share on mobile browsers
23 lines
370 B
SCSS
23 lines
370 B
SCSS
.share-screen-warn-dialog {
|
|
font-size: 14px;
|
|
|
|
.separator-line {
|
|
margin: 24px 0 24px -20px;
|
|
padding: 0 20px;
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #5E6D7A;
|
|
|
|
&:last-child {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.header {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.description {
|
|
margin-top: 16px;
|
|
}
|
|
} |