34 lines
464 B
SCSS
34 lines
464 B
SCSS
#client_update {
|
|
display:none;
|
|
}
|
|
|
|
.progress-bar {
|
|
width:100%;
|
|
background-color:#000;
|
|
border: solid 1px #ED3618;
|
|
height:22px;
|
|
}
|
|
|
|
#progress-bar {
|
|
width:0%;
|
|
}
|
|
|
|
.progress-bar-progress {
|
|
background-color:#ED3618;
|
|
border:solid 1px #000;
|
|
height:20px;
|
|
display:block;
|
|
}
|
|
|
|
#client_update h2 {
|
|
font-weight:bold;
|
|
font-size:x-large;
|
|
}
|
|
|
|
#client-updater-updating #update-steps {
|
|
margin-top:20px;
|
|
}
|
|
|
|
#client-updater-updating span.status {
|
|
color:white;
|
|
} |