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

79 lines
1.2 KiB
SCSS

input.search-input {
border: 0;
height: 18px;
line-height: 18px;
margin-top: 5px;
width: 214px;
&:focus {
@include box-shadow(0 0 10px $c-positive);
border-color: $c-positive;
outline: none;
}
}
.search-submit-icon {
@extend %clickable;
height: 14px;
margin-left: -18px;
margin-top: 11px;
opacity: .2;
position: absolute;
width: 14px;
&:hover {
opacity: .8;
}
}
// To be cleaned up from here on!
// The bar on top of each page
div.headerBar {
background-color: $c-bar-bg;
color: $c-white;
font-size: 16px;
height: 36px;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
position: relative;
}
// The title of the page
div.headerBar a.arangoHeader,
.modal-header .arangoHeader {
color: $c-white;
font-size: 16px;
left: 5px;
position: relative;
top: 7px;
}
// The buttons on the right side
div.headerBar > div.headerButtonBar {
@extend %clear-float;
@extend %pull-right;
margin: 4px 0;
margin-bottom: 0 !important;
}
// Breadcrumbs on the left side
div.headerBar > div.breadcrumb {
padding-left: 5px !important;
}
// Disabled breadcrumb
div.breadcrumb a.disabledBread {
color: $c-white;
}
// arangoHeader
.arangoHeader {
font-weight: 400;
}