-
Notifications
You must be signed in to change notification settings - Fork 0
/
drinks.css
113 lines (87 loc) · 1.76 KB
/
drinks.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
margin-bottom: 0;
border-radius: 0;
}
/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height:720px}
/* Set gray background color and 100% height */
.sidenav {
padding-top: 20px;
background-color: #f1f1f1;
height: 100%;
}
/* Set black background color, white text and some padding */
footer {
background-color: #555;
color: white;
padding: 15px;
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
.sidenav {
height: auto;
padding: 15px;
}
.left-sidebar{
width:100%!important;
height:300px !important;
overflow:scroll;
}
.centerbar{
width:100%!important;
}
.rightsidebar{
width:100%!important;
}
.row.content {height:auto;}
#imgselected{display:none;}
}
.left-sidebar{
width:20%;
overflow-y:scroll;
}
.centerbar{
width:50%;
}
.rightsidebar{
width:30%;
overflow-y:scroll;
}
.imgbutton{
border:none!important;
}
#imgselected{
height:300px;
background-repeat:no-repeat;
background-size:cover;
}
#cblist{
list-style-type:none;
}
#cblist li{display:inline;}
.socialDiv{
position:fixed;
left:0;
top:35%;
padding: 0px;
}
.social{
list-style: none;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
}
#mySignUpModal,#myModal,.modal-content{
top:5%;
}
.txtred
{color:red;
}
.menu li a{
color:black;
}
.contactFitfoodie p a{
color:black;
}