ébauche de panel admin

This commit is contained in:
2024-06-12 00:39:18 +02:00
parent c4e80659ba
commit aafb825e30
4 changed files with 134 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
}
body {
overflow-x: hidden;
display: flex;
flex-direction: column;
}
.menu-container {
opacity: 0.97;

View File

@@ -174,6 +174,26 @@ p.text {
font-family: "RobotoFlex";
}
tr {
color: white;
font-size: 1rem;
padding-left: 2rem;
font-family: "RobotoFlex";
}
th {
color: white;
font-size: 1rem;
padding-left: 2rem;
font-family: "RobotoFlex";
}
td {
color: white;
font-size: 1rem;
padding-left: 2rem;
font-family: "RobotoFlex";
}
.avatar {
width: 48px;
height: 48px;
@@ -216,3 +236,17 @@ p.text {
.searchbar button:hover {
background-color: #f4a400;
}
.adm-users-container {
background: #26272b;
align-items: center;
opacity: 1;
padding: 3rem;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
width: 100%;
text-align: center;
max-width: fit-content;
margin-inline: auto;
margin-block: 5em;
}