mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
Add support for link in error containers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user