jiti-meet/css/_policy.scss

15 lines
255 B
SCSS
Raw Normal View History

2016-10-31 15:35:22 +00:00
.policy {
&__logo {
2016-10-31 16:23:28 +00:00
display: block;
width: 200px;
height: 50px;
margin: 30px auto 0;
}
2016-10-31 15:35:22 +00:00
2016-10-31 16:23:28 +00:00
&__text {
text-align: center;
font-size: 14px;
line-height: 21px;
font-weight: 300;
2016-10-31 15:35:22 +00:00
}
}