diff --git a/public_html/page/404.php b/public_html/page/404.php index 14024fb..61675c9 100644 --- a/public_html/page/404.php +++ b/public_html/page/404.php @@ -39,6 +39,7 @@

Prenez la fusée pour retourner à l'accueil en un clic

+ diff --git a/public_html/page/fiche.php b/public_html/page/fiche.php index 4d6eefe..0e426ee 100644 --- a/public_html/page/fiche.php +++ b/public_html/page/fiche.php @@ -26,7 +26,7 @@ - +
@@ -43,6 +43,6 @@ - + \ No newline at end of file diff --git a/public_html/page/home.php b/public_html/page/home.php index 7da29cc..d1bc522 100644 --- a/public_html/page/home.php +++ b/public_html/page/home.php @@ -26,7 +26,7 @@ - +
@@ -43,6 +43,6 @@ - + \ No newline at end of file diff --git a/public_html/page/login.php b/public_html/page/login.php index 628e54b..1e6221a 100644 --- a/public_html/page/login.php +++ b/public_html/page/login.php @@ -24,7 +24,7 @@ - +
@@ -41,6 +41,6 @@ - + \ No newline at end of file diff --git a/public_html/page/settings.php b/public_html/page/settings.php index 9c3c5ac..a1e2dc5 100644 --- a/public_html/page/settings.php +++ b/public_html/page/settings.php @@ -26,7 +26,7 @@ - +
@@ -43,6 +43,6 @@ - + \ No newline at end of file diff --git a/public_html/page/teacher.php b/public_html/page/teacher.php index 48a575a..d2c860d 100644 --- a/public_html/page/teacher.php +++ b/public_html/page/teacher.php @@ -26,7 +26,7 @@ - +
@@ -43,6 +43,6 @@ - + \ No newline at end of file diff --git a/public_html/page/ue.php b/public_html/page/ue.php index c705e0f..a1ebf7e 100644 --- a/public_html/page/ue.php +++ b/public_html/page/ue.php @@ -26,7 +26,7 @@ - +
@@ -43,6 +43,6 @@ - + \ No newline at end of file diff --git a/webpack/scss/layout.scss b/webpack/scss/layout.scss index ee4ec7f..61417f2 100644 --- a/webpack/scss/layout.scss +++ b/webpack/scss/layout.scss @@ -15,6 +15,29 @@ body{ font-size: 17px; font-family: 'Fira Sans'; + + + &.loading{ + + background: #dee6ec; + + &:after{ + content: "Chargement en cours"; + + display: block; + position: fixed; + top: 50%; + left: 50%; + + color: #333; + font-size: 4vw; + + text-shadow: 2px 2px 0 #fff; + + transform: translateX(-50%) translateY(-50%); + } + + } }