generated from Seekra/repository-template
feat(legal): add legal notice error handling
The legal notice view now shows an error box if the legal notice could not be loaded.
This commit is contained in:
@@ -92,4 +92,12 @@ input {
|
||||
/* Temporary until a custom tap highlight is implemented. */
|
||||
* {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: var(--color-negative-bg);
|
||||
border: 1px solid var(--color-negative-border);
|
||||
padding: 1em 2em;
|
||||
border-radius: 1.2em;
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user