ébauche de panel admin
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
}
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.menu-container {
|
||||
opacity: 0.97;
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user