1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Add user import/export in client

This commit is contained in:
Chocobozzz 2024-02-12 10:50:29 +01:00 committed by Chocobozzz
parent 35f0bb14be
commit f9c89b98f7
61 changed files with 991 additions and 180 deletions

View file

@ -0,0 +1,30 @@
@use '_variables' as *;
@use '_mixins' as *;
.upload-progress-retry,
.upload-progress-cancel {
display: flex;
margin-bottom: 40px;
.progress {
@include progressbar;
flex-grow: 1;
height: 30px;
font-size: 14px;
background-color: rgba(11, 204, 41, 0.16);
.progress-bar {
background-color: $green;
line-height: 30px;
text-align: start;
font-weight: $font-semibold;
span {
@include margin-left(13px);
color: pvar(--mainBackgroundColor);
}
}
}
}