]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/instance/instance-features-table.component.scss
Add more attributes to about page
[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;
e5b432e0 6 color: var(--mainForegroundColor);
41a676db
C
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 }
e5b432e0 20}