]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/follows/following-add/following-add.component.scss
Unfollow with host
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / following-add / following-add.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 textarea {
5 height: 250px;
6 }
7
8 input[type=submit] {
9 @include peertube-button;
10 @include orange-button;
11 }