mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
* style(general) Replaced font-size fixed units with rem * style(general) Replaced font-size fixed units with rem in the tokens * style(general) Replaced line-height fixed units with rem
23 lines
374 B
SCSS
23 lines
374 B
SCSS
.share-screen-warn-dialog {
|
|
font-size: 0.875rem;
|
|
|
|
.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;
|
|
}
|
|
} |