]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-instance/instance-features-table.component.scss
Move to stylelint
[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 &.label {
11 font-weight: $font-semibold;
12 }
13
14 &.sub-label {
15 font-weight: $font-regular;
16 padding-left: 30px;
17 }
18
19 .more-info {
20 font-style: italic;
21 font-weight: initial;
22 font-size: 14px;
23 }
24 }
25
26 td {
27 vertical-align: middle;
28 }
29
30 caption {
31 caption-side: top;
32 font-size: 15px;
33 font-weight: $font-semibold;
34 color: pvar(--mainForegroundColor);
35 }
36 }
37
38