blob: a393c9d9207d89f45d4411fdf121a8176a4253ec (
plain) (
tree)
|
|
@import '_variables';
@import '_mixins';
.subtitle {
font-size: 18px;
font-weight: $font-semibold;
margin-bottom: 20px;
}
a {
display: block;
width: fit-content;
margin-top: 3px;
}
.no-results {
justify-content: flex-start;
}
.showMore {
@include peertube-button-link;
@include grey-button;
margin-top: 1%;
}
|