]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/instance/instance-features-table.component.scss
Fix error in form when scheduling video publication
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / instance / instance-features-table.component.scss
CommitLineData
41a676db
C
1@import '_variables';
2@import '_mixins';
3
4table {
5 font-size: 14px;
41a676db
C
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}