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