Merge branch 'dev' into sana

This commit is contained in:
AlineRinquin 2022-02-14 16:38:15 +01:00 committed by GitHub
commit 42b5ac19ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 11717 additions and 93 deletions

View file

@ -2,11 +2,15 @@
<app-side-bar></app-side-bar>
<div>
<p> Page introuvable</p>
<a routerLink="" routerLinkActive="!active"><br><br>
Je retourne à l'accueil<br><br><br><br><br><br><br><br><br><br><br><br></a>
<div class="ctn-link min-vh-100">
<div class="text-center">
<p> Page introuvable</p>
<a routerLink="" routerLinkActive="!active">Je retourne à l'accueil</a>
</div>
</div>
</div>

View file

@ -1,25 +1,16 @@
a.hover {
color: rgb(219, 200, 28);
p{
color: black;
text-align: center;
}
a {
color: rgb(32, 114, 45);
.ctn-link > div {
padding-top: 7em;
}
div {
text-align: center;
font-weight: bold;
// si on préfère une image en fond
// background-image: url("../../../assets/images/404.jpg");
// background-size: cover;
background-image: linear-gradient(
to left top,
#051937,
#004d7a,
#008793,
#e2ebe7,
#f8faf5
);
.min-vh-100 {
font-weight: bold;
background-image: linear-gradient(to left top, #051937, #004d7a, #008793, #e2ebe7, #f8faf5);
//max-width: max-content;
}