]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - 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
1 @import '_variables';
2 @import '_mixins';
3
4 textarea {
5 height: 250px;
6 }
7
8 .form-control {
9 &, &:focus {
10 background-color: var(--inputColor);
11 color: var(--mainForegroundColor);
12 }
13 }
14
15 input[type=submit] {
16 @include peertube-button;
17 @include orange-button;
18 }