formattage des options sur admin.gohtml

This commit is contained in:
Alexel 2023-08-18 17:44:15 -04:00
parent 09e0690d50
commit 339feb2e52
2 changed files with 24 additions and 4 deletions

17
public/css/admin.css Normal file
View file

@ -0,0 +1,17 @@
.adminOptions {
display: flex;
flex-flow: row wrap;
justify-content: space-around;
}
.adminOption {
font-family: 'Poppins';
font-size: 1rem;
font-weight: 500;
background-color: #FF563C;
padding: 10px;
color: #fff;
border: none;
cursor: pointer;
}