]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/follows/following-add/following-add.component.scss
fix nav tab and tag color in dark theme
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / following-add / following-add.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
e600e1fe
C
4textarea {
5 height: 250px;
e105c19c 6}
b5d6b94c 7
1fd3ef3f
RK
8.form-control {
9 &, &:focus {
10 background-color: var(--inputColor);
11 color: var(--mainForegroundColor);
12 }
13}
14
e600e1fe
C
15input[type=submit] {
16 @include peertube-button;
17 @include orange-button;
b5d6b94c 18}