Joker and Admin styling
This commit is contained in:
@@ -13,11 +13,29 @@
|
||||
z-index: 30;
|
||||
}
|
||||
|
||||
#admin-player-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#admin-player-table th,
|
||||
#admin-player-table td {
|
||||
padding: 10px;
|
||||
}
|
||||
#admin-player-table tr {
|
||||
border-bottom: 1px solid #e3d4bd;
|
||||
}
|
||||
#admin-player-table th {
|
||||
text-align: left;
|
||||
color: #7a6a53;
|
||||
font-size: 12px;
|
||||
letter-spacing: 0.3px;
|
||||
}
|
||||
|
||||
.admin-panel {
|
||||
position: fixed;
|
||||
bottom: 70px;
|
||||
right: 18px;
|
||||
width: 320px;
|
||||
width: 640px;
|
||||
z-index: 40;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user