]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/instance/instance-features-table.component.scss
add daily quota to the features table information
[github/Chocobozzz/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
7 .label {
8 font-weight: $font-semibold;
9 min-width: 330px;
10 }
11
12 .glyphicon-ok {
13 color: $green;
14 }
15
16 .glyphicon-remove {
17 color: $red;
18 }
19 }