mirror of
https://github.com/donl/gPanel.git
synced 2026-05-25 22:06:55 -06:00
42 lines
566 B
CSS
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 */
|