Pause, cancel & resume backup media download
This commit is contained in:
parent
65539b1419
commit
028a3f3ef0
28 changed files with 958 additions and 141 deletions
25
stylesheets/components/ProgressCircle.scss
Normal file
25
stylesheets/components/ProgressCircle.scss
Normal file
|
@ -0,0 +1,25 @@
|
|||
// Copyright 2024 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
.ProgressCircle {
|
||||
fill: none;
|
||||
transform: rotate(-90deg);
|
||||
|
||||
.ProgressCircle__fill,
|
||||
.ProgressCircle__background {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.ProgressCircle__background {
|
||||
stroke: $color-gray-20;
|
||||
@include dark-theme() {
|
||||
stroke: $color-gray-60;
|
||||
}
|
||||
}
|
||||
|
||||
.ProgressCircle__fill {
|
||||
stroke: $color-ultramarine;
|
||||
stroke-linecap: round;
|
||||
transition: stroke-dashoffset 500ms ease-out;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue