]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - feature-boolean.component.scss
8683ecc5586998a946b78b743ceb3c5b641ec634
[github/Chocobozzz/PeerTube.git] / feature-boolean.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
3
4 .glyphicon-ok {
5 color: $green;
6 }
7
8 .glyphicon-remove {
9 color: $red;
10 }