font-family

This commit is contained in:
Tinka 2025-03-24 14:50:57 +01:00
parent 0dd438af9a
commit de58b74eeb
7 changed files with 25 additions and 5 deletions
public/css

@ -1,3 +1,7 @@
html{
font-family: "Quicksand Light"; !important;
}
#container_modal {
background-color: white;
margin-left: 20%; /* Centrage vertical */

@ -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;

@ -1,4 +1,6 @@
html{
font-family: "Quicksand Light"; !important;
}
/* Page container */
.page-container {
width: 100%;

@ -1,5 +1,7 @@
html{
font-family: "Quicksand Light"; !important;
}
/*h1 {*/
/* text-align: center;*/
/* color: #db5559;*/

@ -1,4 +1,6 @@
html{
font-family: "Quicksand Light"; !important;
}
/* Page container */
.page-container {
width: 100%;

@ -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;
}

@ -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;
}