df104c14eca1143ee9d1dbebc3cd46cf730de3c5
[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 .form-control {
9   &, &:focus {
10     background-color: var(--inputBackgroundColor);
11     color: var(--mainForegroundColor);
12   }
13 }
14
15 input[type=submit] {
16   @include peertube-button;
17   @include orange-button;
18 }