-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtabs.css
More file actions
59 lines (59 loc) · 1.19 KB
/
Copy pathtabs.css
File metadata and controls
59 lines (59 loc) · 1.19 KB
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
/*----------------------------------------*/
/* 1. tab CSS
/*----------------------------------------*/
.custon-tab-style1{
background:#fff;
padding:20px;
}
.custon-tab-style1 p{
font-size:14px;
color:#303030;
line-height:24px;
}
.custon-tab-menu-style1 .tab-custon-ic{
margin-right:10px;
}
.tab-menu-right li{
float:right
}
.custom-menu-wrap.custon-tab-menu-style1 li a{
margin-right:0px;
}
.nav-tabs.custom-menu-wrap.custon-tab-menu-style1 li a, .nav-tabs.custom-menu-wrap.custon-tab-menu-style1 li.active a{
font-size:14px;
}
.tab-content-details{
text-align:center;
background:#fff;
padding:20px 100px;
}
.tab-content-details h2{
font-size:20px;
color:#303030;
}
.tab-content-details p{
font-size:14px;
color:#303030;
line-height:24px;
}
.nav-tabs.custom-menu-wrap li a:hover{
background:#006DF0;
color:#fff;
}
.nav-tabs.custom-menu-wrap li a{
color:#444;
}
.nav-tabs.custom-menu-wrap li.active a{
color:#303030;
}
.nav-tabs.custom-menu-wrap li.active a:hover{
color:#fff;
}
.nav-tabs.custom-menu-wrap li a, .nav-tabs.custom-menu-wrap li.active a{
border:1px solid transparent;
padding:15px 25px;
font-size:15px;
}
.tab-custon-menu-bg-style ul.main-menu-dropdown li a:hover{
color:#fff;
}