Skip to content

Commit 88f224d

Browse files
committed
fix: make progress bar thinner
1 parent 22f4e91 commit 88f224d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/containers/Versions/Versions.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
4040
border-radius: 10px;
4141
}
4242
&__overall-progress {
43-
height: 30px;
43+
height: 20px;
4444

45-
line-height: 30px;
45+
line-height: 20px;
4646

4747
border-radius: 5px;
4848
.g-progress__stack {
49-
height: 30px;
49+
height: 20px;
5050

51-
line-height: 30px;
51+
line-height: 20px;
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)