mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-09-09 12:28:39 +00:00
20 lines
341 B
SCSS
20 lines
341 B
SCSS
.mute-dialog {
|
|
.separator-line {
|
|
margin: 24px 0 24px -20px;
|
|
padding: 0 20px;
|
|
width: 100%;
|
|
height: 1px;
|
|
background: #5E6D7A;
|
|
}
|
|
|
|
.control-row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 15px;
|
|
|
|
label {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|