We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0653e01 commit 12fa567Copy full SHA for 12fa567
src/components/CircularProgressBar/CircularProgressBar.scss
@@ -5,9 +5,7 @@
5
6
&__content {
7
position: absolute;
8
- top: 50%;
9
- left: 50%;
10
- transform: translate(-50%, -50%);
+ inset:0;
11
display: flex;
12
flex-direction: column;
13
align-items: center;
0 commit comments