build 0007
bulma remove
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user