diff --git a/public/css/Compte/GestionUser.css b/public/css/Compte/GestionUser.css index 5fe2b0a..323de72 100644 --- a/public/css/Compte/GestionUser.css +++ b/public/css/Compte/GestionUser.css @@ -1,3 +1,7 @@ +html{ + font-family: "Quicksand Light"; !important; +} + #container_modal { background-color: white; margin-left: 20%; /* Centrage vertical */ diff --git a/public/css/Compte/index.css b/public/css/Compte/index.css index 37dd955..4073693 100644 --- a/public/css/Compte/index.css +++ b/public/css/Compte/index.css @@ -1,3 +1,7 @@ + +html{ + font-family: "Quicksand Light"; !important; +} /* Style pour chaque élément d'information de l'utilisateur */ .user-info-item { display: flex; diff --git a/public/css/ControllerVues/edit.css b/public/css/ControllerVues/edit.css index 0ee0756..f83a288 100644 --- a/public/css/ControllerVues/edit.css +++ b/public/css/ControllerVues/edit.css @@ -1,4 +1,6 @@ - +html{ + font-family: "Quicksand Light"; !important; +} /* Page container */ .page-container { width: 100%; diff --git a/public/css/ControllerVues/list.css b/public/css/ControllerVues/list.css index 37866e5..1c7bb06 100644 --- a/public/css/ControllerVues/list.css +++ b/public/css/ControllerVues/list.css @@ -1,5 +1,7 @@ - +html{ + font-family: "Quicksand Light"; !important; +} /*h1 {*/ /* text-align: center;*/ /* color: #db5559;*/ diff --git a/public/css/ControllerVues/new.css b/public/css/ControllerVues/new.css index 5f888aa..0ce956f 100644 --- a/public/css/ControllerVues/new.css +++ b/public/css/ControllerVues/new.css @@ -1,4 +1,6 @@ - +html{ + font-family: "Quicksand Light"; !important; +} /* Page container */ .page-container { width: 100%; diff --git a/public/css/GestionUtilisateurs/GestionUtilisateurs.css b/public/css/GestionUtilisateurs/GestionUtilisateurs.css index b5957a1..c6c6322 100644 --- a/public/css/GestionUtilisateurs/GestionUtilisateurs.css +++ b/public/css/GestionUtilisateurs/GestionUtilisateurs.css @@ -8,3 +8,6 @@ height: 100%; /* Hauteur du contenu de la modal */ box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); } +html{ + font-family: "Quicksand Light"; !important; +} diff --git a/public/css/Index/index.css b/public/css/Index/index.css index 07138a8..7d7c96e 100644 --- a/public/css/Index/index.css +++ b/public/css/Index/index.css @@ -1,3 +1,7 @@ +html{ + font-family: "Quicksand Light"; !important; +} + .top-bar { background-color: #db5559; width: calc(100% - 18%); /*Calcule la totalité de l'écran - le left-background */ @@ -51,7 +55,7 @@ ul { } li { - padding-bottom: 30px; + padding-bottom: 20px; } .btn-custom { @@ -62,7 +66,6 @@ li { font-weight: bold; cursor: pointer; display: inline-block; - border-right: 5px solid #db5559; border-left: 5px solid #db5559; }