Handle errors using Gaffe
This commit is contained in:
parent
ae4979a3f0
commit
9efa9d5d43
12 changed files with 71 additions and 17 deletions
|
|
@ -160,6 +160,15 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
// Error page
|
||||
.large-error-icon {
|
||||
float: left;
|
||||
text-align: right;
|
||||
font-size: 160px;
|
||||
color: lightgrey;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
// Tasks ..
|
||||
.accepted {
|
||||
color: #468847;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue