asyncnomi 3 years ago
parent
commit
2e0487f67e
  1. 31
      static/css/main.css

31
static/css/main.css

@ -210,7 +210,36 @@ button[type="submit"]:hover {
border: 1px solid orange; border: 1px solid orange;
padding: 10px; padding: 10px;
border-radius: 5px; 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) { @media screen and (max-width: 800px) {

Loading…
Cancel
Save