gPanel/document_roots/webhost/assets/css/style.css
2017-11-02 17:07:09 -05:00

29 lines
393 B
CSS

/* Sticky Footer Start */
html {
position:relative;
min-height:100%;
}
body {
margin-bottom:60px;
}
.sticky-footer {
position:absolute;
bottom:0;
width:100%;
height:60px;
line-height:60px;
background-color:#E0EBF5;
}
/* Sticky Footer End */
/* Navbar Start */
.navbar {
background-color:#E0EBF5 !important;
}
#logoutForm > button {
cursor:pointer;
}
/* Navbar End */