Files
jitsi-meet/css/_policy.scss

15 lines
262 B
SCSS
Raw Normal View History

2016-10-31 17:35:22 +02:00
.policy {
&__logo {
2016-10-31 18:23:28 +02:00
display: block;
width: 200px;
height: 50px;
margin: 30px auto 0;
}
2016-10-31 17:35:22 +02:00
2016-10-31 18:23:28 +02:00
&__text {
text-align: center;
font-size: 0.875rem;
line-height: 1.25rem;
2016-10-31 18:23:28 +02:00
font-weight: 300;
2016-10-31 17:35:22 +02:00
}
}