Add support for link in error containers

This commit is contained in:
Michael Lange
2018-11-07 16:08:05 -08:00
parent b52780133b
commit feb133bc28

View File

@@ -3,7 +3,9 @@
height: 100%;
padding-top: 25vh;
display: flex;
justify-content: center;
flex-direction: column;
justify-content: start;
align-items: center;
background: $grey-lighter;
.error-message {
@@ -19,4 +21,12 @@
border: 1px solid $grey-light;
border-radius: $radius;
}
.error-links {
padding-top: 15px;
margin-top: 15px;
border-top: 1px solid $grey-light;
width: 600px;
text-align: center;
}
}