mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Migrate to bootstrap 5
This commit is contained in:
parent
b89b0bfce9
commit
4c8749cb9e
128 changed files with 730 additions and 855 deletions
|
@ -16,26 +16,3 @@
|
|||
font-size: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
ngb-accordion ::ng-deep {
|
||||
.card {
|
||||
border-color: var(--mainBackgroundColor);
|
||||
|
||||
.card-header {
|
||||
background-color: unset;
|
||||
padding: 0;
|
||||
|
||||
+ .collapse.show {
|
||||
background-color: var(--submenuBackgroundColor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn {
|
||||
@include peertube-button;
|
||||
@include grey-button;
|
||||
|
||||
border-radius: unset;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<div *ngIf="serverConfig" class="feature-table">
|
||||
|
||||
<table class="table" *ngIf="serverConfig">
|
||||
<table *ngIf="serverConfig">
|
||||
<caption i18n>Features found on this instance</caption>
|
||||
<tr>
|
||||
<th i18n class="label" scope="row">PeerTube version</th>
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
table {
|
||||
font-size: 14px;
|
||||
color: pvar(--mainForegroundColor);
|
||||
width: 100%;
|
||||
|
||||
.label,
|
||||
.sub-label {
|
||||
|
@ -24,8 +25,10 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
vertical-align: middle;
|
||||
padding: 0.75rem;
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
caption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue