jitsi-meet/css/_policy.scss
theluyuan 38ba663466
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
init
2025-09-02 14:49:16 +08:00

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;
}
}