XHS_Downloader/static/XHS-Downloader.tcss
2023-12-23 10:57:35 +08:00

30 lines
435 B
Plaintext

Button {
width: 1fr;
margin: 1 1;
text-style: bold;
}
Button#deal, Button#paste {
tint: #27ae60 60%;
}
Button#reset {
tint: #c0392b 60%;
}
Label {
width: 100%;
content-align-horizontal: center;
content-align-vertical: middle;
text-style: bold;
}
Label#prompt {
padding: 1;
}
Bar {
width: 33vw;
}
Bar > .bar--indeterminate {
color: #7bed9f;
}
Bar > .bar--complete {
color: #ff7f50;
}