font-family
This commit is contained in:
parent
0dd438af9a
commit
de58b74eeb
@ -1,3 +1,7 @@
|
|||||||
|
html{
|
||||||
|
font-family: "Quicksand Light"; !important;
|
||||||
|
}
|
||||||
|
|
||||||
#container_modal {
|
#container_modal {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin-left: 20%; /* Centrage vertical */
|
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 */
|
/* Style pour chaque élément d'information de l'utilisateur */
|
||||||
.user-info-item {
|
.user-info-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
html{
|
||||||
|
font-family: "Quicksand Light"; !important;
|
||||||
|
}
|
||||||
/* Page container */
|
/* Page container */
|
||||||
.page-container {
|
.page-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
|
||||||
|
html{
|
||||||
|
font-family: "Quicksand Light"; !important;
|
||||||
|
}
|
||||||
/*h1 {*/
|
/*h1 {*/
|
||||||
/* text-align: center;*/
|
/* text-align: center;*/
|
||||||
/* color: #db5559;*/
|
/* color: #db5559;*/
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
html{
|
||||||
|
font-family: "Quicksand Light"; !important;
|
||||||
|
}
|
||||||
/* Page container */
|
/* Page container */
|
||||||
.page-container {
|
.page-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -8,3 +8,6 @@
|
|||||||
height: 100%; /* Hauteur du contenu de la modal */
|
height: 100%; /* Hauteur du contenu de la modal */
|
||||||
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
|
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 {
|
.top-bar {
|
||||||
background-color: #db5559;
|
background-color: #db5559;
|
||||||
width: calc(100% - 18%); /*Calcule la totalité de l'écran - le left-background */
|
width: calc(100% - 18%); /*Calcule la totalité de l'écran - le left-background */
|
||||||
@ -51,7 +55,7 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
padding-bottom: 30px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-custom {
|
.btn-custom {
|
||||||
@ -62,7 +66,6 @@ li {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
border-right: 5px solid #db5559;
|
border-right: 5px solid #db5559;
|
||||||
border-left: 5px solid #db5559;
|
border-left: 5px solid #db5559;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user