-
Notifications
You must be signed in to change notification settings - Fork 0
/
camps.css
75 lines (65 loc) · 1.78 KB
/
camps.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
@media only screen and (max-width: 850px){
.q_logo a, .q_logo img {
height: 40px !important;
pointer-events: none !important;
}
}
@media only screen and (max-width: 768px){
.q_icon_list p, .q_list.number.circle_number li {
line-height: 26px;
}
}
nav.main_menu > ul > li > a {
padding: 12px 8px;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
padding-top: 17px;
}
.header_bottom, .header_top, .fixed_top_header .bottom_header {
background-color: rgba(241,64,56,1);
position: fixed;
bottom: 0;
width: 1260px;
}
nav.main_menu.right {
margin-top: 12px;
}
/*mobile menu*/
@media only screen and (max-width: 1000px){
.header_bottom, nav.mobile_menu {
min-width: 300px;
max-width: 550px;
}
}
table {
border-spacing: 0px;
color: #e5e5e5;
float: right;
margin-right: 70px;
}
table td {
padding: 5px 10px;
border-bottom: solid 1px #f1443c;
}
table th {
border: 0;
padding: 5px 7px;
border-bottom: 3px solid #e5e5e5;
color: #ffffff;
}
#ddlCamps {
border: 1px solid #3dc2d1;
min-width: 250px;
min-height: 30px;
border-radius: 9px;
}
@media only screen and (max-width: 600px){
.top5 {
margin-right: 0px;
}
}
@media only screen and (max-width: 1000px){
.header_bottom, nav.mobile_menu {
background-color: #f14038!important;
}
}