mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
27 lines
312 B
SCSS
27 lines
312 B
SCSS
#downloadTitle,
|
|
#downloadText {
|
|
display: flex;
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
|
|
#downloadText {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
#downloadProgressDiv {
|
|
display: flex;
|
|
}
|
|
|
|
#downloadProgressBar {
|
|
flex-grow: 1;
|
|
margin: 0;
|
|
.bar {
|
|
transform: translateY(-50%);
|
|
top: 50%;
|
|
}
|
|
}
|
|
|
|
i.close.icon, a {
|
|
cursor: pointer;
|
|
}
|