+ Add install progress page for devops.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
div.cell { padding: 20px;}
|
||||
.progress-arrow {display: inline-block; margin-top: -40px; font-size: 100px; font-weight: 900; vertical-align: bottom; color: #cccccc;}
|
||||
.step {display: inline-block; padding: 10px;}
|
||||
.step-no {border-radius: 50%; padding: 5px 20px; font-size: 30px; display: inline-block; color: #ffffff; background-color: #cccccc;}
|
||||
.step-title{padding: 10px; font-size: 20px;}
|
||||
.progress-arrow.active {color: #3daf45;}
|
||||
.step-no.active {background-color: #3daf45;}
|
||||
span.loading {padding: 10px 20px; line-height: 40px;}
|
||||
|
||||
#terminal {width: 800px; margin: 0 auto 10px;}
|
||||
|
||||
.install-progress .modal-body {padding: 0.75rem 1.25rem;}
|
||||
Reference in New Issue
Block a user