PeerTube/client/src/app/+about/about-peertube/about-peertube.component.scss

22 lines
307 B
SCSS
Raw Normal View History

2018-01-31 10:47:36 -06:00
@import '_variables';
@import '_mixins';
2018-06-27 07:21:03 -05:00
.about-peertube-title {
font-size: 20px;
font-weight: bold;
margin-bottom: 15px;
}
2018-01-31 10:47:36 -06:00
.section-title {
font-weight: $font-semibold;
font-size: 20px;
margin-bottom: 5px;
}
2018-06-27 07:21:03 -05:00
.description {
2018-01-31 10:47:36 -06:00
margin-bottom: 30px;
}
2018-06-27 07:21:03 -05:00
.p2p-privacy-title {
margin-top: 15px;
}