Changed lotsa stuff

This commit is contained in:
mrfry
2021-03-23 15:34:26 +01:00
parent 91eb5cd839
commit 7bb7b919ae
18 changed files with 457 additions and 447 deletions
-21
View File
@@ -12,27 +12,6 @@
border: none;
}
.typeSelector {
margin: 10px 0px;
height: 50px;
display: flex;
}
.typeSelector div {
display: flex;
align-items: center;
justify-content: center;
flex: 1;
font-size: 18px;
color: #fff;
cursor: pointer;
}
.typeSelector div:hover {
background-color: #333;
}
.activeTypeSelector {
background-color: #444;
}