]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-instance/instance-features-table.component.scss
Bumped to version v5.2.1
[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);
4c8749cb 7 width: 100%;
41a676db 8
a00045a2
C
9 .label,
10 .sub-label {
28fbb88f 11 &.label {
a00045a2
C
12 font-weight: $font-semibold;
13 }
14
15 &.sub-label {
27bc9586
C
16 @include padding-left(30px);
17
45800f7e 18 font-weight: $font-regular;
a00045a2
C
19 }
20
21 .more-info {
22 font-style: italic;
23 font-weight: initial;
931d3430 24 font-size: 14px;
a00045a2 25 }
41a676db
C
26 }
27
4c8749cb 28 th,
a00045a2 29 td {
4c8749cb
C
30 padding: 0.75rem;
31 border-top: 1px solid #dee2e6;
41a676db 32 }
45800f7e
CC
33
34 caption {
35 caption-side: top;
45800f7e
CC
36 font-weight: $font-semibold;
37 color: pvar(--mainForegroundColor);
38 }
a00045a2 39
7337a75b
C
40 .plugin,
41 .theme {
1868ff3d 42 &:not(:last-child)::after {
7337a75b
C
43 content: '•';
44 }
45 }
46}