formattage des options sur admin.gohtml
This commit is contained in:
parent
09e0690d50
commit
339feb2e52
2 changed files with 24 additions and 4 deletions
17
public/css/admin.css
Normal file
17
public/css/admin.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue