-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.css
57 lines (47 loc) · 915 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
#mu-faq {
background-color: #f8f8f8;
display: inline;
float: left;
position: relative;
width: 100%;
}
.mu-faq-area {
display: inline;
float: left;
padding: 150px 0;
width: 100%;
}
.mu-faq-content {
display: inline;
float: left;
width: 100%;
text-align: center;
padding: 0 150px;
margin-top: 50px;
}
.mu-faq-content .panel-default {
border-color: #fff;
box-shadow: 0 2px 3px 0 rgba(0,0,0,0.06);
}
.mu-faq-content .panel-default > .panel-heading {
color: #333;
background-color: #fff;
border-color: #ddd;
padding: 0;
}
.mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
text-align: left;
}
.mu-faq-content .panel-title {
text-align: left;
}
.mu-faq-content .panel-title a {
display: block;
padding: 12px 15px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.mu-faq-content .panel-title a>span {
margin-right: 5px;
}