mirror of
https://github.com/donl/gPanel.git
synced 2026-05-26 14:22:18 -06:00
31 lines
415 B
CSS
31 lines
415 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;
|
|
}
|
|
/* General End */
|