Merge pull request #2221 from coreos-inc/fix-error-pages
Have all error pages be rendered by Angular
This commit is contained in:
commit
543d86ae10
13 changed files with 78 additions and 116 deletions
|
@ -23,3 +23,8 @@
|
|||
width: 225px;
|
||||
height: 205px;
|
||||
}
|
||||
|
||||
.error-view-element h2 .fa-exclamation-triangle {
|
||||
margin-right: 16px;
|
||||
color: #D64456;
|
||||
}
|
Reference in a new issue