2020-02-13 22:38:05 +00:00
|
|
|
.error-display {
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-02-26 18:02:20 +00:00
|
|
|
.error-display > .header {
|
|
|
|
font-size: 6rem;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error-display > .body {
|
|
|
|
color: #444;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
}
|
|
|
|
|
2020-02-13 22:38:05 +00:00
|
|
|
.error-display > .links {
|
2020-02-26 18:02:20 +00:00
|
|
|
margin-top: 16px;
|
2020-02-13 22:38:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.error-display > .links > .link {
|
2020-02-26 18:02:20 +00:00
|
|
|
color: rgb(87, 114, 245);
|
2020-02-13 22:38:05 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.error-display > .links > .link:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2020-02-27 18:04:23 +00:00
|
|
|
|
|
|
|
.error-display .success {
|
|
|
|
color: green;
|
|
|
|
}
|