Victor Lacasse-Beaudoin
7d4a747774
Déplacer public/ et templates/ vers ui/ et ui/public/ Bump projet à v3, API toujours v1
17 lines
No EOL
292 B
CSS
17 lines
No EOL
292 B
CSS
.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;
|
|
} |