Début ajout modal ajout catégories

This commit is contained in:
Sonny
2022-01-15 17:25:29 +01:00
parent aa19f977a1
commit 1e79072626
11 changed files with 3688 additions and 2436 deletions

View File

@@ -51,4 +51,19 @@ li {
&:hover {
background: #1e5c8f;
}
}
button {
cursor: pointer;
width: 100%;
color: #fff;
background: #3f88c5;
padding: 10px;
border: 1px solid #3f88c5;
border-radius: 3px;
transition: .15s;
&:hover {
transform: scale(1.01);
}
}