Provide z-index centralisation for lower components
[oweals/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 }