mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-21 13:27:49 +00:00
* Make Jitsi WCAG 2.1 compliant * Fixed password form keypress handling * Added keypress handler to name form * Removed unneccessary dom query * Fixed mouse hove style * Removed obsolete css rules * accessibilty background feature * Merge remote-tracking branch 'upstream/master' into nic/fix/merge-conflicts * fix error * add german translation * Fixed merge issue * Add id prop back to device selection * Fixed lockfile Co-authored-by: AHMAD KADRI <52747422+ahmadkadri@users.noreply.github.com>
29 lines
543 B
SCSS
29 lines
543 B
SCSS
#e2ee-section {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.description {
|
|
font-size: 13px;
|
|
margin: 15px 0;
|
|
|
|
.read-more {
|
|
cursor: pointer;
|
|
opacity: .9;
|
|
color: #fff;
|
|
font-size: 0.8rem;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.control-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
margin-top: 15px;
|
|
|
|
label {
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
} |