ajout du boutton pour loader plus d'items

This commit is contained in:
Medenos
2022-10-16 20:57:12 -04:00
parent 64b97f23c4
commit 6eb27b319b
3 changed files with 45 additions and 7 deletions

View File

@@ -346,6 +346,28 @@ html {
}
.btn-primary{
background-color: purple;
color:beige;
border-color: darkslateblue;
}
.btn-primary:hover{
background-color: plum !important;
border-color: purple !important;
color:darkslateblue !important;
}
.btn-load-more{
display: block;
margin-left:auto;
margin-right: auto;
margin-top:10px;
margin-bottom: 10px;
width:85%;
}
/* -------------------------------------------------------- */
/* specification pour les moyennes écrans
/* -------------------------------------------------------- */