forked from AJ31032003/Naukri.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
searchbar.css
46 lines (40 loc) · 816 Bytes
/
searchbar.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#searchbar-container{
display:none;
position: sticky;
/* top: 0px; */
/* height: 100vh; */
/* width: 100vw; */
/* background-color: rgba(0, 0, 0, 0.637); */
border : 1px solid blue;
padding: 0px;
/* z-index: 100; */
}
#searchbar-container input{
padding: 8px;
position: relative;
top: 8px;
margin-right: 10px;
}
#close-searchbar {
background-color: white;
position: relative;
top:16px;
border: none;
font-size: 1em;
}
#close-searchbar:hover{
color: goldenrod;
}
#searchbar {
width: 100%;
background-color: white;
height: 80px;
padding: 10px 30px;
box-sizing: border-box;
position: relative;
bottom:80px;
position: sticky;
/* opacity: 0; */
}
/* .z-200{
} */