much improved launch process
This commit is contained in:
@@ -45,6 +45,10 @@
|
||||
background-color: #ffebee;
|
||||
}
|
||||
|
||||
.step-item.warning {
|
||||
background-color: #fff3cd;
|
||||
}
|
||||
|
||||
.step-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@@ -72,6 +76,11 @@
|
||||
color: white;
|
||||
}
|
||||
|
||||
.step-item.warning .step-icon {
|
||||
background-color: #ffc107;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.step-content {
|
||||
flex-grow: 1;
|
||||
}
|
||||
@@ -92,4 +101,8 @@
|
||||
|
||||
.step-item.failed .step-status {
|
||||
color: #dc3545;
|
||||
}
|
||||
|
||||
.step-item.warning .step-status {
|
||||
color: #856404;
|
||||
}
|
||||
Reference in New Issue
Block a user