-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.css
102 lines (79 loc) · 1.39 KB
/
search.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#container {
height: 50%;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
#box{
margin-top: 70px;
margin-left: 20px;
}
.modal-body{
margin-top: -128px;
position: relative;
background-color: white;
z-index: 9999;
display: block;
animation: right 0.5s;
}
@keyframes right{
from {
transform: translateY(-300px);
}
to {
transform: translateY(0);
}
}
#grey {
color: grey;
margin-left: 24px;
font-size: 10px;
font-family: sans-serif;
}
#search_box {
width: 90%;
color: #000;
background: none;
border: none;
margin-left: 25px;
border-bottom: 2px solid #ddd;
font-weight: 700;
padding: 6px 0 20px;
height: auto;
text-transform: lowercase;
font-size: 36px;
outline: none;
cursor :pointer;
}
#search_icon {
font-size: 20px;
}
#delete_icon {
font-size: 25px;
}
#icon_div {
margin-top: 60px;
height: 20px;
width: 20px;
margin-left: 1140px;
}
.btn-secondary{
border: none;
color: none;
background-color:white;
}
#btn1 {
border: none;
background-color: white;
margin-left: 1200px;
}
#results {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
margin-left: 23px;
border-right-width: 100px;
}
.effect:hover {
color: orange;
}
/*
#box {
row-gap: 2px;
} */