Fix follows backend URL
[oweals/peertube.git] / client / src / app / shared / instance / instance-features-table.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 table {
5   font-size: 14px;
6   color: var(--mainForegroundColor);
7
8   .label {
9     font-weight: $font-semibold;
10     min-width: 330px;
11   }
12
13   .glyphicon-ok {
14     color: $green;
15   }
16
17   .glyphicon-remove {
18     color: $red;
19   }
20 }