Skip videos count on client if we don't use it
[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   .sub-label {
10     min-width: 330px;
11
12     &.label {
13       font-weight: $font-semibold;
14     }
15
16     &.sub-label {
17       padding-left: 30px;
18     }
19
20     .more-info {
21       font-style: italic;
22       font-weight: initial;
23       font-size: 14px
24     }
25   }
26
27   td {
28     vertical-align: middle;
29   }
30 }
31
32