gPanel/account/assets/css/style.css
George Shaw 77112df735 logos
2018-05-15 14:57:50 -05:00

42 lines
566 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;
}
/* Navbar End */
/* General Start */
.btn {
cursor:pointer;
}
.loginLogo img {
width:600px;
height:auto;
}
/* General End */
/* IP Filter Modal Start */
._js_delete-filtered-ip {
cursor:pointer;
}
/* IP Filter Modal End */