Use form-control to display box-shadow on form inputs/selects upon focus
[oweals/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 }