| @import '../app/view/common/common.css'; |
| |
| @import '../app/fw/mast/mast.css'; |
| @import '../app/fw/nav/nav.css'; |
| @import '../app/fw/foot/foot.css'; |
| |
| @import '../app/view/login/login.css'; |
| @import '../app/view/home/home.css'; |
| @import '../app/view/user/user.css'; |
| @import '../app/view/bundle/bundle.css'; |
| |
| /* Sticky footer styles |
| -------------------------------------------------- */ |
| html { |
| position: relative; |
| min-height: 100%; |
| } |
| body { |
| /* Margin bottom by footer height */ |
| margin-bottom: 60px; |
| } |
| .footer { |
| position: absolute; |
| bottom: 0; |
| width: 100%; |
| /* Set the fixed height of the footer here */ |
| height: 60px; |
| background-color: #f5f5f5; |
| } |
| |
| .navbar-brand { |
| padding-top: 0; |
| img { |
| width: 130px; |
| } |
| } |