#32 - Avoir un logo pour les pages d'erreurs
This commit is contained in:
parent
5b9d6c94b8
commit
7d7ee080ed
4 changed files with 372 additions and 34 deletions
22
sass/500.scss
Normal file
22
sass/500.scss
Normal file
|
@ -0,0 +1,22 @@
|
|||
.body-500 {
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
font-weight: 400;
|
||||
font-size: larger;
|
||||
line-height: 200%;
|
||||
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
max-width: 60%;
|
||||
margin-bottom: 32px;
|
||||
|
||||
@include respond-to("small-up") {
|
||||
max-width: 30%;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -41,6 +41,7 @@
|
|||
@import './box';
|
||||
|
||||
@import './error';
|
||||
@import './500';
|
||||
@import './home';
|
||||
@import './ajouter-un-album';
|
||||
@import './collection';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue