b8fa7da972
Just a login form and a list of applications. No modals or anything like that.
21 lines
322 B
CSS
21 lines
322 B
CSS
.error-display {
|
|
box-sizing: border-box;
|
|
color: #fcfcfc;
|
|
padding: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.error-display > .links {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
.error-display > .links > .link {
|
|
color: #b6b6b6;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.error-display > .links > .link:hover {
|
|
color: #fcfcfc;
|
|
text-decoration: underline;
|
|
}
|