1
0
Fork 0
peertube/client/src/app/shared/shared-instance/instance-features-table.component.scss
2021-04-28 17:53:57 +02:00

38 lines
556 B
SCSS

@import '_variables';
@import '_mixins';
table {
font-size: 14px;
color: pvar(--mainForegroundColor);
.label,
.sub-label {
&.label {
font-weight: $font-semibold;
}
&.sub-label {
font-weight: $font-regular;
padding-left: 30px;
}
.more-info {
font-style: italic;
font-weight: initial;
font-size: 14px;
}
}
td {
vertical-align: middle;
}
caption {
caption-side: top;
font-size: 15px;
font-weight: $font-semibold;
color: pvar(--mainForegroundColor);
}
}