]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-instance/instance-features-table.component.scss
reword intellectual property
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-features-table.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 table {
5 font-size: 14px;
6 color: pvar(--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 font-weight: $font-regular;
18 padding-left: 30px;
19 }
20
21 .more-info {
22 font-style: italic;
23 font-weight: initial;
24 font-size: 14px
25 }
26 }
27
28 td {
29 vertical-align: middle;
30 }
31
32 caption {
33 caption-side: top;
34 font-size: 15px;
35 font-weight: $font-semibold;
36 color: pvar(--mainForegroundColor);
37 }
38 }
39
40