This commit is contained in:
asyncnomi 2023-01-03 22:39:11 +01:00
parent 6447a35715
commit 2e0487f67e

View file

@ -210,7 +210,36 @@ button[type="submit"]:hover {
border: 1px solid orange;
padding: 10px;
border-radius: 5px;
background: #fa45
background: #fa45;
cursor: pointer;
}
.activity-btn>*:hover {
background-color: #faa5;
}
#admin-header {
display: flex;
flex-direction: row;
}
.admin-menu {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
border-right: 3px solid black;
height: 40px;
font-size: 30px;
cursor: pointer;
}
.admin-menu:hover {
background-color: #00000036;
}
.admin-menu:first-of-type {
border-left: 3px solid black;
}
@media screen and (max-width: 800px) {