PeerTube/client/src/app/+my-account/my-account-notifications/my-account-notifications.co...

24 lines
337 B
SCSS
Raw Normal View History

2019-01-08 11:26:41 +01:00
@import '_variables';
@import '_mixins';
.header {
display: flex;
justify-content: space-between;
font-size: 15px;
margin-bottom: 10px;
a {
@include peertube-button-link;
@include grey-button;
}
button {
@include peertube-button;
@include grey-button;
}
}
my-user-notifications {
font-size: 15px;
}