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