]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-instance/instance-features-table.component.scss
Add available themes and plugins in feature table
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-instance / instance-features-table.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
41a676db
C
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 {
27bc9586
C
15 @include padding-left(30px);
16
45800f7e 17 font-weight: $font-regular;
a00045a2
C
18 }
19
20 .more-info {
21 font-style: italic;
22 font-weight: initial;
931d3430 23 font-size: 14px;
a00045a2 24 }
41a676db
C
25 }
26
a00045a2
C
27 td {
28 vertical-align: middle;
41a676db 29 }
45800f7e
CC
30
31 caption {
32 caption-side: top;
33 font-size: 15px;
34 font-weight: $font-semibold;
35 color: pvar(--mainForegroundColor);
36 }
a00045a2 37
7337a75b
C
38 .plugin,
39 .theme {
40 &:not(:last-child):after {
41 content: '•';
42 }
43 }
44}