From 0bb9ed2a308a3e7914d6d7e240d89ead7dfca504 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Andr=C3=A9?=
Date: Thu, 15 Apr 2021 10:08:40 +0200
Subject: [PATCH] =?UTF-8?q?Modifs=20de=20style=20suite=20au=20th=C3=A8me?=
=?UTF-8?q?=20sombre?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Front/skydivelogs-app/src/app/app.component.html | 2 +-
.../src/app/default/default.component.html | 2 +-
.../app/list-of-dzs/list-of-dzs.component.css | 2 +-
.../app/list-of-dzs/list-of-dzs.component.html | 6 +++---
.../app/user-profile/user-profile.component.css | 10 ++++++++--
.../app/user-profile/user-profile.component.html | 6 +++---
.../src/assets/css/styles-app-loading.scss | 4 +---
.../src/assets/img/addJump_white.png | Bin 0 -> 4001 bytes
.../src/assets/img/logo_white.png | Bin 0 -> 6044 bytes
9 files changed, 18 insertions(+), 14 deletions(-)
create mode 100644 Front/skydivelogs-app/src/assets/img/addJump_white.png
create mode 100644 Front/skydivelogs-app/src/assets/img/logo_white.png
diff --git a/Front/skydivelogs-app/src/app/app.component.html b/Front/skydivelogs-app/src/app/app.component.html
index 4747538..8f9c281 100644
--- a/Front/skydivelogs-app/src/app/app.component.html
+++ b/Front/skydivelogs-app/src/app/app.component.html
@@ -44,7 +44,7 @@
logout
- Logout
+ Logout
diff --git a/Front/skydivelogs-app/src/app/default/default.component.html b/Front/skydivelogs-app/src/app/default/default.component.html
index 7e325ef..11c39da 100644
--- a/Front/skydivelogs-app/src/app/default/default.component.html
+++ b/Front/skydivelogs-app/src/app/default/default.component.html
@@ -6,7 +6,7 @@
-
+
diff --git a/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.css b/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.css
index ff391a1..7513415 100644
--- a/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.css
+++ b/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.css
@@ -19,4 +19,4 @@ table {
flex-direction: column;
align-items: initial;
padding-top: 25px;
-}
+}
\ No newline at end of file
diff --git a/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.html b/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.html
index e428d39..86e3b94 100644
--- a/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.html
+++ b/Front/skydivelogs-app/src/app/list-of-dzs/list-of-dzs.component.html
@@ -17,14 +17,14 @@
(click)="setToFavorite(element)" style="cursor: pointer;">favorite_border
- link
+ link
- map
+ map
- mail_outline
+ mail_outline
diff --git a/Front/skydivelogs-app/src/app/user-profile/user-profile.component.css b/Front/skydivelogs-app/src/app/user-profile/user-profile.component.css
index d9e1d94..af83daf 100644
--- a/Front/skydivelogs-app/src/app/user-profile/user-profile.component.css
+++ b/Front/skydivelogs-app/src/app/user-profile/user-profile.component.css
@@ -1,8 +1,14 @@
.content {
min-height: 90vh;
- display: flex;
justify-content: left;
- flex-direction: column;
align-items: initial;
padding-top: 25px;
}
+
+.containerFlex {
+ display: flex;
+ flex-wrap: wrap;
+}
+.contentFlex {
+ flex: 45%;
+}
\ No newline at end of file
diff --git a/Front/skydivelogs-app/src/app/user-profile/user-profile.component.html b/Front/skydivelogs-app/src/app/user-profile/user-profile.component.html
index 4cc4014..731d1ea 100644
--- a/Front/skydivelogs-app/src/app/user-profile/user-profile.component.html
+++ b/Front/skydivelogs-app/src/app/user-profile/user-profile.component.html
@@ -1,6 +1,6 @@
-
+
-