mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +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
15 lines
262 B
SCSS
15 lines
262 B
SCSS
.policy {
|
|
&__logo {
|
|
display: block;
|
|
width: 200px;
|
|
height: 50px;
|
|
margin: 30px auto 0;
|
|
}
|
|
|
|
&__text {
|
|
text-align: center;
|
|
font-size: 0.875rem;
|
|
line-height: 1.25rem;
|
|
font-weight: 300;
|
|
}
|
|
} |