]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/instance/feature-boolean.component.scss
add channel avatar to watch view
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / instance / feature-boolean.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .glyphicon-ok {
5 color: $green;
6 }
7
8 .glyphicon-remove {
9 color: $red;
10 }