blob: 80eb997e46a6bab1ce970629ee83b54a3ed2ba91 (
plain) (
tree)
|
|
@use '_variables' as *;
@use '_mixins' as *;
.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;
}
.show-more {
@include peertube-button-link;
@include grey-button;
margin-top: 1%;
}
|