parent
502fa23d31
commit
4d5c65e6d4
12 changed files with 131 additions and 24 deletions
25
static/css/pages/error-view.css
Normal file
25
static/css/pages/error-view.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
.error-view-element {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.error-view-element h2 {
|
||||
font-size: 42px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.error-view-element h3 {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.error-view-element img {
|
||||
margin-top: 20px;
|
||||
width: 255px;
|
||||
height: 235px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.error-view-element .err403 img {
|
||||
margin-top: 30px;
|
||||
width: 225px;
|
||||
height: 205px;
|
||||
}
|
Reference in a new issue