-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvegas-styling.css
More file actions
58 lines (52 loc) · 1018 Bytes
/
vegas-styling.css
File metadata and controls
58 lines (52 loc) · 1018 Bytes
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
@media (min-width:320px){
.md-show ~ .md-overlay, .couponDiv {
display: none;
}
}
@media (min-width:990px){
.wtrMainNavigation{
display: block !important;
}
}
@media (max-width:990px){
.wtrMainNavigation{
position: absolute;
width: 40%;
background-color: #000;
right: 0;
float: none !important;
margin: 0;
border: solid 1px #333;
}
.wtrMainNavigation li{
float: none !important;
margin: 18px 0px 16px 40px !important;
}
.md-modal.md-fullpage{
height: auto !important;
width: 95% !important;
}
.mCustomScrollBox.mCS-light{
overflow: scroll !important;
}
.mCSB_container{
margin-right: 0;
}
}
@media (max-width:768px){
.optionsCnt .options{
width: 100% !important;
float: none !important;
}
.optionsCnt .options .optCol{
display: inline-block !important;
}
}
@media (max-width:640px){
.wtrMainNavigation{
width: 100%;
}
.mCSB_container input[type="submit"]{
width: 100% !important;
}
}