You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.2 KiB
68 lines
1.2 KiB
.new_icon{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.search_pack{
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.input{
|
|
border : none;
|
|
border-color: #D3D3D3;
|
|
border-radius: 5px;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin: 10px 0 0 10px;
|
|
}
|
|
|
|
.search_view{
|
|
background-color: white;
|
|
border-color: #D3D3D3;
|
|
border-radius: 5px;
|
|
border : none;
|
|
color : grey;
|
|
top: 50%;
|
|
left: 50%;
|
|
}
|
|
|
|
.display_list{
|
|
color: black;
|
|
margin-left : 15px;
|
|
position : absolute;
|
|
z-index: 1;
|
|
background-color: white;
|
|
width: 170px;
|
|
border-color: #D3D3D3;
|
|
border-style: solid;
|
|
}
|
|
|
|
|
|
.main_button{
|
|
border-radius : 10px;
|
|
margin- top: auto;
|
|
align-items : center;
|
|
}
|
|
|
|
.search_view_click{
|
|
border-radius : 5px;
|
|
margin-top : auto;
|
|
margin-bottom : auto;
|
|
text-align : center;
|
|
background-color : white;
|
|
height : 22px;
|
|
}
|
|
|
|
#close_button{
|
|
border-radius : 5px;
|
|
height : 22px;
|
|
text-align : center;
|
|
background-color : white;
|
|
}
|
|
|
|
.search_view_click:hover {
|
|
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
|
|
}
|
|
#close_button:hover {
|
|
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
|
|
}
|
|
|