-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.css
59 lines (52 loc) · 826 Bytes
/
faq.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
.accordion.accordion-3 {
border-radius: 3px;
}
.accordion.accordion-3 p {
font-size: 1rem; }
.accordion .animated-icon1 span {
background: #F44336;
}
.card{
padding: 5px;
}
@media screen and (min-width: 575px){
.search-box{
position: absolute;
background: white;
height: 40px;
border-radius: 40px;
padding: 10px;
}
.search-text{
border: none;
background: none;
outline: none;
float: left;
padding: 0;
font-size: 16px;
transition: 0.4s;
line-height: 20px;
width: 240px;
}
}
@media screen and (max-width: 574px){
.search-box{
position: absolute;
background: white;
height: 35px;
border-radius: 40px;
padding: 8px;
}
.search-text{
border: none;
background: none;
outline: none;
float: left;
padding: 0;
font-size: 16px;
transition: 0.4s;
line-height: 20px;
width: 240px;
margin-top: -2px;
}
}