]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-forms/advanced-input-filter.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / advanced-input-filter.component.scss
1 @use '_variables';
2 @use '_mixins';
3
4 input {
5 @include peertube-input-text(250px);
6 }
7
8 .input-group-text {
9 background-color: transparent;
10 }