blob: b18fe8d40f6392d4b1c66fc395041a3c8731ff7c [file] [log] [blame]
@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';
$cord-red: #CE5650;
/* Navigation styles
-------------------------------------------------- */
nav {
.navbar-brand {
padding-top: 0;
img {
width: 130px;
}
}
li:hover,
li.active {
border-bottom: 2px solid $cord-red;
}
li > a{
padding-top: 10px !important;
padding-bottom: 10px !important;
margin-top: 5px;
}
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 30px;
line-height: 30px;
background-color: #f5f5f5;
z-index: 100;
box-shadow: 0 10px 5px 10px gray;
}