build 0007

bulma remove
This commit is contained in:
Hell13Cat
2023-03-18 22:32:59 +03:00
parent 09a064655a
commit f5e8f3b04e
9 changed files with 58 additions and 23745 deletions
+27
View File
@@ -79,4 +79,31 @@ input {
height: 260px;
vertical-align: bottom;
border-radius: 4px;
}
.searchmenu {
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
height: max-content;
background-color: rgb(53, 53, 53);
}
.searchmenuinput {
height: 30px;
width: 90%;
background-color: rgb(53, 53, 53);
color: white;
border: 1px solid white;
}
.searchmenuselected {
height: 30px;
width: 9%;
background-color: rgb(53, 53, 53);
color: white;
border: 1px solid white;
}