#issue/17 (#18)

#issue-17

Co-authored-by: dbroqua <contact@darkou.fr>
Reviewed-on: https://git.darkou.fr/dbroqua/MyMusicLibrary/pulls/18
Co-authored-by: Damien Broqua <dbroqua@noreply.localhost>
Co-committed-by: Damien Broqua <dbroqua@noreply.localhost>
This commit is contained in:
Damien Broqua 2022-02-22 14:50:07 +01:00
parent 7bcf9b121c
commit 60f96d75ef
11 changed files with 88 additions and 12 deletions

10
sass/error.scss Normal file
View file

@ -0,0 +1,10 @@
.error {
min-height: calc(100vh - 3.25rem - 100px);
padding-top: 4rem;
pre {
padding: 0.75rem;
border: 1px dotted #cecccc;
background: #f9f9f9;
}
}