Repository URL to install this package:
|
Version:
2.2 ▾
|
header.page-toolbar {
$toolbar-background: $base-font-color;
$toolbar-color: transparentize(white, 0.3);
$toolbar-color-hover: white;
$toolbar-height: 35px;
$toolbar-padding: 1em;
$toolbar-font-size: .9em;
$toolbar-line-height: 1.5;
background-color: $toolbar-background;
border-bottom: 1px solid darken($toolbar-background, 10);
margin-bottom: $toolbar-padding;
padding: 0 $toolbar-padding;
height: $toolbar-height;
width: 100%;
overflow: hidden;
.page-toolbar-item {
padding: 0;
margin: 8px 0;
color: $toolbar-color;
font-size: $toolbar-font-size;
line-height: $toolbar-line-height;
a {
color: $toolbar-color;
&:hover {
color: $toolbar-color-hover;
}
}
}
}