mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
gave better style to progress bar
This commit is contained in:
@ -29,3 +29,16 @@ h1 {
|
||||
#progress-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#progress-container div {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
align-items: center;
|
||||
gap: .5em;
|
||||
}
|
||||
|
||||
#progress-bar {
|
||||
flex-grow: 1;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user