]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/instance/instance-features-table.component.scss
Add features table on signup
[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 max-width: 400px;
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 }