30 lines
467 B
CSS
30 lines
467 B
CSS
footer {
|
|
/*mb equal height in #food-nav*/
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
/** Sticky Bottom Nav **/
|
|
#food-nav {
|
|
z-index: 5000;
|
|
bottom: 0;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 60px;
|
|
}
|
|
|
|
.food-name p {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/** Picture Input **/
|
|
.pic-upload {
|
|
display: none !important;
|
|
}
|
|
|
|
.custom-pic-upload {
|
|
/*border: 1px solid #ccc;*/
|
|
display: inline-block;
|
|
/*padding: 6px 12px;*/
|
|
padding-right: 5px;
|
|
cursor: pointer;
|
|
} |