1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_footer.scss

74 lines
1014 B
SCSS

.footer {
background-color: $c-nav-bg;
bottom: 0;
font-size: 14px;
left: 0;
position: fixed;
right: 0;
text-align: center;
z-index: 1000;
}
footer.footer {
@extend %fixedbar;
bottom: 0;
height: 40px;
p {
margin-bottom: 0;
padding-bottom: 10px;
padding-top: 10px;
}
}
div.footer-left {
@extend %pull-left;
background: none repeat scroll 0 0 $c-nav-bg;
color: $c-white;
width: 45%;
p {
@extend %pull-left;
}
}
div.footer-center {
@extend %pull-left;
background: none repeat scroll 0 0 $c-nav-bg;
color: $c-white;
width: 10%;
p:hover {
cursor: pointer;
}
}
div.footer-right {
@extend %pull-right;
background: none repeat scroll 0 0 $c-nav-bg;
color: $c-nav-bg;
width: 45%;
p {
@extend %pull-right;
color: $c-white;
}
i {
color: $c-negative;
font-size: 18px;
}
a {
color: #fff;
margin-left: 5px;
position: relative;
top: -1px;
}
.isOnline {
color: $c-positive !important;
}
}