]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-instance/instance-features-table.component.scss
Merge branch 'release/3.1.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-features-table.component.scss
CommitLineData
41a676db
C
1@import '_variables';
2@import '_mixins';
3
4table {
5 font-size: 14px;
e66883b3 6 color: pvar(--mainForegroundColor);
41a676db 7
a00045a2
C
8 .label,
9 .sub-label {
28fbb88f 10 &.label {
a00045a2
C
11 font-weight: $font-semibold;
12 }
13
14 &.sub-label {
45800f7e 15 font-weight: $font-regular;
a00045a2
C
16 padding-left: 30px;
17 }
18
19 .more-info {
20 font-style: italic;
21 font-weight: initial;
22 font-size: 14px
23 }
41a676db
C
24 }
25
a00045a2
C
26 td {
27 vertical-align: middle;
41a676db 28 }
45800f7e
CC
29
30 caption {
31 caption-side: top;
32 font-size: 15px;
33 font-weight: $font-semibold;
34 color: pvar(--mainForegroundColor);
35 }
e5b432e0 36}
a00045a2
C
37
38