Add progress bar to other parts of the config app
Hardcode active classes to modal step bars
This commit is contained in:
parent
100d7eae81
commit
ab4bfee019
18 changed files with 131 additions and 32 deletions
|
@ -22,3 +22,15 @@
|
|||
background-color: #dddddd;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Overrides for fixing old quay styles*/
|
||||
|
||||
|
||||
/* Fixes the transition to font awesome 5 */
|
||||
.quay-config-app .co-alert.co-alert-warning::before {
|
||||
font-family: Font Awesome\ 5 Free;
|
||||
}
|
||||
|
||||
.quay-config-app .co-alert.co-alert-info::before {
|
||||
font-family: Font Awesome\ 5 Free;
|
||||
}
|
||||
|
|
Reference in a new issue