jam-cloud/web/app/assets/stylesheets/client/clientUpdate.scss

59 lines
755 B
SCSS

#client_update {
display:none;
width:600px;
min-height:0;
.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;
}
.countdown-secs {
font-size:24px;
display:inline-block;
width:15px;
}
h2 {
font-weight:bold;
font-size:x-large;
}
#client-updater-updating #update-steps {
margin-top:20px;
}
#client-updater-updating span.status {
color:white;
}
.download-manual {
.fix {
font-size:20px;
}
margin:20px 0 30px;
}
.error-detail {
font-size:10px;
}
}