blob: abe235918c6ee33b9b660016cea38fc695a1bead [file] [log] [blame]
Matteo Scandoloa6c02f42016-01-28 15:34:19 -08001@import '../app/view/common/common.css';
2
3@import '../app/fw/mast/mast.css';
4@import '../app/fw/nav/nav.css';
5@import '../app/fw/foot/foot.css';
6
7@import '../app/view/login/login.css';
8@import '../app/view/home/home.css';
9@import '../app/view/user/user.css';
10@import '../app/view/bundle/bundle.css';
11
Matteo Scandolo02012812016-01-28 16:04:33 -080012/* Sticky footer styles
13-------------------------------------------------- */
14html {
15 position: relative;
16 min-height: 100%;
17}
18body {
19 /* Margin bottom by footer height */
20 margin-bottom: 60px;
21}
22.footer {
23 position: absolute;
24 bottom: 0;
25 width: 100%;
26 /* Set the fixed height of the footer here */
27 height: 60px;
28 background-color: #f5f5f5;
29}
30
31.navbar-brand {
32 padding-top: 0;
33 img {
34 width: 130px;
35 }
36}