bla
This commit is contained in:
parent
6447a35715
commit
2e0487f67e
1 changed files with 30 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue